Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultNHttpServerConnection.consumeInput(NHttpServerEventHandler handler) |
void |
DefaultNHttpServerConnection.produceOutput(NHttpServerEventHandler handler) |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
HttpAsyncService
HttpAsyncService is a fully asynchronous HTTP server side protocol
handler based on the non-blocking (NIO) I/O model.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.