| Package | Description | 
|---|---|
| org.apache.cassandra.transport | |
| org.apache.cassandra.transport.messages | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Message.Codec<M extends Message> | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Message.Request | 
| static class  | Message.Response | 
| Modifier and Type | Method and Description | 
|---|---|
| Message | Message. setStreamId(int streamId) | 
| Message | Message.Response. setTracingId(java.util.UUID tracingId) | 
| Message | Message.Response. setWarnings(java.util.List<java.lang.String> warnings) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Message.ProtocolEncoder. encode(io.netty.channel.ChannelHandlerContext ctx,
      Message message,
      java.util.List results) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthChallengeSASL challenge sent from client to server | 
| class  | AuthenticateMessageMessage to indicate that the server is ready to receive requests. | 
| class  | AuthResponseA SASL token message sent from client to server. | 
| class  | AuthSuccessIndicates to the client that authentication has succeeded. | 
| class  | BatchMessage | 
| class  | CredentialsMessageMessage to indicate that the server is ready to receive requests. | 
| class  | ErrorMessageMessage to indicate an error to the client. | 
| class  | EventMessage | 
| class  | ExecuteMessage | 
| class  | OptionsMessageMessage to indicate that the server is ready to receive requests. | 
| class  | PrepareMessage | 
| class  | QueryMessageA CQL query | 
| class  | ReadyMessageMessage to indicate that the server is ready to receive requests. | 
| class  | RegisterMessage | 
| class  | ResultMessage | 
| static class  | ResultMessage.Prepared | 
| static class  | ResultMessage.Rows | 
| static class  | ResultMessage.SchemaChange | 
| static class  | ResultMessage.SetKeyspace | 
| static class  | ResultMessage.Void | 
| class  | StartupMessageThe initial message of the protocol. | 
| class  | SupportedMessageMessage to indicate that the server is ready to receive requests. | 
Copyright © 2018 The Apache Software Foundation