| Interface | Description |
|---|---|
| Compressor<B> | |
| FrameCodec.CodecGroup |
Intermediary class to pass request/response codecs to the frame codec.
|
| FrameCodec.CodecGroup.Registry | |
| PrimitiveCodec<B> |
Reads and writes the protocol's primitive types (as defined in section 3 of the protocol
specification) to a binary representation
B. |
| Class | Description |
|---|---|
| Frame | |
| FrameCodec<B> | |
| Message | |
| Message.Codec | |
| NoopCompressor<B> | |
| PrimitiveSizes |
Computes the sizes of the protocol's primitive types.
|
| ProtocolConstants | |
| ProtocolConstants.BatchType | |
| ProtocolConstants.ConsistencyLevel | |
| ProtocolConstants.DataType | |
| ProtocolConstants.ErrorCode | |
| ProtocolConstants.EventType | |
| ProtocolConstants.FrameFlag | |
| ProtocolConstants.Opcode | |
| ProtocolConstants.QueryFlag | |
| ProtocolConstants.ResultKind | |
| ProtocolConstants.RowsFlag | |
| ProtocolConstants.SchemaChangeTarget | |
| ProtocolConstants.SchemaChangeType | |
| ProtocolConstants.StatusChangeType | |
| ProtocolConstants.TopologyChangeType | |
| ProtocolConstants.Version | |
| ProtocolConstants.WriteType | |
| ProtocolErrors |
Errors thrown when a message to (de)serialize doesn't respect the protocol spec.
|
| ProtocolV3ClientCodecs | |
| ProtocolV3ServerCodecs | |
| ProtocolV4ClientCodecs | |
| ProtocolV4ServerCodecs | |
| ProtocolV5ClientCodecs | |
| ProtocolV5ServerCodecs |
Copyright © 2017–2019. All rights reserved.