Package com.couchbase.client.core.msg.chunk
package com.couchbase.client.core.msg.chunk
-
ClassDescriptionChunkDecodable<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.Describes a full chunked response with its required sections.Marker interface to describe the leading bits of a chunked response.Marker interface to describe a row emitted from a chunked response.Marker interface to describe the trailing bits of a chunked response.