Uses of Interface
com.couchbase.client.core.msg.Encodable
Package
Description
-
Uses of Encodable in com.couchbase.client.core.endpoint.http
-
Uses of Encodable in com.couchbase.client.core.msg
Modifier and TypeInterfaceDescriptioninterface
HttpRequest<H extends ChunkHeader,
ROW extends ChunkRow, T extends ChunkTrailer, R extends ChunkedResponse<H, ROW, T>> interface
NonChunkedHttpRequest<R extends Response>
-
Uses of Encodable in com.couchbase.client.core.msg.analytics
-
Uses of Encodable in com.couchbase.client.core.msg.manager
Modifier and TypeInterfaceDescriptioninterface
ManagerRequest<R extends Response>
Parent interface for all requests going to the cluster manager.Modifier and TypeClassDescriptionclass
BaseManagerRequest<R extends Response>
Base class for the manager requests, mainly to define the service type in a uniform way.class
class
Performs a (potential endless) streaming request against the cluster manager for the given bucket.class
Deprecated. -
Uses of Encodable in com.couchbase.client.core.msg.query
-
Uses of Encodable in com.couchbase.client.core.msg.search
-
Uses of Encodable in com.couchbase.client.core.msg.view
CoreHttpClient
.