| Package | Description |
|---|---|
| org.apache.http.nio.reactor.ssl |
Non-blocking TLS/SSL session implementation.
|
| 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 mode)
Initializes the session in the given
SSLMode. |
| Constructor and Description |
|---|
SSLIOSession(IOSession session,
SSLMode defaultMode,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of SSLIOSession class.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.