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
Methods in org.apache.hc.core5.reactor that return IOSession.StatusModifier and TypeMethodDescriptionIOSession.getStatus()Returns status of the session:static IOSession.StatusReturns 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
Methods 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