Package com.couchbase.client.core.io.netty.chunk
package com.couchbase.client.core.io.netty.chunk
-
ClassDescriptionProvides a common, abstract implementation of the
ChunkResponseParser
interface.ChunkedMessageHandler<H extends ChunkHeader,ROW extends ChunkRow, T extends ChunkTrailer, R extends ChunkedResponse<H, ROW, T>, REQ extends HttpRequest<H, ROW, T, R>> Implements the chunk stream handling for all generic http stream based services.Defines the common parser interface for all chunked response parser implementations.