| 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 |
DefaultNHttpClientConnection |
Default implementation of the
NHttpClientConnection
interface. |
| Modifier and Type | Method | Description |
|---|---|---|
protected NHttpClientIOTarget |
DefaultClientIOEventDispatch.createConnection(IOSession session) |
Deprecated.
Creates an instance of
DefaultNHttpClientConnection based on the
given IOSession. |
protected NHttpClientIOTarget |
SSLClientIOEventDispatch.createConnection(IOSession session) |
Deprecated.
Creates an instance of
DefaultNHttpClientConnection based on the
given SSL IOSession. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
DefaultClientIOEventDispatch.onClosed(NHttpClientIOTarget conn) |
Deprecated.
|
protected void |
DefaultClientIOEventDispatch.onConnected(NHttpClientIOTarget conn) |
Deprecated.
|
protected void |
DefaultClientIOEventDispatch.onException(NHttpClientIOTarget conn,
java.io.IOException ex) |
Deprecated.
|
protected void |
DefaultClientIOEventDispatch.onInputReady(NHttpClientIOTarget conn) |
Deprecated.
|
protected void |
DefaultClientIOEventDispatch.onOutputReady(NHttpClientIOTarget conn) |
Deprecated.
|
protected void |
DefaultClientIOEventDispatch.onTimeout(NHttpClientIOTarget conn) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected NHttpClientIOTarget |
SSLClientIOEventDispatch.createConnection(IOSession session) |
Deprecated.
|
protected NHttpClientIOTarget |
SSLClientIOEventDispatch.createSSLConnection(SSLIOSession ssliosession) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SSLClientIOEventDispatch.onConnected(NHttpClientIOTarget conn) |
Deprecated.
|