| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| IOSession.Status | IOSession. getStatus()Returns status of the session: | 
| static IOSession.Status | IOSession.Status. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| IOSession.Status | SSLIOSession. getStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| IOSession.Status | LoggingIOSession. getStatus() | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.