The protocol version is implicitly negotiated by the client and the server when necessary at the beginning of the handshake phase.
Refer to the {@link HandshakeBeginMessage HandshakeBeginMessage}documentation for a full description of how the protocol version is negotiated.
The textual representation of the protocol version must be a series of non-negative decimal integers each separated by a period from the one that precedes it. For example, "1.0" is earlier than "1.0.1" and "2.0". @see HandshakeBeginMessage
|
|