|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NHttpServiceHandler | |
---|---|
org.apache.http.impl.nio | |
org.apache.http.nio | |
org.apache.http.nio.protocol |
Uses of NHttpServiceHandler in org.apache.http.impl.nio |
---|
Fields in org.apache.http.impl.nio declared as NHttpServiceHandler | |
---|---|
protected NHttpServiceHandler |
DefaultServerIOEventDispatch.handler
|
protected NHttpServiceHandler |
SSLServerIOEventDispatch.handler
|
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,
HttpParams params)
|
|
SSLServerIOEventDispatch(NHttpServiceHandler handler,
javax.net.ssl.SSLContext sslcontext,
HttpParams params)
|
|
SSLServerIOEventDispatch(NHttpServiceHandler handler,
javax.net.ssl.SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
HttpParams params)
|
Uses of NHttpServiceHandler in org.apache.http.nio |
---|
Methods in org.apache.http.nio with parameters of type NHttpServiceHandler | |
---|---|
void |
NHttpServerIOTarget.consumeInput(NHttpServiceHandler handler)
|
void |
NHttpServerIOTarget.produceOutput(NHttpServiceHandler handler)
|
Uses of NHttpServiceHandler in org.apache.http.nio.protocol |
---|
Classes in org.apache.http.nio.protocol that implement NHttpServiceHandler | |
---|---|
class |
AsyncNHttpServiceHandler
HTTP service handler implementation that works with ConsumingNHttpEntity and ProducingNHttpEntity . |
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
Deprecated. |
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 |