|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
HttpClientConnectionManager.
@Deprecated public interface HttpRoutedConnection
Interface to access routing information of a client side connection.
| Method Summary | |
|---|---|
org.apache.http.conn.routing.HttpRoute |
getRoute()
Deprecated. Obtains the current route of this connection. |
javax.net.ssl.SSLSession |
getSSLSession()
Deprecated. Obtains the SSL session of the underlying connection, if any. |
boolean |
isSecure()
Deprecated. Indicates whether this connection is secure. |
| Methods inherited from interface org.apache.http.HttpInetConnection |
|---|
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort |
| Methods inherited from interface org.apache.http.HttpConnection |
|---|
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown |
| Method Detail |
|---|
boolean isSecure()
true if this connection is secure,
false otherwiseorg.apache.http.conn.routing.HttpRoute getRoute()
null if not connectedjavax.net.ssl.SSLSession getSSLSession()
SSLSocket, the SSL session of
that socket is obtained. This is a potentially blocking operation.
isSecure().
Plain sockets may be considered secure, for example if they are
connected to a known host in the same network segment.
On the other hand, SSL sockets may be considered insecure,
for example depending on the chosen cipher suite.
null otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||