Uses of Interface
org.apache.http.nio.NHttpServerEventHandler
Packages that use NHttpServerEventHandler
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of NHttpServerEventHandler in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio with type parameters of type NHttpServerEventHandlerModifier and TypeClassDescriptionclass
DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.Methods in org.apache.http.impl.nio with type parameters of type NHttpServerEventHandlerModifier and TypeMethodDescriptionstatic <T extends NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>DefaultHttpServerIODispatch.create
(T handler, SSLContext sslContext, org.apache.http.config.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 NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>DefaultHttpServerIODispatch.create
(T eventHandler, SSLContext sslContext, org.apache.http.config.ConnectionConfig config, org.apache.http.HttpRequestFactory httpRequestFactory) Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.static <T extends NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>DefaultHttpServerIODispatch.create
(T handler, SSLContext sslContext, SSLSetupHandler sslHandler, org.apache.http.config.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 NHttpServerEventHandlerModifier and TypeMethodDescriptionvoid
DefaultNHttpServerConnection.consumeInput
(NHttpServerEventHandler handler) void
DefaultNHttpServerConnection.produceOutput
(NHttpServerEventHandler handler) -
Uses of NHttpServerEventHandler in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement NHttpServerEventHandlerModifier and TypeClassDescriptionclass
HttpAsyncService
is a fully asynchronous HTTP server side protocol handler based on the non-blocking (NIO) I/O model.