Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
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 |
DefaultServerIOEventDispatch.createConnection(IOSession session)
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 NHttpServerIOTarget |
SSLServerIOEventDispatch.createConnection(IOSession session)
Creates an instance of
DefaultNHttpServerConnection based on the
given IOSession . |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.