Class KeyValueEndpoint
java.lang.Object
com.couchbase.client.core.endpoint.BaseEndpoint
com.couchbase.client.core.endpoint.KeyValueEndpoint
- All Implemented Interfaces:
Endpoint
,Stateful<EndpointState>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionKeyValueEndpoint
(ServiceContext ctx, String hostname, int port, Optional<String> bucketname, Authenticator authenticator) -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineInitializer
Returns the initialize which adds endpoint-specific handlers to the pipeline.Methods inherited from class com.couchbase.client.core.endpoint.BaseEndpoint
channelFrom, channelFutureIntoMono, connect, context, decrementOutstandingRequests, diagnostics, disconnect, freeToWrite, internalDiagnostics, lastConnectAttemptFailure, lastConnectedAt, lastResponseReceived, markRequestCompletion, notifyChannelInactive, outstandingRequests, pipelined, receivedDisconnectSignal, remoteAddress, remoteHostname, remotePort, send, state, states
-
Constructor Details
-
KeyValueEndpoint
public KeyValueEndpoint(ServiceContext ctx, String hostname, int port, Optional<String> bucketname, Authenticator authenticator)
-
-
Method Details
-
pipelineInitializer
Description copied from class:BaseEndpoint
Returns the initialize which adds endpoint-specific handlers to the pipeline.- Specified by:
pipelineInitializer
in classBaseEndpoint
-