Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
Modifier and Type | Method and Description |
---|---|
protected SSLIOSession |
SSLNHttpClientConnectionFactory.createSSLIOSession(IOSession ioSession,
SSLContext sslContext,
SSLSetupHandler sslHandler) |
protected SSLIOSession |
SSLNHttpServerConnectionFactory.createSSLIOSession(IOSession ioSession,
SSLContext sslContext,
SSLSetupHandler sslHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SSLIOSession
Deprecated.
(4.2) use
SSLIOSession |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.