| Modifier and Type | Class and Description |
|---|---|
class |
DseBatchCodec |
class |
DseExecuteCodec |
class |
DsePrepareCodec |
class |
DseQueryCodec
QUERY codec for DSE-specific native protocols (DSE 5.1 and above). |
class |
DseQueryCodecV4
QUERY codec for native protocol V4 (DSE 5.0). |
static class |
Revise.Codec |
| Modifier and Type | Method and Description |
|---|---|
FrameCodec.CodecGroup.Registry |
FrameCodec.CodecGroup.Registry.addCodec(Message.Codec codec) |
FrameCodec.CodecGroup.Registry |
FrameCodec.CodecGroup.Registry.addDecoder(Message.Codec codec)
Add a codec for decoding only; this helps catch programming errors if the client is only
supposed to receive a subset of the existing messages.
|
FrameCodec.CodecGroup.Registry |
FrameCodec.CodecGroup.Registry.addEncoder(Message.Codec codec)
Add a codec for encoding only; this helps catch programming errors if the client is only
supposed to send a subset of the existing messages.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthResponse.Codec |
static class |
Batch.Codec |
static class |
Execute.Codec |
static class |
Options.Codec |
static class |
Prepare.Codec |
static class |
Query.Codec |
static class |
Register.Codec |
static class |
Startup.Codec |
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthChallenge.Codec |
static class |
Authenticate.Codec |
static class |
AuthSuccess.Codec |
static class |
Error.Codec |
static class |
Event.Codec |
static class |
Ready.Codec |
static class |
Result.Codec |
static class |
Supported.Codec |
Copyright © 2017–2022. All rights reserved.