Uses of Interface
org.apache.http.nio.NHttpClientEventHandler
-
Packages that use NHttpClientEventHandler Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of NHttpClientEventHandler in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio with type parameters of type NHttpClientEventHandler Modifier and Type Class Description classDefaultHttpClientIODispatch<H extends NHttpClientEventHandler>DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.Classes in org.apache.http.impl.nio that implement NHttpClientEventHandler Modifier and Type Class Description (package private) classNHttpClientEventHandlerAdaptorDeprecated.(4.2)Fields in org.apache.http.impl.nio declared as NHttpClientEventHandler Modifier and Type Field Description private HDefaultHttpClientIODispatch. handlerMethods in org.apache.http.impl.nio with type parameters of type NHttpClientEventHandler Modifier and Type Method Description static <T extends NHttpClientEventHandler>
DefaultHttpClientIODispatch<T>DefaultHttpClientIODispatch. create(T handler, javax.net.ssl.SSLContext sslContext, ConnectionConfig config)Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.static <T extends NHttpClientEventHandler>
DefaultHttpClientIODispatch<T>DefaultHttpClientIODispatch. create(T handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config)Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.Methods in org.apache.http.impl.nio with parameters of type NHttpClientEventHandler Modifier and Type Method Description voidDefaultNHttpClientConnection. consumeInput(NHttpClientEventHandler handler)voidDefaultNHttpClientConnection. produceOutput(NHttpClientEventHandler handler) -
Uses of NHttpClientEventHandler in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement NHttpClientEventHandler Modifier and Type Class Description classHttpAsyncRequestExecutorHttpAsyncRequestExecutoris a fully asynchronous HTTP client side protocol handler based on the NIO (non-blocking) I/O model.
-