Uses of Class
org.apache.hc.core5.reactor.IOReactorStatus
-
Packages that use IOReactorStatus Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern.org.apache.hc.core5.testing.nio -
-
Uses of IOReactorStatus in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap that return IOReactorStatus Modifier and Type Method Description IOReactorStatusAsyncRequester. getStatus()IOReactorStatusAsyncServer. getStatus() -
Uses of IOReactorStatus in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type IOReactorStatus Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<IOReactorStatus>AbstractSingleCoreIOReactor. statusprivate java.util.concurrent.atomic.AtomicReference<IOReactorStatus>MultiCoreIOReactor. statusMethods in org.apache.hc.core5.reactor that return IOReactorStatus Modifier and Type Method Description IOReactorStatusAbstractSingleCoreIOReactor. getStatus()IOReactorStatusDefaultConnectingIOReactor. getStatus()IOReactorStatusDefaultListeningIOReactor. getStatus()IOReactorStatusIOReactor. getStatus()Returns the current status of the reactor.IOReactorStatusMultiCoreIOReactor. getStatus()static IOReactorStatusIOReactorStatus. valueOf(java.lang.String name)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 Modifier and Type Method Description IOReactorStatusIOReactorExecutor. getStatus()
-