Package | Description |
---|---|
org.apache.http.nio.reactor.ssl |
TLS/SSL support for asynchronous, event driven communication.
|
Modifier and Type | Class and Description |
---|---|
class |
PermanentSSLBufferManagementStrategy
A
SSLBufferManagementStrategy that never releases the underlying buffer. |
class |
ReleasableSSLBufferManagementStrategy
A
SSLBufferManagementStrategy that releases the underlying buffer when deactivated. |
Constructor and Description |
---|
SSLIOSession(IOSession session,
SSLMode sslMode,
HttpHost host,
SSLContext sslContext,
SSLSetupHandler handler,
SSLBufferManagementStrategy bufferManagementStrategy)
Creates new instance of
SSLIOSession class. |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.