Package org.eclipse.jetty.server
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 org.eclipse.jetty.util.Attributes
Attributes.Layer, Attributes.Lazy, Attributes.Mapped, Attributes.Synthetic
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Request
Request.AttributesWrapper, Request.AuthenticationState, Request.Handler, Request.ServeAs, Request.Wrapper
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.Attributes
NULL
Fields inherited from interface org.eclipse.jetty.server.Request
COOKIE_ATTRIBUTE, DEFAULT_LOCALES, LOG
-
Constructor Summary
ModifierConstructorDescriptionprotected
SecureRequestWithSslSessionData
(Request request, EndPoint.SslSessionData sslSessionData) -
Method Summary
Methods inherited from class org.eclipse.jetty.server.Request.AttributesWrapper
asAttributeMap, clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttribute
Methods inherited from class org.eclipse.jetty.server.Request.Wrapper
addFailureListener, addHttpStreamWrapper, addIdleTimeoutListener, consumeAvailable, demand, fail, getBeginNanoTime, getComponents, getConnectionMetaData, getContext, getHeaders, getHeadersNanoTime, getHttpURI, getId, getLength, getMethod, getSession, getTrailers, getTunnelSupport, getWrapped, push, read, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.Attributes
equals, hashCode
Methods inherited from interface org.eclipse.jetty.io.Content.Source
fail, rewind
-
Constructor Details
-
SecureRequestWithSslSessionData
-
-
Method Details
-
isSecure
public boolean isSecure()- Specified by:
isSecure
in interfaceRequest
- Overrides:
isSecure
in classRequest.Wrapper
-