Interface | Description |
---|---|
Endpoint |
Represents a stateful
Endpoint which abstracts the underlying channel. |
Class | Description |
---|---|
AbstractEndpoint |
The default implementation of a
Endpoint . |
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. |
SSLEngineFactory |
Creates a
SSLEngine which will be passed into the handler if SSL is enabled. |
Exception | Description |
---|---|
SSLException |
Generic
SSLException . |