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.status
private final AtomicReference
<IOReactorStatus> MultiCoreIOReactor.status
Methods in org.apache.hc.core5.reactor that return IOReactorStatusModifier and TypeMethodDescriptionfinal IOReactorStatus
AbstractSingleCoreIOReactor.getStatus()
DefaultConnectingIOReactor.getStatus()
DefaultListeningIOReactor.getStatus()
IOReactor.getStatus()
Returns the current status of the reactor.MultiCoreIOReactor.getStatus()
static IOReactorStatus
Returns 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