protocolVersion property

int protocolVersion
final

The wire protocol major version the client speaks.

The server refuses a value different from its own Protocol.protocolVersion, with the error code Protocol.errorUnsupportedProtocolVersion.

Implementation

final int protocolVersion;