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:
 Content.Source, Request, Attributes
- Enclosing class:
 SecureRequestCustomizer
protected class SecureRequestCustomizer.SecureRequestWithSslSessionData
extends Request.AttributesWrapper
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Attributes
Attributes.Layer, Attributes.Lazy, Attributes.Mapped, Attributes.SyntheticNested classes/interfaces inherited from interface Content.Source
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 Attributes
NULLFields inherited from interface Request
COOKIE_ATTRIBUTE, DEFAULT_LOCALES, LOG - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSecureRequestWithSslSessionData(Request request, 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 Attributes
equals, hashCodeMethods inherited from interface Content.Source
fail, rewind 
- 
Constructor Details
- 
SecureRequestWithSslSessionData
 
 - 
 - 
Method Details
- 
isSecure
public boolean isSecure()- Specified by:
 isSecurein interfaceRequest- Overrides:
 isSecurein classRequest.Wrapper
 
 -