Class: SocketClientFlash

Inherits:
SocketClientBase show all
Defined in:
lib/mrpin/core/remote/socket/flash/socket_client_flash.rb

Instance Attribute Summary

Attributes inherited from SocketClientBase

#callback_on_disconnect, #ip, #player, #should_disconnect_session, #time_last_request

Instance Method Summary collapse

Methods inherited from SocketClientBase

#get_requests, #is_online?, manager_remote, manager_remote=, #receive_data, #send_raw_data, #send_response, #send_response_error, #send_response_ok, #unbind

Instance Method Details

#post_initObject



15
16
17
18
19
# File 'lib/mrpin/core/remote/socket/flash/socket_client_flash.rb', line 15

def post_init
  super

  @policy_regexp   = /^<policy-file-request\/>/ #full request is <policy-file-request/>
end