Uses of Interface
org.apache.http.nio.NHttpClientHandler
-
Packages that use NHttpClientHandler Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.ssl org.apache.http.nio Core HTTP component APIs and primitives for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of NHttpClientHandler in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as NHttpClientHandler Modifier and Type Field Description protected NHttpClientHandler
DefaultClientIOEventDispatch. handler
Deprecated.private NHttpClientHandler
NHttpClientEventHandlerAdaptor. handler
Deprecated.protected NHttpClientHandler
SSLClientIOEventDispatch. handler
Deprecated.Methods in org.apache.http.impl.nio with parameters of type NHttpClientHandler Modifier and Type Method Description void
DefaultNHttpClientConnection. consumeInput(NHttpClientHandler handler)
void
DefaultNHttpClientConnection. produceOutput(NHttpClientHandler handler)
Constructors in org.apache.http.impl.nio with parameters of type NHttpClientHandler Constructor Description DefaultClientIOEventDispatch(NHttpClientHandler handler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.NHttpClientEventHandlerAdaptor(NHttpClientHandler handler)
Deprecated.SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler sslHandler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
. -
Uses of NHttpClientHandler in org.apache.http.impl.nio.ssl
Constructors in org.apache.http.impl.nio.ssl with parameters of type NHttpClientHandler Constructor Description SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
.SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, HttpParams params)
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the givenSSLContext
. -
Uses of NHttpClientHandler in org.apache.http.nio
Methods in org.apache.http.nio with parameters of type NHttpClientHandler Modifier and Type Method Description void
NHttpClientIOTarget. consumeInput(NHttpClientHandler handler)
Deprecated.Triggered when the connection is ready to consume input.void
NHttpClientIOTarget. produceOutput(NHttpClientHandler handler)
Deprecated.Triggered when the connection is ready to produce output. -
Uses of NHttpClientHandler in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement NHttpClientHandler Modifier and Type Class Description class
AsyncNHttpClientHandler
Deprecated.(4.2) useHttpAsyncRequestExecutor
andHttpAsyncRequester
class
BufferingHttpClientHandler
Deprecated.(4.2) useHttpAsyncRequestExecutor
andHttpAsyncRequester
class
ThrottlingHttpClientHandler
Deprecated.(4.2) useHttpAsyncRequestExecutor
andHttpAsyncRequester
-