| Interface | Description |
|---|---|
| ChunkDecodable<H extends ChunkHeader,ROW extends ChunkRow,T extends ChunkTrailer,R extends ChunkedResponse<H,ROW,T>> |
Marker interface to describe how the chunked response can be decoded.
|
| ChunkedResponse<H extends ChunkHeader,R extends ChunkRow,T extends ChunkTrailer> |
Describes a full chunked response with its required sections.
|
| ChunkHeader |
Marker interface to describe the leading bits of a chunked response.
|
| ChunkRow |
Marker interface to describe a row emitted from a chunked response.
|
| ChunkTrailer |
Marker interface to describe the trailing bits of a chunked response.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.