public class HandshakeProtocol
extends java.lang.Object
The legacy handshake is composed of 3 messages, the first being sent by the initiator of the connection. The other side then answer with the 2nd message. At that point, if a version mismatch is detected by the connection initiator, it will simply disconnect and reconnect with a more appropriate version. But if the version is acceptable, the connection initiator sends the third message of the protocol, after which it considers the connection ready.
Constructor and Description |
---|
HandshakeProtocol() |
Copyright © 2009-2022 The Apache Software Foundation