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. status
Methods in org.apache.hc.core5.reactor that return IOSession.Status Modifier and Type Method Description IOSession.Status
InternalDataChannel. getStatus()
IOSession.Status
IOSession. getStatus()
Returns status of the session:IOSession.Status
IOSessionImpl. getStatus()
static IOSession.Status
IOSession.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.Status
SSLIOSession. status
Methods in org.apache.hc.core5.reactor.ssl that return IOSession.Status Modifier and Type Method Description IOSession.Status
SSLIOSession. 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.Status
LoggingIOSession. getStatus()
-