| Package | Description |
|---|---|
| org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SSLMode |
SSLMode.valueOf(java.lang.String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SSLMode[] |
SSLMode.values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SSLIOSession.bind(SSLMode mode,
org.apache.http.params.HttpParams params) |
Deprecated.
|