Protocol

public final class Protocol

Class with helpers and constants describing the socket-based protocol.

Author

jwienke

Fields

DATA_SIZE_BYTES

public static final int DATA_SIZE_BYTES

The number of bytes encoding the data size to be sent.

HANDSHAKE_BYTES

public static final int HANDSHAKE_BYTES

The number of bytes to send and expect for handshake messages.

HANDSHAKE_DATA

public static final int HANDSHAKE_DATA

The data to send for handshake requests and replies.