| Package | Description |
|---|---|
| org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
| org.apache.http.impl.nio.ssl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultClientIOEventDispatch |
Deprecated.
(4.2) use
DefaultHttpClientIODispatch |
class |
DefaultHttpClientIODispatch<H extends NHttpClientEventHandler> |
Default
IOEventDispatch implementation
that supports both plain (non-encrypted) and SSL encrypted client side HTTP
connections. |
class |
DefaultHttpServerIODispatch<H extends NHttpServerEventHandler> |
Default
IOEventDispatch implementation
that supports both plain (non-encrypted) and SSL encrypted server side HTTP
connections. |
class |
DefaultServerIOEventDispatch |
Deprecated.
(4.2) use
DefaultHttpServerIODispatch |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SSLClientIOEventDispatch |
Deprecated.
(4.2) use
DefaultHttpClientIODispatch |
class |
SSLServerIOEventDispatch |
Deprecated.
(4.2) use
DefaultHttpServerIODispatch |