| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal | |
| com.datastax.oss.protocol.internal.request | |
| com.datastax.oss.protocol.internal.response |
| 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–2019. All rights reserved.