Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
Conn represent incoming client connection or ongoing connection to cassandra server. Reading and Writing Frames/Packages needs to be done sequential because Conn implementation is not thread safe. Conn package is used to intercept and preform custom Cassandra handshake and in case of connection incoming connection to provide ability to audit incoming client packages.
func (*Conn) ReadPacket ¶
ReadPacket is used to read packet from the connection.
Click to show internal directories.
Click to hide internal directories.