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 and Description |
---|---|
class |
DefaultNHttpServerConnection
Default implementation of the
NHttpServerConnection
interface. |
Modifier and Type | Method and Description |
---|---|
protected NHttpServerIOTarget |
SSLServerIOEventDispatch.createConnection(IOSession session)
Deprecated.
Creates an instance of
DefaultNHttpServerConnection based on the
given IOSession . |
protected NHttpServerIOTarget |
DefaultServerIOEventDispatch.createConnection(IOSession session)
Deprecated.
Creates an instance of
DefaultNHttpServerConnection based on the
given IOSession . |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultServerIOEventDispatch.onClosed(NHttpServerIOTarget conn)
Deprecated.
|
protected void |
DefaultServerIOEventDispatch.onConnected(NHttpServerIOTarget conn)
Deprecated.
|
protected void |
DefaultServerIOEventDispatch.onException(NHttpServerIOTarget conn,
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 and Description |
---|---|
protected NHttpServerIOTarget |
SSLServerIOEventDispatch.createConnection(IOSession session)
Deprecated.
|
protected NHttpServerIOTarget |
SSLServerIOEventDispatch.createSSLConnection(SSLIOSession sslioSession)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLServerIOEventDispatch.onConnected(NHttpServerIOTarget conn)
Deprecated.
|
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.