Uses of Enum
org.apache.hc.core5.reactor.IOSession.Status
Packages that use IOSession.Status
Package
Description
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
TLS/SSL support for I/O reactors.
-
Uses of IOSession.Status in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type IOSession.StatusModifier and TypeFieldDescriptionprivate final AtomicReference
<IOSession.Status> IOSessionImpl.status
Methods in org.apache.hc.core5.reactor that return IOSession.StatusModifier and TypeMethodDescriptionInternalDataChannel.getStatus()
IOSession.getStatus()
Returns status of the session:IOSessionImpl.getStatus()
static IOSession.Status
Returns the enum constant of this type with the specified name.static IOSession.Status[]
IOSession.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOSession.Status in org.apache.hc.core5.reactor.ssl
Fields in org.apache.hc.core5.reactor.ssl declared as IOSession.StatusMethods in org.apache.hc.core5.reactor.ssl that return IOSession.Status -
Uses of IOSession.Status in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return IOSession.Status