Class: Tochka::Channel

Inherits:
Object
  • Object
show all
Defined in:
lib/tochka/channel.rb

Direct Known Subclasses

UnixSocketChannel

Instance Method Summary collapse

Constructor Details

#initialize(recv_handler, sock_data) ⇒ Channel

Returns a new instance of Channel.



5
6
# File 'lib/tochka/channel.rb', line 5

def initialize recv_handler, sock_data
end

Instance Method Details

#startObject



8
9
# File 'lib/tochka/channel.rb', line 8

def start
end

#stopObject



11
12
# File 'lib/tochka/channel.rb', line 11

def stop
end