Uses of Class
com.couchbase.client.core.msg.ResponseStatus
-
-
Uses of ResponseStatus in com.couchbase.client.core.endpoint.http
Constructors in com.couchbase.client.core.endpoint.http with parameters of type ResponseStatus Constructor Description CoreHttpResponse(ResponseStatus status, byte[] content, int httpStatus, HttpChannelContext channelContext, RequestContext requestContext)
-
Uses of ResponseStatus in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return ResponseStatus Modifier and Type Method Description static ResponseStatus
HttpStatusCodeException. couchbaseResponseStatus(Throwable t)
ResponseStatus
HttpStatusCodeException. responseStatus()
Returns the Couchbase response status most closely associated with the HTTP status code.ResponseStatus
RangeScanPartitionFailedException. status()
Constructors in com.couchbase.client.core.error with parameters of type ResponseStatus Constructor Description RangeScanPartitionFailedException(String message, ResponseStatus status)
-
Uses of ResponseStatus in com.couchbase.client.core.error.context
Methods in com.couchbase.client.core.error.context that return ResponseStatus Modifier and Type Method Description ResponseStatus
ErrorContext. responseStatus()
Methods in com.couchbase.client.core.error.context with parameters of type ResponseStatus Modifier and Type Method Description static KeyValueErrorContext
KeyValueErrorContext. completedRequest(KeyValueRequest<?> request, ResponseStatus status, MemcacheProtocol.FlexibleExtras flexibleExtras)
Constructors in com.couchbase.client.core.error.context with parameters of type ResponseStatus Constructor Description ErrorContext(ResponseStatus responseStatus)
EventingErrorContext(ResponseStatus responseStatus, RequestContext requestContext, int httpStatus, Map<String,Object> responseProperties)
KeyValueErrorContext(KeyValueRequest<?> request, ResponseStatus status, MemcacheProtocol.FlexibleExtras flexibleExtras)
KeyValueIoErrorContext(ResponseStatus responseStatus, EndpointContext endpointContext, Map<String,Object> serverContext)
ManagerErrorContext(ResponseStatus responseStatus, RequestContext requestContext, int httpStatus, String content)
SearchErrorContext(ResponseStatus responseStatus, RequestContext requestContext, int httpStatus, String content)
ViewErrorContext(ResponseStatus responseStatus, RequestContext requestContext, ViewError viewError, int httpStatus)
-
Uses of ResponseStatus in com.couchbase.client.core.io.netty
Methods in com.couchbase.client.core.io.netty that return ResponseStatus Modifier and Type Method Description static ResponseStatus
HttpProtocol. decodeStatus(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponseStatus status)
Converts the http protocol status into its generic format. -
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 GenericManagerResponse(ResponseStatus status, byte[] content, int httpStatus)
-
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)
Constructors in com.couchbase.client.core.msg.query with parameters of type ResponseStatus Constructor Description QueryResponse(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.transaction.components
Methods in com.couchbase.client.core.transaction.components that return ResponseStatus Modifier and Type Method Description ResponseStatus
CoreTransactionResponse. status()
-