Uses of Class
com.couchbase.client.core.endpoint.EndpointContext
Packages that use EndpointContext
Package
Description
-
Uses of EndpointContext in com.couchbase.client.core.cnc.events.endpoint
Constructors in com.couchbase.client.core.cnc.events.endpoint with parameters of type EndpointContextModifierConstructorDescriptionEndpointConnectedEvent(Duration duration, EndpointContext context, SortedMap<String, Duration> timings) EndpointConnectionAbortedEvent(Duration duration, EndpointContext context, SortedMap<String, Duration> timings) EndpointConnectionFailedEvent(Event.Severity severity, Duration duration, EndpointContext context, long attempt, Throwable cause) EndpointConnectionIgnoredEvent(Duration duration, EndpointContext context, SortedMap<String, Duration> timings) EndpointDisconnectedEvent(Duration duration, EndpointContext context) Creates a new endpoint disconnected event.EndpointDisconnectionFailedEvent(Duration duration, EndpointContext context, Throwable cause) Creates a new endpoint disconnection failed event.EndpointStateChangedEvent(EndpointContext context, EndpointState oldState, EndpointState newState) EndpointWriteFailedEvent(Event.Severity severity, EndpointContext context, Throwable cause) UnexpectedEndpointDisconnectedEvent(EndpointContext context, int outstandingBeforeInactive, long connectedForNs) -
Uses of EndpointContext in com.couchbase.client.core.cnc.events.service
Constructors in com.couchbase.client.core.cnc.events.service with parameters of type EndpointContext -
Uses of EndpointContext in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return EndpointContextModifier and TypeMethodDescriptionBaseEndpoint.context()Endpoint.context()Returns the context for this endpoint.Constructors in com.couchbase.client.core.endpoint with parameters of type EndpointContextModifierConstructorDescriptionBackupPipelineInitializer(EndpointContext endpointContext) Helper method to duplicate the endpoint context (useful for extension).KeyValuePipelineInitializer(EndpointContext ctx, Optional<String> bucketname, Authenticator authenticator) ManagerPipelineInitializer(EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env with parameters of type EndpointContextModifier and TypeMethodDescriptiondefault voidAuthenticator.authKeyValueConnection(EndpointContext endpointContext, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) Allows the authenticator to add KV handlers during connection bootstrap to perform authentication.voidPasswordAuthenticator.authKeyValueConnection(EndpointContext ctx, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) -
Uses of EndpointContext in com.couchbase.client.core.error.context
Constructors in com.couchbase.client.core.error.context with parameters of type EndpointContextModifierConstructorDescriptionKeyValueIoErrorContext(ResponseStatus responseStatus, EndpointContext endpointContext, Map<String, Object> serverContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty
Methods in com.couchbase.client.core.io.netty with parameters of type EndpointContextModifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandlerSslHandlerFactory.get(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, EndpointContext endpointContext) Constructors in com.couchbase.client.core.io.netty with parameters of type EndpointContext -
Uses of EndpointContext in com.couchbase.client.core.io.netty.analytics
Constructors in com.couchbase.client.core.io.netty.analytics with parameters of type EndpointContextModifierConstructorDescriptionAnalyticsHandlerSwitcher(BaseEndpoint endpoint, EndpointContext context) AnalyticsMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.chunk
Constructors in com.couchbase.client.core.io.netty.chunk with parameters of type EndpointContextModifierConstructorDescriptionprotectedChunkedMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext, ChunkResponseParser<H, ROW, T> chunkResponseParser) Creates a newChunkedMessageHandler. -
Uses of EndpointContext in com.couchbase.client.core.io.netty.kv
Constructors in com.couchbase.client.core.io.netty.kv with parameters of type EndpointContextModifierConstructorDescriptionErrorMapLoadingHandler(EndpointContext endpointContext) Creates a newErrorMapLoadingHandler.FeatureNegotiatingHandler(EndpointContext endpointContext, Set<ServerFeature> features) Creates a newFeatureNegotiatingHandler.KeyValueMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext, Optional<String> bucketName) Creates a newKeyValueMessageHandler.MemcacheProtocolVerificationHandler(EndpointContext endpointContext) Creates a newMemcacheProtocolVerificationHandler.SaslAuthenticationHandler(EndpointContext endpointContext, String username, String password, Set<SaslMechanism> allowedSaslMechanisms) SaslListMechanismsHandler(EndpointContext endpointContext) Creates a newSaslListMechanismsHandler.SelectBucketHandler(EndpointContext endpointContext, String bucketName) Creates a newSelectBucketHandler.ServerPushHandler(EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.manager
Constructors in com.couchbase.client.core.io.netty.manager with parameters of type EndpointContextModifierConstructorDescriptionManagerHandlerSwitcher(BaseEndpoint endpoint, EndpointContext context) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.query
Constructors in com.couchbase.client.core.io.netty.query with parameters of type EndpointContextModifierConstructorDescriptionQueryHandlerSwitcher(BaseEndpoint endpoint, EndpointContext context) QueryMessageHandler(BaseEndpoint endpoint, EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.search
Constructors in com.couchbase.client.core.io.netty.search with parameters of type EndpointContextModifierConstructorDescriptionSearchHandlerSwitcher(BaseEndpoint endpoint, EndpointContext context) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.view
Constructors in com.couchbase.client.core.io.netty.view with parameters of type EndpointContextModifierConstructorDescriptionViewHandlerSwitcher(BaseEndpoint endpoint, EndpointContext context)