|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NHttpServerEventHandler | |
|---|---|
| org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio. |
| org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
| Uses of NHttpServerEventHandler in org.apache.http.impl.nio |
|---|
| Methods in org.apache.http.impl.nio with parameters of type NHttpServerEventHandler | |
|---|---|
void |
DefaultNHttpServerConnection.consumeInput(NHttpServerEventHandler handler)
|
void |
DefaultNHttpServerConnection.produceOutput(NHttpServerEventHandler handler)
|
| Constructors in org.apache.http.impl.nio with parameters of type NHttpServerEventHandler | |
|---|---|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
HttpParams params)
|
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
NHttpConnectionFactory<DefaultNHttpServerConnection> connFactory)
|
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
HttpParams params)
|
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
| Uses of NHttpServerEventHandler in org.apache.http.nio.protocol |
|---|
| Classes in org.apache.http.nio.protocol that implement NHttpServerEventHandler | |
|---|---|
class |
HttpAsyncService
HttpAsyncService is a fully asynchronous HTTP server side protocol handler based on the non-blocking (NIO) I/O model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||