| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.nio |
Connection management APIs based on the asynchronous I/O model.
|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ManagedAsyncClientConnection.submitCommand(Command command,
Command.Priority priority)
Submits the given command for execution.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Command.Priority |
Command.Priority.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Command.Priority[] |
Command.Priority.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IOSession.enqueue(Command command,
Command.Priority priority)
Inserts
Command at the end of the command queue. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SSLIOSession.enqueue(Command command,
Command.Priority priority) |
Copyright © 2023. All rights reserved.