Modifier and Type | Method and Description |
---|---|
ResponseStatus |
ErrorContext.responseStatus() |
Modifier and Type | Method and Description |
---|---|
static KeyValueErrorContext |
KeyValueErrorContext.completedRequest(KeyValueRequest<?> request,
ResponseStatus status) |
Constructor and Description |
---|
ErrorContext(ResponseStatus responseStatus) |
KeyValueErrorContext(KeyValueRequest<?> request,
ResponseStatus status) |
KeyValueIoErrorContext(ResponseStatus responseStatus,
EndpointContext endpointContext) |
SearchErrorContext(ResponseStatus responseStatus,
RequestContext requestContext,
int httpStatus) |
ViewErrorContext(ResponseStatus responseStatus,
RequestContext requestContext,
ViewError viewError,
int httpStatus) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static ResponseStatus |
MemcacheProtocol.decodeStatus(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf message)
Decodes and converts the status from a message.
|
static ResponseStatus |
MemcacheProtocol.decodeStatus(short status)
Converts the KeyValue protocol status into its generic format.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
BaseResponse(ResponseStatus status) |
Modifier and Type | Method and Description |
---|---|
AnalyticsResponse |
AnalyticsRequest.decode(ResponseStatus status,
AnalyticsChunkHeader header,
Flux<AnalyticsChunkRow> rows,
Mono<AnalyticsChunkTrailer> trailer) |
Modifier and Type | Method and Description |
---|---|
R |
ChunkDecodable.decode(ResponseStatus status,
H header,
Flux<ROW> rows,
Mono<T> trailer)
Decodes a chunked response into the response format.
|
Modifier and Type | Method and Description |
---|---|
static String |
ResponseStatusDetails.stringify(ResponseStatus status,
ResponseStatusDetails details)
Stringify the status details and the status in a best effort manner.
|
Constructor and Description |
---|
GenericManagerResponse(ResponseStatus status,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryRequest.decode(ResponseStatus status,
QueryChunkHeader header,
Flux<QueryChunkRow> rows,
Mono<QueryChunkTrailer> trailer) |
Modifier and Type | Method and Description |
---|---|
SearchResponse |
SearchRequest.decode(ResponseStatus status,
SearchChunkHeader header,
Flux<SearchChunkRow> rows,
Mono<SearchChunkTrailer> trailer) |
Modifier and Type | Method and Description |
---|---|
ViewResponse |
ViewRequest.decode(ResponseStatus status,
ViewChunkHeader header,
Flux<ViewChunkRow> rows,
Mono<ViewChunkTrailer> trailer) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.