Uses of Class
com.couchbase.client.core.endpoint.EndpointContext
-
-
Uses of EndpointContext in com.couchbase.client.core.cnc.events.config
Constructors in com.couchbase.client.core.cnc.events.config with parameters of type EndpointContext Constructor Description UnorderedExecutionEnabledEvent(EndpointContext context) -
Uses of EndpointContext in com.couchbase.client.core.cnc.events.endpoint
Constructors in com.couchbase.client.core.cnc.events.endpoint with parameters of type EndpointContext Constructor Description EndpointConnectedEvent(Duration duration, EndpointContext context, SortedMap<String,Duration> timings)EndpointConnectionAbortedEvent(Duration duration, EndpointContext context, SortedMap<String,Duration> timings)EndpointConnectionFailedEvent(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)UnexpectedEndpointDisconnectedEvent(EndpointContext context) -
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 Constructor Description IdleEndpointRemovedEvent(EndpointContext context) -
Uses of EndpointContext in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return EndpointContext Modifier and Type Method Description EndpointContextBaseEndpoint. context()EndpointContextEndpoint. context()Returns the context for this endpoint.Constructors in com.couchbase.client.core.endpoint with parameters of type EndpointContext Constructor Description 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 EndpointContext Modifier and Type Method Description default 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 EndpointContext Constructor Description KeyValueIoErrorContext(ResponseStatus responseStatus, EndpointContext endpointContext) -
Uses of EndpointContext in com.couchbase.client.core.io.netty
Constructors in com.couchbase.client.core.io.netty with parameters of type EndpointContext Constructor Description TrafficCaptureHandler(EndpointContext 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 EndpointContext Constructor Description AnalyticsHandlerSwitcher(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 EndpointContext Constructor Description ChunkedMessageHandler(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 EndpointContext Constructor Description ErrorMapLoadingHandler(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)SelectBucketHandler(EndpointContext endpointContext, String bucketName)Creates a newSelectBucketHandler. -
Uses of EndpointContext in com.couchbase.client.core.io.netty.query
Constructors in com.couchbase.client.core.io.netty.query with parameters of type EndpointContext Constructor Description QueryHandlerSwitcher(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 EndpointContext Constructor Description SearchHandlerSwitcher(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 EndpointContext Constructor Description ViewHandlerSwitcher(BaseEndpoint endpoint, EndpointContext context)
-