// Handshake
// RFB protocol version exchanger
new Vnc33Hello("hello"),
// Authenticator
new Vnc33Authentication("auth", password),
// Initializer
new VncInitializer("init", true, screen),
new EncodingsMessage("encodings", RfbConstants.SUPPORTED_ENCODINGS_ARRAY),