| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.entity |
Client specific HTTP entity implementations.
|
| org.apache.hc.core5.http.io.entity |
HTTP message entity APIs based on the classic (blocking) I/O model.
|
| 类和说明 |
|---|
| AbstractHttpEntity
Abstract base class for mutable entities.
|
| HttpEntityWrapper
Base class for wrapping entities that delegates all calls to the wrapped entity.
|
| StringEntity
A self contained, repeatable entity that obtains its content from a
String. |
| 类和说明 |
|---|
| AbstractHttpEntity
Abstract base class for mutable entities.
|
| EmptyInputStream |
| HttpEntityWrapper
Base class for wrapping entities that delegates all calls to the wrapped entity.
|
| NullEntity
An empty entity with no content-type.
|
Copyright © 2023. All rights reserved.