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 |
DefaultClientIOEventDispatch
Deprecated.
(4.2) use
DefaultHttpClientIODispatch |
class |
DefaultHttpClientIODispatch
Default
IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted client side HTTP connections. |
class |
DefaultHttpServerIODispatch
Default
IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted server side HTTP connections. |
class |
DefaultServerIOEventDispatch
Deprecated.
(4.2) use
DefaultHttpServerIODispatch |
Modifier and Type | Class and Description |
---|---|
class |
SSLClientIOEventDispatch
Deprecated.
(4.2) use
DefaultHttpClientIODispatch |
class |
SSLServerIOEventDispatch
Deprecated.
(4.2) use
DefaultHttpServerIODispatch |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.