Protocol ======== .. java:package:: rsb.transport.socket :noindex: .. java:type:: public final class Protocol Class with helpers and constants describing the socket-based protocol. :author: jwienke Fields ------ DATA_SIZE_BYTES ^^^^^^^^^^^^^^^ .. java:field:: public static final int DATA_SIZE_BYTES :outertype: Protocol The number of bytes encoding the data size to be sent. HANDSHAKE_BYTES ^^^^^^^^^^^^^^^ .. java:field:: public static final int HANDSHAKE_BYTES :outertype: Protocol The number of bytes to send and expect for handshake messages. HANDSHAKE_DATA ^^^^^^^^^^^^^^ .. java:field:: public static final int HANDSHAKE_DATA :outertype: Protocol The data to send for handshake requests and replies.