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 | 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 . |
Modifier and Type | Method and Description |
---|---|
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLSetupHandler sslHandler)
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession . |
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLSetupHandler sslHandler)
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession . |
Modifier and Type | Method and Description |
---|---|
protected NHttpServerIOTarget |
SSLServerIOEventDispatch.createSSLConnection(SSLIOSession ssliosession)
Deprecated.
|
protected NHttpClientIOTarget |
SSLClientIOEventDispatch.createSSLConnection(SSLIOSession ssliosession)
Deprecated.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.