public interface ChunkDecodable<H extends ChunkHeader,ROW extends ChunkRow,T extends ChunkTrailer,R extends ChunkedResponse<H,ROW,T>>
| Modifier and Type | Method and Description |
|---|---|
R |
decode(ResponseStatus status,
H header,
Flux<ROW> rows,
Mono<T> trailer)
Decodes a chunked response into the response format.
|
R decode(ResponseStatus status, H header, Flux<ROW> rows, Mono<T> trailer)
status - the http response status.header - the chunk header.rows - the chunk rows.trailer - the chunk trailer.Copyright © 2024 Couchbase, Inc.. All rights reserved.