| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal |
| Modifier and Type | Method and Description |
|---|---|
Frame |
FrameCodec.decode(B source) |
static Frame |
Frame.forRequest(int protocolVersion,
int streamId,
boolean tracing,
Map<String,ByteBuffer> customPayload,
Message message) |
static Frame |
Frame.forResponse(int protocolVersion,
int streamId,
UUID tracingId,
Map<String,ByteBuffer> customPayload,
List<String> warnings,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
B |
FrameCodec.encode(Frame frame) |
Copyright © 2017–2019. All rights reserved.