| Package | Description | 
|---|---|
| org.apache.cassandra.transport | |
| org.apache.cassandra.transport.messages | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Message.Dispatcher. channelRead0(io.netty.channel.ChannelHandlerContext ctx,
            Message.Request request) | 
| Message.Response | SimpleClient. execute(Message.Request request) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthResponseA SASL token message sent from client to server. | 
| class  | BatchMessage | 
| class  | CredentialsMessageMessage to indicate that the server is ready to receive requests. | 
| class  | ExecuteMessage | 
| class  | OptionsMessageMessage to indicate that the server is ready to receive requests. | 
| class  | PrepareMessage | 
| class  | QueryMessageA CQL query | 
| class  | RegisterMessage | 
| class  | StartupMessageThe initial message of the protocol. | 
Copyright © 2018 The Apache Software Foundation