| 程序包 | 说明 |
|---|---|
| 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.
|
| org.apache.hc.core5.http.io |
Core HTTP transport APIs 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMessageParser<ClassicHttpResponse> |
DefaultHttpResponseParserFactory.create(Http1Config h1Config) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractMessageParser<T extends HttpMessage>
Abstract base class for HTTP message parsers that obtain input from
an instance of
SessionInputBuffer. |
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMessageParser<ClassicHttpRequest> |
DefaultHttpRequestParserFactory.create(Http1Config http1Config) |
HttpMessageParser<ClassicHttpResponse> |
DefaultHttpResponseParserFactory.create(Http1Config http1Config) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMessageParser<T> |
HttpMessageParserFactory.create(Http1Config http1Config) |
Copyright © 2023. All rights reserved.