@Deprecated public interface ManagedClientAsyncConnection extends org.apache.http.conn.HttpRoutedConnection, org.apache.http.nio.NHttpClientConnection, org.apache.http.conn.ConnectionReleaseTrigger
| Modifier and Type | Method and Description |
|---|---|
Object |
getState()
Deprecated.
|
boolean |
isMarkedReusable()
Deprecated.
|
void |
layerProtocol(org.apache.http.protocol.HttpContext context,
org.apache.http.params.HttpParams params)
Deprecated.
|
void |
markReusable()
Deprecated.
|
void |
open(org.apache.http.conn.routing.HttpRoute route,
org.apache.http.protocol.HttpContext context,
org.apache.http.params.HttpParams params)
Deprecated.
|
void |
setIdleDuration(long duration,
TimeUnit tunit)
Deprecated.
|
void |
setState(Object state)
Deprecated.
|
void |
tunnelProxy(org.apache.http.HttpHost next,
org.apache.http.params.HttpParams params)
Deprecated.
|
void |
tunnelTarget(org.apache.http.params.HttpParams params)
Deprecated.
|
void |
unmarkReusable()
Deprecated.
|
getRoute, getSSLSession, isSecuregetLocalAddress, getLocalPort, getRemoteAddress, getRemotePortisRequestSubmitted, resetInput, resetOutput, submitRequestgetContext, getHttpRequest, getHttpResponse, getStatusclose, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdownObject getState()
void setState(Object state)
void markReusable()
void unmarkReusable()
boolean isMarkedReusable()
void open(org.apache.http.conn.routing.HttpRoute route,
org.apache.http.protocol.HttpContext context,
org.apache.http.params.HttpParams params)
throws IOException
IOExceptionvoid tunnelTarget(org.apache.http.params.HttpParams params)
throws IOException
IOExceptionvoid tunnelProxy(org.apache.http.HttpHost next,
org.apache.http.params.HttpParams params)
throws IOException
IOExceptionvoid layerProtocol(org.apache.http.protocol.HttpContext context,
org.apache.http.params.HttpParams params)
throws IOException
IOExceptionvoid setIdleDuration(long duration,
TimeUnit tunit)
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.