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 |
DefaultNHttpClientConnection.consumeInput(NHttpClientEventHandler handler) |
void |
DefaultNHttpClientConnection.produceOutput(NHttpClientEventHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
HttpAsyncRequestExecutor
HttpAsyncRequestExecutor is a fully asynchronous HTTP client side
protocol handler based on the NIO (non-blocking) I/O model.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.