Constructor and Description |
---|
IdleEndpointRemovedEvent(EndpointContext context) |
Modifier and Type | Method and Description |
---|---|
EndpointContext |
BaseEndpoint.context() |
EndpointContext |
Endpoint.context()
Returns the context for this endpoint.
|
Constructor and Description |
---|
EndpointContext(EndpointContext ctx)
Helper method to duplicate the endpoint context (useful for extension).
|
KeyValuePipelineInitializer(EndpointContext ctx,
Optional<String> bucketname,
Authenticator authenticator) |
ManagerPipelineInitializer(EndpointContext endpointContext) |
Modifier and Type | Method and Description |
---|---|
void |
PasswordAuthenticator.authKeyValueConnection(EndpointContext ctx,
com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) |
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.
|
Constructor and Description |
---|
KeyValueIoErrorContext(ResponseStatus responseStatus,
EndpointContext endpointContext,
Map<String,Object> serverContext) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
TrafficCaptureHandler(EndpointContext endpointContext) |
Constructor and Description |
---|
AnalyticsHandlerSwitcher(BaseEndpoint endpoint,
EndpointContext context) |
AnalyticsMessageHandler(BaseEndpoint endpoint,
EndpointContext endpointContext) |
Constructor and Description |
---|
ChunkedMessageHandler(BaseEndpoint endpoint,
EndpointContext endpointContext,
ChunkResponseParser<H,ROW,T> chunkResponseParser)
Creates a new
ChunkedMessageHandler . |
Constructor and Description |
---|
ErrorMapLoadingHandler(EndpointContext endpointContext)
Creates a new
ErrorMapLoadingHandler . |
FeatureNegotiatingHandler(EndpointContext endpointContext,
Set<ServerFeature> features)
Creates a new
FeatureNegotiatingHandler . |
KeyValueMessageHandler(BaseEndpoint endpoint,
EndpointContext endpointContext,
Optional<String> bucketName)
Creates a new
KeyValueMessageHandler . |
MemcacheProtocolVerificationHandler(EndpointContext endpointContext)
Creates a new
MemcacheProtocolVerificationHandler . |
SaslAuthenticationHandler(EndpointContext endpointContext,
String username,
String password,
Set<SaslMechanism> allowedSaslMechanisms) |
SaslListMechanismsHandler(EndpointContext endpointContext)
Creates a new
SaslListMechanismsHandler . |
SelectBucketHandler(EndpointContext endpointContext,
String bucketName)
Creates a new
SelectBucketHandler . |
Constructor and Description |
---|
QueryHandlerSwitcher(BaseEndpoint endpoint,
EndpointContext context) |
QueryMessageHandler(BaseEndpoint endpoint,
EndpointContext endpointContext) |
Constructor and Description |
---|
SearchHandlerSwitcher(BaseEndpoint endpoint,
EndpointContext context) |
Constructor and Description |
---|
ViewHandlerSwitcher(BaseEndpoint endpoint,
EndpointContext context) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.