Uses of Interface
org.apache.http.nio.NHttpServiceHandler
Packages that use NHttpServiceHandler
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 NHttpServiceHandler in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as NHttpServiceHandlerModifier and TypeFieldDescriptionprotected final NHttpServiceHandler
DefaultServerIOEventDispatch.handler
Deprecated.private final NHttpServiceHandler
NHttpServerEventHandlerAdaptor.handler
Deprecated.protected final NHttpServiceHandler
SSLServerIOEventDispatch.handler
Deprecated.Methods in org.apache.http.impl.nio with parameters of type NHttpServiceHandlerModifier and TypeMethodDescriptionvoid
DefaultNHttpServerConnection.consumeInput
(NHttpServiceHandler handler) void
DefaultNHttpServerConnection.produceOutput
(NHttpServiceHandler handler) Constructors in org.apache.http.impl.nio with parameters of type NHttpServiceHandlerModifierConstructorDescriptionDefaultServerIOEventDispatch
(NHttpServiceHandler 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.Deprecated.SSLServerIOEventDispatch
(NHttpServiceHandler handler, 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
.SSLServerIOEventDispatch
(NHttpServiceHandler handler, 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 NHttpServiceHandler in org.apache.http.impl.nio.ssl
Constructors in org.apache.http.impl.nio.ssl with parameters of type NHttpServiceHandlerModifierConstructorDescriptionSSLServerIOEventDispatch
(NHttpServiceHandler handler, 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
.SSLServerIOEventDispatch
(NHttpServiceHandler handler, 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 NHttpServiceHandler in org.apache.http.nio
Methods in org.apache.http.nio with parameters of type NHttpServiceHandlerModifier and TypeMethodDescriptionvoid
NHttpServerIOTarget.consumeInput
(NHttpServiceHandler handler) Deprecated.Triggered when the connection is ready to consume input.void
NHttpServerIOTarget.produceOutput
(NHttpServiceHandler handler) Deprecated.Triggered when the connection is ready to produce output. -
Uses of NHttpServiceHandler in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement NHttpServiceHandlerModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.(4.2) useHttpAsyncService
class
Deprecated.(4.2) useHttpAsyncService
HttpAsyncService