Uses of Class
com.couchbase.client.core.endpoint.EndpointContext
-
-
Uses of EndpointContext in com.couchbase.client.core.cnc.events.endpoint
-
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 EndpointContext
BaseEndpoint. context()
EndpointContext
Endpoint. context()
Returns the context for this endpoint.Constructors in com.couchbase.client.core.endpoint with parameters of type EndpointContext Constructor Description BackupPipelineInitializer(EndpointContext endpointContext)
EndpointContext(EndpointContext ctx)
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 EndpointContext Modifier and Type Method Description default 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
Constructors in com.couchbase.client.core.error.context with parameters of type EndpointContext Constructor Description KeyValueIoErrorContext(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 EndpointContext Modifier and Type Method Description static 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)
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)
SaslListMechanismsHandler(EndpointContext endpointContext)
Creates a newSaslListMechanismsHandler
.SelectBucketHandler(EndpointContext endpointContext, String bucketName)
Creates a newSelectBucketHandler
. -
Uses of EndpointContext in com.couchbase.client.core.io.netty.manager
Constructors in com.couchbase.client.core.io.netty.manager with parameters of type EndpointContext Constructor Description ManagerHandlerSwitcher(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 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)
-