Uses of Enum
org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
Packages that use SessionRequestImpl.SessionRequestState
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of SessionRequestImpl.SessionRequestState in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor with type parameters of type SessionRequestImpl.SessionRequestStateModifier and TypeFieldDescriptionprivate final AtomicReference
<SessionRequestImpl.SessionRequestState> SessionRequestImpl.state
Methods in org.apache.http.impl.nio.reactor that return SessionRequestImpl.SessionRequestStateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SessionRequestImpl.SessionRequestState.values()
Returns an array containing the constants of this enum type, in the order they are declared.