| Interface | Description | 
|---|---|
| StreamMessage.Serializer<V extends StreamMessage> | StreamMessage serializer | 
| Class | Description | 
|---|---|
| CompleteMessage | |
| FileMessageHeader | StreamingFileHeader is appended before sending actual data to describe what it's sending. | 
| IncomingFileMessage | IncomingFileMessage is used to receive the part(or whole) of a SSTable data file. | 
| KeepAliveMessage | |
| OutgoingFileMessage | OutgoingFileMessage is used to transfer the part(or whole) of a SSTable data file. | 
| PrepareMessage | |
| ReceivedMessage | |
| RetryMessage | Deprecated retry support removed on CASSANDRA-10992 | 
| SessionFailedMessage | |
| StreamInitMessage | StreamInitMessage is first sent from the node where  StreamSessionis started,
 to initiate correspondingStreamSessionon the other side. | 
| StreamMessage | StreamMessage is an abstract base class that every messages in streaming protocol inherit. | 
| Enum | Description | 
|---|---|
| StreamMessage.Type | StreamMessage types | 
Copyright © 2018 The Apache Software Foundation