Uses of Class
com.couchbase.client.core.msg.view.ViewChunkHeader
-
Packages that use ViewChunkHeader Package Description com.couchbase.client.core.io.netty.view com.couchbase.client.core.msg.view -
-
Uses of ViewChunkHeader in com.couchbase.client.core.io.netty.view
Methods in com.couchbase.client.core.io.netty.view that return types with arguments of type ViewChunkHeader Modifier and Type Method Description Optional<ViewChunkHeader>
ViewChunkResponseParser. header(boolean lastChunk)
-
Uses of ViewChunkHeader in com.couchbase.client.core.msg.view
Methods in com.couchbase.client.core.msg.view that return ViewChunkHeader Modifier and Type Method Description ViewChunkHeader
ViewResponse. header()
Methods in com.couchbase.client.core.msg.view with parameters of type ViewChunkHeader Modifier and Type Method Description ViewResponse
ViewRequest. decode(ResponseStatus status, ViewChunkHeader header, Flux<ViewChunkRow> rows, Mono<ViewChunkTrailer> trailer)
-