Class: LanGrove::Handler::Socket

Inherits:
EM::Connection
  • Object
show all
Includes:
SocketBase
Defined in:
lib/langrove/handler/socket.rb

Constant Summary

Constants included from LanGrove::Handler

Default

Instance Attribute Summary

Attributes included from LanGrove::Handler

#capsule, #config, #key, #logger, #pending_capsule, #protocol, #scheduler, #server, #type

Instance Method Summary collapse

Methods included from SocketBase

#handle_connect, #handle_disconnect, #handle_error, #handle_receive_data, #unbind

Methods included from LanGrove::Handler

#assign, #connect, #disconnect, #error, #event_filter, #receive, #reload, #reload_handler, #start, #start_handler, #stop, #stop_handler, #transform, #unique

Instance Method Details

#receive_data(data) ⇒ Object



11
12
13
14
15
# File 'lib/langrove/handler/socket.rb', line 11

def receive_data( data )

  handle_receive_data( data )

end