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, sendRequestHeader
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
String getId()
void bind(Socket socket) throws IOException
IOException
Socket 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.