Uses of Class
org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
-
Packages that use SessionRequestImpl.SessionRequestState Package Description org.apache.http.impl.nio.reactor 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.SessionRequestState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SessionRequestImpl.SessionRequestState>
SessionRequestImpl. state
Methods in org.apache.http.impl.nio.reactor that return SessionRequestImpl.SessionRequestState Modifier and Type Method 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.
-