| Interface | Description |
|---|---|
| ChannelFlowController | |
| DcpResponseListener |
Type alias.
|
| Class | Description |
|---|---|
| AuthHandler |
Performs SASL authentication against the socket and once complete removes itself.
|
| BucketConfigHandler | |
| ChannelFlowControllerImpl | |
| ClientNoopHandler |
Issues ordinary NOOP requests to the server when the DCP channel is idle.
|
| DcpConnectHandler |
Opens the DCP connection on the channel and once established removes itself.
|
| DcpControlHandler |
Negotiates DCP control flags once connected and removes itself afterwards.
|
| DcpLoggingHandler |
A
ChannelHandler that logs all events using a logging framework. |
| DcpMessageHandler |
Handles the "business logic" of incoming DCP mutation and control messages.
|
| DcpPipeline |
Sets up the pipeline for the actual DCP communication channels.
|
| DcpResponse | |
| HandshakeDeadlineEvent |
A user event indicating the connection should be failed
if the handshake is not yet complete.
|
| HandshakeTimeoutHandler |
Collaborates with
ConnectInterceptingHandler to fail the connection
if the handshake takes too long. |
| SslHandlerFactory |
This factory creates
SslHandler based on a given configuration. |
| Enum | Description |
|---|---|
| ChannelUtils |
Various netty channel related utility methods.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.