| Interface | Description |
|---|---|
| Endpoint |
Represents a stateful
Endpoint which abstracts the underlying channel. |
| Class | Description |
|---|---|
| AbstractEndpoint |
The common parent implementation for all
Endpoints. |
| AbstractGenericHandler<RESPONSE,ENCODED,REQUEST extends CouchbaseRequest> |
Generic handler which acts as the common base type for all implementing handlers.
|
| BootstrapAdapter |
A wrapper for the IO
Bootstrap class. |
| ResponseStatusConverter |
Helper class to easily convert different handler status types to a common one.
|
| ServerFeaturesEvent |
An event sent by the
KeyValueFeatureHandler to list all the negotiated features. |
| SSLEngineFactory |
Creates a
SSLEngine which will be passed into the handler if SSL is enabled. |
| Enum | Description |
|---|---|
| DecodingState |
Describes the states of the decoding process.
|
| ServerFeatures |
Features the client negotiates with the server on a per-connection basis.
|
| Exception | Description |
|---|---|
| SSLException |
Generic
SSLException. |
Copyright © 2016 Couchbase, Inc.. All rights reserved.