Package org.apache.http.nio.conn
Interface ClientAsyncConnection
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,org.apache.http.HttpConnection,org.apache.http.HttpInetConnection,org.apache.http.nio.IOControl,org.apache.http.nio.NHttpClientConnection,org.apache.http.nio.NHttpConnection
- All Known Implementing Classes:
DefaultClientAsyncConnection
@Deprecated public interface ClientAsyncConnection extends org.apache.http.nio.NHttpClientConnection, org.apache.http.HttpInetConnectionDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.apache.http.nio.reactor.IOSessiongetIOSession()Deprecated.voidupgrade(org.apache.http.nio.reactor.IOSession iosession)Deprecated.-
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.nio.IOControl
requestInput, requestOutput, shutdown, suspendInput, suspendOutput
-
-