| 程序包 | 说明 |
|---|---|
| org.apache.hc.core5.http.impl.nio |
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
|
| org.apache.hc.core5.http.nio |
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractContentDecoder
Abstract
ContentDecoder that serves as a base for all content
decoder implementations. |
class |
ChunkDecoder
Implements chunked transfer decoding.
|
class |
IdentityDecoder
Content decoder that reads data without any transformation.
|
class |
LengthDelimitedDecoder
Content decoder that cuts off after a defined number of bytes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected ContentDecoder |
ServerHttp1StreamDuplexer.createContentDecoder(long len,
ReadableByteChannel channel,
SessionInputBuffer buffer,
BasicHttpTransportMetrics metrics) |
protected ContentDecoder |
ClientHttp1StreamDuplexer.createContentDecoder(long len,
ReadableByteChannel channel,
SessionInputBuffer buffer,
BasicHttpTransportMetrics metrics) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FileContentDecoder
A content decoder capable of transferring data directly to a
FileChannel |
Copyright © 2023. All rights reserved.