Class ManagerEndpoint
java.lang.Object
com.couchbase.client.core.endpoint.BaseEndpoint
com.couchbase.client.core.endpoint.ManagerEndpoint
- All Implemented Interfaces:
Endpoint,Stateful<EndpointState>
public class ManagerEndpoint extends BaseEndpoint
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagerEndpoint.ManagerPipelineInitializer -
Constructor Summary
Constructors Constructor Description ManagerEndpoint(ServiceContext ctx, String hostname, int port) -
Method Summary
Modifier and Type Method Description protected PipelineInitializerpipelineInitializer()Returns the initialize which adds endpoint-specific handlers to the pipeline.Methods inherited from class com.couchbase.client.core.endpoint.BaseEndpoint
channelFutureIntoMono, connect, context, decrementOutstandingRequests, diagnostics, disconnect, freeToWrite, lastConnectedAt, lastResponseReceived, markRequestCompletion, notifyChannelInactive, outstandingRequests, pipelined, receivedDisconnectSignal, remoteAddress, send, state, states
-
Constructor Details
-
ManagerEndpoint
-
-
Method Details
-
pipelineInitializer
Description copied from class:BaseEndpointReturns the initialize which adds endpoint-specific handlers to the pipeline.- Specified by:
pipelineInitializerin classBaseEndpoint
-