| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.io |
Connection management APIs based on the classic (blocking) I/O model.
|
| org.apache.hc.core5.http.impl.io |
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
|
| org.apache.hc.core5.http.io |
Core HTTP transport APIs based on the classic (blocking) I/O model.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ManagedHttpClientConnection
Represents a managed connection whose state and life cycle is managed by
a connection manager.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultBHttpClientConnection
Default implementation of
HttpClientConnection. |
class |
DefaultBHttpServerConnection
Default implementation of
HttpServerConnection. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
HttpClientConnection
A client-side HTTP connection, which can be used for sending
requests and receiving responses.
|
interface |
HttpServerConnection
A server-side HTTP connection, which can be used for receiving
requests and sending responses.
|
Copyright © 2023. All rights reserved.