| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal |
| 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 | Method and Description |
|---|---|
void |
FrameCodec.CodecGroup.registerCodecs(FrameCodec.CodecGroup.Registry registry) |
void |
ProtocolV3ClientCodecs.registerCodecs(FrameCodec.CodecGroup.Registry registry) |
void |
ProtocolV4ServerCodecs.registerCodecs(FrameCodec.CodecGroup.Registry registry) |
void |
ProtocolV5ServerCodecs.registerCodecs(FrameCodec.CodecGroup.Registry registry) |
void |
ProtocolV5ClientCodecs.registerCodecs(FrameCodec.CodecGroup.Registry registry) |
void |
ProtocolV4ClientCodecs.registerCodecs(FrameCodec.CodecGroup.Registry registry) |
void |
ProtocolV3ServerCodecs.registerCodecs(FrameCodec.CodecGroup.Registry registry) |
Copyright © 2017–2019. All rights reserved.