Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Server-side connection parameters are defined in {{ClientConnectorConfiguration}} class.ClientConnectorConfiguration class.

Data Format

Byte order is little-endian. Strings are UTF-8 with 4-byte length prefix (no null terminator). All data types in this proposal are Java-like (byte = 8 bits, short = 2 bytes, int = 4 bytes, long = 8 bytes).

Handshake

Discussion Links

http://apache-ignite-developers.2346864.n4.nabble.com/Thin-client-protocol-message-format-td20300.html

...