Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.reactor |
Default implementations for interfaces in
org.apache.http.nio including default
I/O reactor implementations and support for SSL/TLS transport security. |
Modifier and Type | Field and Description |
---|---|
protected SSLIOSessionHandler |
SSLClientIOEventDispatch.sslHandler
Deprecated.
|
protected SSLIOSessionHandler |
SSLServerIOEventDispatch.sslHandler
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler)
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession . |
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler)
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession . |
Constructor and Description |
---|
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
HttpParams params)
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext . |
SSLServerIOEventDispatch(NHttpServiceHandler handler,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
HttpParams params)
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext . |
Constructor and Description |
---|
SSLIOSession(IOSession session,
SSLContext sslContext,
SSLIOSessionHandler handler)
Deprecated.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.