Class Summary |
BaseMessage |
The BaseMessage implements the header of a tap message. |
MessageBuilder |
Builds a tap message. |
RequestMessage |
A tap request message that is used to start tap streams, perform sasl
authentication, and maintain the health of tap streams. |
ResponseMessage |
A representation of a tap stream message sent from a tap stream server. |
TapAck |
An acknowledgment message used to tell the server we have received a
series of messages. |
TapStream |
Holds multiple operations put together for a tap stream. |
Util |
The Util class provides utility functions for converting portions of byte
arrays to values and putting values into byte arrays. |