public class HttpsInboundRequest extends HttpInboundRequest
| Constructor and Description |
|---|
HttpsInboundRequest(Context context,
Connection<Server> connection,
String methodName,
String resourceUri,
String protocol)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SslConnection<Server> |
getConnection()
Returns the related connection.
|
abort, addHeader, commit, flushBuffers, getAccessControlRequestHeaders, getAccessControlRequestMethod, getCacheDirectives, getChallengeResponse, getClientInfo, getConditions, getCookies, getHeaders, getProxyChallengeResponse, getRanges, getRecipientsInfo, getReferrerRef, getUserPrincipal, getWarnings, setAccessControlRequestHeaders, setAccessControlRequestMethod, setChallengeResponse, setHeaders, setProxyChallengeResponse, setRecipientsInfo, setWarningsgetCurrent, 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, toStringbufferEntity, getAttributes, getDate, getEntity, getEntityAsText, getOnError, getOnSent, release, setAttributes, setCacheDirectives, setDate, setEntity, setEntity, setOnError, setOnSentpublic HttpsInboundRequest(Context context, Connection<Server> connection, String methodName, String resourceUri, String protocol)
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.public SslConnection<Server> getConnection()
HttpInboundRequestgetConnection in interface InboundRequestgetConnection in class HttpInboundRequestCopyright © 2005–2016. All rights reserved.