Class
Qpid::Proton::Container::ListenTask
In:
lib/core/container.rb
Parent:
Listener
Methods
can_read?
can_write?
close
closed?
closing?
condition
dispatch
finished?
new
next_tick
process
Attributes
listener
[R]
Public Class methods
new
(io, handler, container)
Public Instance methods
can_read?
()
can_write?
()
close
(e=nil)
Close listener and force immediate
close
of socket
closed?
()
closing?
()
condition
()
dispatch
(method, *args)
finished?
()
next_tick
()
process
()
[Validate]