Uses of Class
org.apache.hc.core5.testing.nio.IOReactorExecutor.Status
-
Packages that use IOReactorExecutor.Status Package Description org.apache.hc.core5.testing.nio -
-
Uses of IOReactorExecutor.Status in org.apache.hc.core5.testing.nio
Fields in org.apache.hc.core5.testing.nio with type parameters of type IOReactorExecutor.Status Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<IOReactorExecutor.Status>IOReactorExecutor. statusMethods in org.apache.hc.core5.testing.nio that return IOReactorExecutor.Status Modifier and Type Method Description static IOReactorExecutor.StatusIOReactorExecutor.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IOReactorExecutor.Status[]IOReactorExecutor.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-