Package | Description |
---|---|
org.apache.http.nio.reactor.ssl |
TLS/SSL support for asynchronous, event driven communication.
|
Modifier and Type | Method and Description |
---|---|
static SSLMode |
SSLMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLMode[] |
SSLMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLIOSession.initialize(SSLMode sslMode)
Deprecated.
(4.3) SSL mode must be set at construction time.
|
Constructor and Description |
---|
SSLIOSession(IOSession session,
SSLMode sslMode,
HttpHost host,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of
SSLIOSession class. |
SSLIOSession(IOSession session,
SSLMode sslMode,
HttpHost host,
SSLContext sslContext,
SSLSetupHandler handler,
SSLBufferManagementStrategy bufferManagementStrategy)
Creates new instance of
SSLIOSession class. |
SSLIOSession(IOSession session,
SSLMode sslMode,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of
SSLIOSession class. |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.