Class SecureRequestCustomizer.SecureRequestWithSslSessionData
java.lang.Object
org.eclipse.jetty.server.Request.Wrapper
org.eclipse.jetty.server.Request.AttributesWrapper
org.eclipse.jetty.server.SecureRequestCustomizer.SecureRequestWithSslSessionData
- All Implemented Interfaces:
org.eclipse.jetty.io.Content.Source, Request, org.eclipse.jetty.util.Attributes
- Enclosing class:
SecureRequestCustomizer
protected class SecureRequestCustomizer.SecureRequestWithSslSessionData
extends Request.AttributesWrapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
org.eclipse.jetty.util.Attributes.Layer, org.eclipse.jetty.util.Attributes.Lazy, org.eclipse.jetty.util.Attributes.Mapped, org.eclipse.jetty.util.Attributes.SyntheticNested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Source
org.eclipse.jetty.io.Content.Source.FactoryNested classes/interfaces inherited from interface Request
Request.AttributesWrapper, Request.AuthenticationState, Request.Handler, Request.ServeAs, Request.Wrapper -
Field Summary
Fields inherited from interface org.eclipse.jetty.util.Attributes
NULLFields inherited from interface Request
COOKIE_ATTRIBUTE, DEFAULT_LOCALES, LOG -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSecureRequestWithSslSessionData(Request request, org.eclipse.jetty.io.EndPoint.SslSessionData sslSessionData) -
Method Summary
Methods inherited from class Request.AttributesWrapper
asAttributeMap, clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttributeMethods inherited from class Request.Wrapper
addFailureListener, addHttpStreamWrapper, addIdleTimeoutListener, consumeAvailable, demand, fail, getBeginNanoTime, getComponents, getConnectionMetaData, getContext, getHeaders, getHeadersNanoTime, getHttpURI, getId, getLength, getMethod, getSession, getTrailers, getTunnelSupport, getWrapped, push, read, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Attributes
equals, hashCodeMethods inherited from interface org.eclipse.jetty.io.Content.Source
fail, rewind
-
Constructor Details
-
SecureRequestWithSslSessionData
protected SecureRequestWithSslSessionData(Request request, org.eclipse.jetty.io.EndPoint.SslSessionData sslSessionData)
-
-
Method Details
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfaceRequest- Overrides:
isSecurein classRequest.Wrapper
-