Class HttpsInboundRequest
- java.lang.Object
-
- org.restlet.Message
-
- org.restlet.Request
-
- org.restlet.ext.nio.internal.request.HttpInboundRequest
-
- org.restlet.ext.nio.internal.request.HttpsInboundRequest
-
- All Implemented Interfaces:
InboundRequest
@Deprecated public class HttpsInboundRequest extends HttpInboundRequest
Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Request wrapper for server HTTPS calls.
-
-
Constructor Summary
Constructors Constructor Description HttpsInboundRequest(Context context, Connection<Server> connection, java.lang.String methodName, java.lang.String resourceUri, java.lang.String protocol)Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SslConnection<Server>getConnection()Deprecated.Returns the related connection.-
Methods inherited from class org.restlet.ext.nio.internal.request.HttpInboundRequest
abort, addHeader, commit, flushBuffers, getAccessControlRequestHeaders, getAccessControlRequestMethod, getCacheDirectives, getChallengeResponse, getClientInfo, getConditions, getCookies, getHeaders, getProxyChallengeResponse, getRanges, getRecipientsInfo, getReferrerRef, getUserPrincipal, getWarnings, setAccessControlRequestHeaders, setAccessControlRequestMethod, setChallengeResponse, setHeaders, setProxyChallengeResponse, setRecipientsInfo, setWarnings
-
Methods inherited from class org.restlet.Request
getCurrent, getHostRef, getMaxForwards, getMethod, getOnResponse, getOriginalRef, getProtocol, getResourceRef, getRootRef, isAsynchronous, isConfidential, isEntityAvailable, isExpectingResponse, isLoggable, isSynchronous, setClientInfo, setConditions, setCookies, setHostRef, setHostRef, setLoggable, setMaxForwards, setMethod, setOnResponse, setOriginalRef, setProtocol, setRanges, setReferrerRef, setReferrerRef, setResourceRef, setResourceRef, setRootRef, toString
-
Methods inherited from class org.restlet.Message
bufferEntity, getAttributes, getDate, getEntity, getEntityAsText, getOnError, getOnSent, release, setAttributes, setCacheDirectives, setDate, setEntity, setEntity, setOnError, setOnSent
-
-
-
-
Constructor Detail
-
HttpsInboundRequest
public HttpsInboundRequest(Context context, Connection<Server> connection, java.lang.String methodName, java.lang.String resourceUri, java.lang.String protocol)
Deprecated.Constructor.- Parameters:
context- The context of the parent connector.connection- The associated network connection.methodName- The protocol method name.resourceUri- The target resource URI.protocol- The protocol name and version.
-
-
Method Detail
-
getConnection
public SslConnection<Server> getConnection()
Deprecated.Description copied from class:HttpInboundRequestReturns the related connection.- Specified by:
getConnectionin interfaceInboundRequest- Overrides:
getConnectionin classHttpInboundRequest- Returns:
- The related connection.
-
-