Uses of Enum
org.apache.hc.core5.reactor.IOReactorStatus
Packages that use IOReactorStatus
Package
Description
HTTP/1.1 requester and server bootstrap.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of IOReactorStatus in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap that return IOReactorStatus -
Uses of IOReactorStatus in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor that return IOReactorStatusModifier and TypeMethodDescriptionDefaultConnectingIOReactor.getStatus()DefaultListeningIOReactor.getStatus()IOReactor.getStatus()Returns the current status of the reactor.static IOReactorStatusReturns the enum constant of this type with the specified name.static IOReactorStatus[]IOReactorStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.