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.ConnectionReleaseTrigger
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.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, java.util.concurrent.TimeUnit tunit)
Deprecated.void
setState(java.lang.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.-
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.IOException
Deprecated.- Throws:
java.io.IOException
-
tunnelTarget
void tunnelTarget(org.apache.http.params.HttpParams params) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
tunnelProxy
void tunnelProxy(org.apache.http.HttpHost next, org.apache.http.params.HttpParams params) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
layerProtocol
void layerProtocol(org.apache.http.protocol.HttpContext context, org.apache.http.params.HttpParams params) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
setIdleDuration
void setIdleDuration(long duration, java.util.concurrent.TimeUnit tunit)
Deprecated.
-
-