Uses of Class
com.couchbase.client.core.msg.ResponseStatus
-
-
Uses of ResponseStatus in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error with parameters of type ResponseStatus Modifier and Type Method Description static RuntimeException
DefaultErrorUtil. defaultErrorForStatus(String id, ResponseStatus status)
-
Uses of ResponseStatus in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return ResponseStatus Modifier and Type Method Description static ResponseStatus
MemcacheProtocol. decodeStatus(short status)
Converts the KeyValue protocol status into its generic format.static ResponseStatus
MemcacheProtocol. decodeStatus(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf message)
Decodes and converts the status from a message. -
Uses of ResponseStatus in com.couchbase.client.core.msg
Methods in com.couchbase.client.core.msg that return ResponseStatus Modifier and Type Method Description ResponseStatus
BaseResponse. status()
ResponseStatus
Response. status()
Holds the status of the response.static ResponseStatus
ResponseStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResponseStatus[]
ResponseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.msg with parameters of type ResponseStatus Constructor Description BaseResponse(ResponseStatus status)
-
Uses of ResponseStatus in com.couchbase.client.core.msg.analytics
Methods in com.couchbase.client.core.msg.analytics with parameters of type ResponseStatus Modifier and Type Method Description AnalyticsResponse
AnalyticsRequest. decode(ResponseStatus status, AnalyticsChunkHeader header, Flux<AnalyticsChunkRow> rows, Mono<AnalyticsChunkTrailer> trailer)
-
Uses of ResponseStatus in com.couchbase.client.core.msg.chunk
Methods in com.couchbase.client.core.msg.chunk with parameters of type ResponseStatus Modifier and Type Method Description R
ChunkDecodable. decode(ResponseStatus status, H header, Flux<ROW> rows, Mono<T> trailer)
Decodes a chunked response into the response format. -
Uses of ResponseStatus in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type ResponseStatus Modifier and Type Method Description static String
ResponseStatusDetails. stringify(ResponseStatus status, ResponseStatusDetails details)
Stringify the status details and the status in a best effort manner. -
Uses of ResponseStatus in com.couchbase.client.core.msg.manager
Constructors in com.couchbase.client.core.msg.manager with parameters of type ResponseStatus Constructor Description TerseBucketConfigResponse(ResponseStatus status, byte[] config)
-
Uses of ResponseStatus in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query with parameters of type ResponseStatus Modifier and Type Method Description QueryResponse
QueryRequest. decode(ResponseStatus status, QueryChunkHeader header, Flux<QueryChunkRow> rows, Mono<QueryChunkTrailer> trailer)
-
Uses of ResponseStatus in com.couchbase.client.core.msg.search
Methods in com.couchbase.client.core.msg.search with parameters of type ResponseStatus Modifier and Type Method Description SearchResponse
SearchRequest. decode(ResponseStatus status, SearchChunkHeader header, Flux<SearchChunkRow> rows, Mono<SearchChunkTrailer> trailer)
-
Uses of ResponseStatus in com.couchbase.client.core.msg.view
Methods in com.couchbase.client.core.msg.view with parameters of type ResponseStatus Modifier and Type Method Description ViewResponse
ViewRequest. decode(ResponseStatus status, ViewChunkHeader header, Flux<ViewChunkRow> rows, Mono<ViewChunkTrailer> trailer)
-
Uses of ResponseStatus in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return ResponseStatus Modifier and Type Method Description static ResponseStatus
ResponseStatusConverter. fromHttp(int code)
-