Package org.apache.http.nio.conn
Interface ClientAsyncConnection
- All Superinterfaces:
AutoCloseable
,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.HttpInetConnection
Deprecated.
-
Field Summary
Fields inherited from interface org.apache.http.nio.NHttpConnection
ACTIVE, CLOSED, CLOSING
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.nio.reactor.IOSession
Deprecated.void
upgrade
(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
Methods inherited from interface org.apache.http.nio.NHttpClientConnection
isRequestSubmitted, resetInput, resetOutput, submitRequest
Methods inherited from interface org.apache.http.nio.NHttpConnection
getContext, getHttpRequest, getHttpResponse, getStatus
-
Method Details
-
upgrade
void upgrade(org.apache.http.nio.reactor.IOSession iosession) Deprecated. -
getIOSession
org.apache.http.nio.reactor.IOSession getIOSession()Deprecated.
-