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