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
Fields in org.apache.hc.core5.reactor with type parameters of type IOReactorStatusModifier and TypeFieldDescriptionprivate final AtomicReference<IOReactorStatus> AbstractSingleCoreIOReactor.statusprivate final AtomicReference<IOReactorStatus> MultiCoreIOReactor.statusMethods in org.apache.hc.core5.reactor that return IOReactorStatusModifier and TypeMethodDescriptionfinal IOReactorStatusAbstractSingleCoreIOReactor.getStatus()DefaultConnectingIOReactor.getStatus()DefaultListeningIOReactor.getStatus()IOReactor.getStatus()Returns the current status of the reactor.MultiCoreIOReactor.getStatus()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. -
Uses of IOReactorStatus in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return IOReactorStatus