|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NHttpServiceHandler | |
org.apache.http.impl.nio | |
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,
org.apache.http.params.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 |
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 |