| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal |
| Modifier and Type | Method and Description |
|---|---|
Segment<B> |
SegmentCodec.decode(SegmentCodec.Header header,
B source)
Decodes the rest of a segment from a previously decoded header, and checks the payload's CRC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentCodec.encode(Segment<B> segment,
List<Object> out) |
protected abstract void |
SegmentBuilder.processSegment(Segment<B> segment,
StateT segmentState)
What to do whenever a full segment is ready.
|
Copyright © 2017–2022. All rights reserved.