Package | Description |
---|---|
org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<SessionRequestImpl.SessionRequestState> |
SessionRequestImpl.state |
Modifier and Type | Method and Description |
---|---|
static SessionRequestImpl.SessionRequestState |
SessionRequestImpl.SessionRequestState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionRequestImpl.SessionRequestState[] |
SessionRequestImpl.SessionRequestState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|