public interface ManagedHttpClientConnection extends HttpClientConnection, HttpInetConnection
Socket bind method and SSL session details.| Modifier and Type | Method and Description |
|---|---|
void |
bind(Socket socket) |
String |
getId() |
Socket |
getSocket() |
SSLSession |
getSSLSession()
Obtains the SSL session of the underlying connection, if any.
|
flush, isResponseAvailable, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeadergetLocalAddress, getLocalPort, getRemoteAddress, getRemotePortclose, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdownString getId()
void bind(Socket socket) throws IOException
IOExceptionSocket getSocket()
SSLSession getSSLSession()
SSLSocket, the SSL session of
that socket is obtained. This is a potentially blocking operation.null otherwiseCopyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.