Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.ssl |
Deprecated
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNHttpServerConnection
Default implementation of the
NHttpServerConnection interface. |
Modifier and Type | Method and 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 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-2015 The Apache Software Foundation. All Rights Reserved.