Package org.apache.http.nio.conn
Interface ManagedClientAsyncConnection
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.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.ConnectionReleaseTriggerDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectgetState()Deprecated.booleanisMarkedReusable()Deprecated.voidlayerProtocol(org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)Deprecated.voidmarkReusable()Deprecated.voidopen(org.apache.http.conn.routing.HttpRoute route, org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params)Deprecated.voidsetIdleDuration(long duration, java.util.concurrent.TimeUnit tunit)Deprecated.voidsetState(java.lang.Object state)Deprecated.voidtunnelProxy(org.apache.http.HttpHost next, org.apache.http.params.HttpParams params)Deprecated.voidtunnelTarget(org.apache.http.params.HttpParams params)Deprecated.voidunmarkReusable()Deprecated.-
Methods inherited from interface org.apache.http.conn.ConnectionReleaseTrigger
abortConnection, releaseConnection
-
Methods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
-
Methods inherited from interface org.apache.http.HttpInetConnection
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
-
Methods inherited from interface org.apache.http.conn.HttpRoutedConnection
getRoute, getSSLSession, isSecure
-
Methods inherited from interface org.apache.http.nio.IOControl
requestInput, requestOutput, shutdown, suspendInput, suspendOutput
-
-
-
-
Method Detail
-
getState
java.lang.Object getState()
Deprecated.
-
setState
void setState(java.lang.Object state)
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 java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
tunnelTarget
void tunnelTarget(org.apache.http.params.HttpParams params) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
tunnelProxy
void tunnelProxy(org.apache.http.HttpHost next, org.apache.http.params.HttpParams params) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
layerProtocol
void layerProtocol(org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
setIdleDuration
void setIdleDuration(long duration, java.util.concurrent.TimeUnit tunit)Deprecated.
-
-