void
|
abortConnection()
Releases the connection without the option of keep-alive.
|
final
void
|
assertNotAborted()
Asserts that the connection has not been aborted.
|
final
void
|
assertValid(OperatedClientConnection wrappedConn)
Asserts that there is a wrapped connection to delegate to.
|
void
|
detach()
Detaches this adapter from the wrapped connection.
|
void
|
flush()
Writes out all pending buffered data over the open connection.
|
InetAddress
|
getLocalAddress()
|
int
|
getLocalPort()
|
ClientConnectionManager
|
getManager()
|
HttpConnectionMetrics
|
getMetrics()
Returns a collection of connection metrcis
|
InetAddress
|
getRemoteAddress()
|
int
|
getRemotePort()
|
SSLSession
|
getSSLSession()
Obtains the SSL session of the underlying connection, if any.
|
int
|
getSocketTimeout()
Returns the socket timeout value.
|
OperatedClientConnection
|
getWrappedConnection()
|
boolean
|
isMarkedReusable()
Indicates whether this connection is in a reusable communication state.
|
boolean
|
isOpen()
Checks if this connection is open.
|
boolean
|
isResponseAvailable(int timeout)
Checks if response data is available from the connection.
|
boolean
|
isSecure()
Indicates whether this connection is secure.
|
boolean
|
isStale()
Checks whether this connection has gone down.
|
void
|
markReusable()
Marks this connection as being in a reusable communication state.
|
void
|
receiveResponseEntity(HttpResponse response)
Receives the next response entity available from this connection and
attaches it to an existing HttpResponse object.
|
HttpResponse
|
receiveResponseHeader()
Receives the request line and headers of the next response available from
this connection.
|
void
|
releaseConnection()
Releases the connection with the option of keep-alive.
|
void
|
sendRequestEntity(HttpEntityEnclosingRequest request)
Sends the request entity over the connection.
|
void
|
sendRequestHeader(HttpRequest request)
Sends the request line and all headers over the connection.
|
void
|
setIdleDuration(long duration, TimeUnit unit)
Sets the duration that this connection can remain idle before it is
reused.
|
void
|
setSocketTimeout(int timeout)
Sets the socket timeout value.
|
void
|
unmarkReusable()
Marks this connection as not being in a reusable state.
|