Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.impl.nio.ssl |
Modifier and Type | Method and Description |
---|---|
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslContext,
SSLIOSessionHandler sslHandler)
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession . |
protected SSLIOSession |
SSLClientIOEventDispatch.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–2022 The Apache Software Foundation. All rights reserved.