@Internal public interface ManagedHttpClientConnection extends HttpClientConnection
HttpClientConnection
 with methods to bind the connection to an arbitrary socket and
 to obtain SSL session details.| Modifier and Type | Method and Description | 
|---|---|
| void | activate()Restores the connection from idle mode. | 
| void | bind(Socket socket)Binds this connection to the given socket. | 
| Socket | getSocket()Returns the underlying socket. | 
| javax.net.ssl.SSLSession | getSSLSession()Obtains the SSL session of the underlying connection, if any. | 
| void | passivate()Puts the connection into idle mode. | 
isConsistent, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeader, terminateRequestflush, isDataAvailable, isStaleclose, getEndpointDetails, getLocalAddress, getProtocolVersion, getRemoteAddress, isOpengetSocketTimeout, setSocketTimeoutclosevoid activate()
void bind(Socket socket) throws IOException
socket - the socket to bind the connection to.IOExceptionSocket getSocket()
javax.net.ssl.SSLSession getSSLSession()
SSLSocket, the SSL session of
 that socket is obtained. This is a potentially blocking operation.getSSLSession in interface HttpConnectionnull otherwisevoid passivate()