Class: APND::Daemon::ServerConnection
- Inherits:
-
EventMachine::Connection
- Object
- EventMachine::Connection
- APND::Daemon::ServerConnection
- Includes:
- Protocol
- Defined in:
- lib/apnd/daemon/server_connection.rb
Overview
Daemon::ServerConnection links APND::Daemon::Protocol to EM
Instance Attribute Summary collapse
-
#queue ⇒ Object
Queue should be the EventMachine queue, see APND::Daemon.
Method Summary
Methods included from Protocol
#post_init, #receive_data, #unbind
Instance Attribute Details
#queue ⇒ Object
Queue should be the EventMachine queue, see APND::Daemon
12 13 14 |
# File 'lib/apnd/daemon/server_connection.rb', line 12 def queue @queue end |