| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.impl.io |
Client connection management functions based the classic
connection management APIs.
|
| org.apache.hc.core5.http.impl.io |
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LenientHttpResponseParser
Lenient HTTP response parser implementation that can skip malformed data until
a valid HTTP response message head is encountered.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultHttpRequestParser
HTTP request parser that obtain its input from an instance
of
SessionInputBuffer. |
class |
DefaultHttpResponseParser
HTTP response parser that obtain its input from an instance
of
SessionInputBuffer. |
Copyright © 2023. All rights reserved.