Interface ManagedClientAsyncConnection
- All Superinterfaces:
AutoCloseable, Closeable, org.apache.http.conn.ConnectionReleaseTrigger, org.apache.http.HttpConnection, org.apache.http.HttpInetConnection, org.apache.http.conn.HttpRoutedConnection, org.apache.http.nio.IOControl, org.apache.http.nio.NHttpClientConnection, org.apache.http.nio.NHttpConnection
- All Known Implementing Classes:
ManagedClientAsyncConnectionImpl
@Deprecated
public interface ManagedClientAsyncConnection
extends org.apache.http.conn.HttpRoutedConnection, org.apache.http.nio.NHttpClientConnection, org.apache.http.conn.ConnectionReleaseTrigger
Deprecated.
-
Field Summary
Fields inherited from interface org.apache.http.nio.NHttpConnection
ACTIVE, CLOSED, CLOSING -
Method Summary
Modifier and TypeMethodDescriptiongetState()Deprecated.booleanDeprecated.voidlayerProtocol(org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) Deprecated.voidDeprecated.voidopen(org.apache.http.conn.routing.HttpRoute route, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) Deprecated.voidsetIdleDuration(long duration, TimeUnit tunit) Deprecated.voidDeprecated.voidtunnelProxy(org.apache.http.HttpHost next, org.apache.http.params.HttpParams params) Deprecated.voidtunnelTarget(org.apache.http.params.HttpParams params) Deprecated.voidDeprecated.Methods inherited from interface org.apache.http.conn.ConnectionReleaseTrigger
abortConnection, releaseConnectionMethods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdownMethods inherited from interface org.apache.http.HttpInetConnection
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePortMethods inherited from interface org.apache.http.conn.HttpRoutedConnection
getRoute, getSSLSession, isSecureMethods inherited from interface org.apache.http.nio.IOControl
requestInput, requestOutput, shutdown, suspendInput, suspendOutputMethods inherited from interface org.apache.http.nio.NHttpClientConnection
isRequestSubmitted, resetInput, resetOutput, submitRequestMethods inherited from interface org.apache.http.nio.NHttpConnection
getContext, getHttpRequest, getHttpResponse, getStatus
-
Method Details
-
getState
Object getState()Deprecated. -
setState
Deprecated. -
markReusable
void markReusable()Deprecated. -
unmarkReusable
void unmarkReusable()Deprecated. -
isMarkedReusable
boolean isMarkedReusable()Deprecated. -
open
void open(org.apache.http.conn.routing.HttpRoute route, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) throws IOException Deprecated.- Throws:
IOException
-
tunnelTarget
Deprecated.- Throws:
IOException
-
tunnelProxy
void tunnelProxy(org.apache.http.HttpHost next, org.apache.http.params.HttpParams params) throws IOException Deprecated.- Throws:
IOException
-
layerProtocol
void layerProtocol(org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) throws IOException Deprecated.- Throws:
IOException
-
setIdleDuration
Deprecated.
-