Uses of Class
org.apache.hc.core5.reactor.IOSession.Status
-
Packages that use IOSession.Status Package Description org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern.org.apache.hc.core5.reactor.ssl TLS/SSL support for I/O reactors.org.apache.hc.core5.testing.nio -
-
Uses of IOSession.Status in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type IOSession.Status Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<IOSession.Status>IOSessionImpl. statusMethods in org.apache.hc.core5.reactor that return IOSession.Status Modifier and Type Method Description IOSession.StatusInternalDataChannel. getStatus()IOSession.StatusIOSession. getStatus()Returns status of the session:IOSession.StatusIOSessionImpl. getStatus()static IOSession.StatusIOSession.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IOSession.Status[]IOSession.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOSession.Status in org.apache.hc.core5.reactor.ssl
Fields in org.apache.hc.core5.reactor.ssl declared as IOSession.Status Modifier and Type Field Description private IOSession.StatusSSLIOSession. statusMethods in org.apache.hc.core5.reactor.ssl that return IOSession.Status Modifier and Type Method Description IOSession.StatusSSLIOSession. getStatus() -
Uses of IOSession.Status in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return IOSession.Status Modifier and Type Method Description IOSession.StatusLoggingIOSession. getStatus()
-