// RFB protocol version exchanger
new Vnc_3_3_Hello("hello"),
// Authenticator
new Vnc_3_3_Authentication("auth", password),
// Initializer
new VncInitializer("init", true, screen),
new EncodingsMessage("encodings", RfbConstants.SUPPORTED_ENCODINGS_ARRAY),
new RGB888LE32PixelFormatRequest("pixel_format", screen),