Uses of Class
com.couchbase.client.core.endpoint.EndpointContext
Package
Description
-
Uses of EndpointContext in com.couchbase.client.core.cnc.events.endpoint
ModifierConstructorDescriptionEndpointConnectedEvent
(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
-
Uses of EndpointContext in com.couchbase.client.core.endpoint
Modifier and TypeMethodDescriptionBaseEndpoint.context()
Endpoint.context()
Returns the context for this endpoint.ModifierConstructorDescriptionBackupPipelineInitializer
(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
Modifier and TypeMethodDescriptiondefault void
Authenticator.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.void
PasswordAuthenticator.authKeyValueConnection
(EndpointContext ctx, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) -
Uses of EndpointContext in com.couchbase.client.core.error.context
ModifierConstructorDescriptionKeyValueIoErrorContext
(ResponseStatus responseStatus, EndpointContext endpointContext, Map<String, Object> serverContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty
Modifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.io.netty.handler.ssl.SslHandler
SslHandlerFactory.get
(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator allocator, SecurityConfig config, EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.analytics
ModifierConstructorDescriptionAnalyticsHandlerSwitcher
(BaseEndpoint endpoint, EndpointContext context) AnalyticsMessageHandler
(BaseEndpoint endpoint, EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.chunk
ModifierConstructorDescriptionprotected
ChunkedMessageHandler
(BaseEndpoint endpoint, EndpointContext endpointContext, ChunkResponseParser<H, ROW, T> chunkResponseParser) Creates a newChunkedMessageHandler
. -
Uses of EndpointContext in com.couchbase.client.core.io.netty.kv
ModifierConstructorDescriptionErrorMapLoadingHandler
(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
ModifierConstructorDescriptionManagerHandlerSwitcher
(BaseEndpoint endpoint, EndpointContext context) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.query
ModifierConstructorDescriptionQueryHandlerSwitcher
(BaseEndpoint endpoint, EndpointContext context) QueryMessageHandler
(BaseEndpoint endpoint, EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.search
ModifierConstructorDescriptionSearchHandlerSwitcher
(BaseEndpoint endpoint, EndpointContext context) -
Uses of EndpointContext in com.couchbase.client.core.io.netty.view
ModifierConstructorDescriptionViewHandlerSwitcher
(BaseEndpoint endpoint, EndpointContext context)