|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLMode | |
|---|---|
| org.apache.http.nio.reactor.ssl | Non-blocking TLS/SSL session implementation. |
| Uses of SSLMode in org.apache.http.nio.reactor.ssl |
|---|
| Methods in org.apache.http.nio.reactor.ssl that return SSLMode | |
|---|---|
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're declared. |
| Methods in org.apache.http.nio.reactor.ssl with parameters of type SSLMode | |
|---|---|
void |
SSLIOSession.initialize(SSLMode mode)
Initializes the session in the given SSLMode. |
| Constructors in org.apache.http.nio.reactor.ssl with parameters of type SSLMode | |
|---|---|
SSLIOSession(IOSession session,
SSLMode defaultMode,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of SSLIOSession class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||