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, setWarnings
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
bufferEntity, getAttributes, getDate, getEntity, getEntityAsText, getOnError, getOnSent, release, setAttributes, setCacheDirectives, setDate, setEntity, setEntity, setOnError, setOnSent
public 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()
HttpInboundRequest
getConnection
in interface InboundRequest
getConnection
in class HttpInboundRequest
Copyright © 2005–2016. All rights reserved.