| Constructor and Description |
|---|
IdleEndpointRemovedEvent(EndpointContext context) |
| Modifier and Type | Method and Description |
|---|---|
EndpointContext |
Endpoint.context()
Returns the context for this endpoint.
|
EndpointContext |
BaseEndpoint.context() |
| Constructor and 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) |
| Modifier and Type | Method and 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) |
| 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 |
|---|
ManagerHandlerSwitcher(BaseEndpoint endpoint,
EndpointContext context) |
| 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 © 2024 Couchbase, Inc.. All rights reserved.