| 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 | 
|---|---|
| static Command.Priority | Command.Priority. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Command.Priority[] | Command.Priority. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IOSession. enqueue(Command command,
       Command.Priority priority)Inserts  Commandat the end of the command queue. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SSLIOSession. enqueue(Command command,
       Command.Priority priority) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoggingIOSession. enqueue(Command command,
       Command.Priority priority) | 
| void | ClientSessionEndpoint. execute(Command command,
       Command.Priority priority) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.