Uses of Interface
org.apache.http.nio.NHttpClientHandler
Packages that use NHttpClientHandler
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
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 NHttpClientHandlerModifier and TypeFieldDescriptionprotected final NHttpClientHandlerDefaultClientIOEventDispatch.handlerDeprecated.protected final NHttpClientHandlerSSLClientIOEventDispatch.handlerDeprecated.Methods in org.apache.http.impl.nio with parameters of type NHttpClientHandlerModifier and TypeMethodDescriptionvoidDefaultNHttpClientConnection.consumeInput(NHttpClientHandler handler) voidDefaultNHttpClientConnection.produceOutput(NHttpClientHandler handler) Constructors in org.apache.http.impl.nio with parameters of type NHttpClientHandlerModifierConstructorDescriptionDefaultClientIOEventDispatch(NHttpClientHandler handler, org.apache.http.params.HttpParams params) Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.SSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslContext, SSLIOSessionHandler sslHandler, org.apache.http.params.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, SSLContext sslContext, org.apache.http.params.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 NHttpClientHandlerModifierConstructorDescriptionSSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslContext, SSLSetupHandler sslHandler, org.apache.http.params.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, SSLContext sslContext, org.apache.http.params.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 NHttpClientHandlerModifier and TypeMethodDescriptionvoidNHttpClientIOTarget.consumeInput(NHttpClientHandler handler) Deprecated.Triggered when the connection is ready to consume input.voidNHttpClientIOTarget.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 NHttpClientHandlerModifier and TypeClassDescriptionclassDeprecated.classDeprecated.(4.2) useHttpAsyncRequestExecutorandHttpAsyncRequesterclassDeprecated.(4.2) useHttpAsyncRequestExecutorandHttpAsyncRequester
HttpAsyncRequestExecutorandHttpAsyncRequester