Package com.couchbase.client.core.msg
-
Interface Summary Interface Description Encodable<T> HttpRequest<H extends ChunkHeader,ROW extends ChunkRow,T extends ChunkTrailer,R extends ChunkedResponse<H,ROW,T>> NonChunkedHttpRequest<R extends Response> Request<R extends Response> Represents aRequestflowing through the client.Response This interface is the base entity for all Responses flowing through the client.ScopedRequest TargetedRequest Marker interface to signal a request that can only be sent to the specified target node.UnmonitoredRequest Requests implementing this interface will not be reported in various places. -
Class Summary Class Description BaseRequest<R extends Response> Base class for allRequests.BaseResponse The parent class for all responses passing through the SDK.CancellationReason Describes the reason why aRequesthas been cancelled.RequestContext Additional context which might be attached to an individualRequest. -
Enum Summary Enum Description ResponseStatus TheResponseStatusdescribes what kind of response came back for a specific request.