| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.async.methods |
Common HTTP methods and message handlers for the asynchronous I/O model.
|
| org.apache.hc.core5.http.nio.entity |
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCharPushConsumer
Abstract push response consumer that processes response body data as a character stream.
|
class |
AbstractCharResponseConsumer<T>
Abstract response consumer that processes response body data as a character stream.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCharAsyncEntityConsumer<T>
Abstract text entity content consumer.
|
class |
StringAsyncEntityConsumer
Basic
AsyncEntityConsumer implementation
that processes the data stream content into a string. |
Copyright © 2023. All rights reserved.