|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NHttpServiceHandler | |
---|---|
org.apache.http.impl.nio | |
org.apache.http.impl.nio.reactor | NIO based implementations of HttpCore interfaces. |
org.apache.http.nio.protocol |
Uses of NHttpServiceHandler in org.apache.http.impl.nio |
---|
Methods in org.apache.http.impl.nio with parameters of type NHttpServiceHandler | |
---|---|
void |
DefaultNHttpServerConnection.consumeInput(NHttpServiceHandler handler)
|
void |
DefaultNHttpServerConnection.produceOutput(NHttpServiceHandler handler)
|
Constructors in org.apache.http.impl.nio with parameters of type NHttpServiceHandler | |
---|---|
DefaultServerIOEventDispatch(NHttpServiceHandler handler,
ByteBufferAllocator allocator,
HttpParams params)
|
|
DefaultServerIOEventDispatch(NHttpServiceHandler handler,
HttpParams params)
|
Uses of NHttpServiceHandler in org.apache.http.impl.nio.reactor |
---|
Constructors in org.apache.http.impl.nio.reactor with parameters of type NHttpServiceHandler | |
---|---|
SSLServerIOEventDispatch(NHttpServiceHandler handler,
javax.net.ssl.SSLContext sslcontext,
HttpParams params)
|
|
SSLServerIOEventDispatch(NHttpServiceHandler handler,
javax.net.ssl.SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
ByteBufferAllocator allocator,
HttpParams params)
|
Uses of NHttpServiceHandler in org.apache.http.nio.protocol |
---|
Classes in org.apache.http.nio.protocol that implement NHttpServiceHandler | |
---|---|
class |
BufferingHttpServiceHandler
HTTP service handler implementation that buffers the content of HTTP messages entirely in memory and processes HTTP requests on the main I/O thread. |
class |
NHttpServiceHandlerBase
|
class |
ThrottlingHttpServiceHandler
HTTP service handler implementation that allocates content buffers of limited size upon initialization and is capable of controlling the frequency of I/O events in order to guarantee those content buffers do not ever get overflown. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |