Class: VNCRec::RFB::Authentication::None

Inherits:
Abstract
  • Object
show all
Defined in:
lib/vncrec/rfb/authentication.rb

Instance Method Summary collapse

Methods inherited from Abstract

#get_security_types, #handle_types, #handshake, #security_result, #send_type, #to_msg

Constructor Details

#initialize(io, *args) ⇒ None

Returns a new instance of None.



119
120
121
122
# File 'lib/vncrec/rfb/authentication.rb', line 119

def initialize(io, *args)
  super
  @code = 1
end

Instance Method Details

#perform_authenticationObject



124
125
# File 'lib/vncrec/rfb/authentication.rb', line 124

def perform_authentication
end