| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal |
| Modifier and Type | Method and Description |
|---|---|
SegmentCodec.Header |
SegmentCodec.decodeHeader(B source)
Decodes a segment header and checks its CRC.
|
| 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.
|
Copyright © 2017–2022. All rights reserved.