Class: Rev::UNIXListener

Inherits:
Listener show all
Defined in:
lib/rev/listener.rb

Instance Method Summary collapse

Methods inherited from Listener

#on_connection

Methods inherited from IOWatcher

#attach, #detach, #disable, #enable, #on_readable, #on_writable

Methods inherited from Watcher

#attach, #attached?, #detach, #disable, #enable, event_callback, #evloop, watcher_delegate

Constructor Details

#initialize(*args) ⇒ UNIXListener

Create a new Rev::UNIXListener

Accepts the same arguments as UNIXServer.new



46
47
48
# File 'lib/rev/listener.rb', line 46

def initialize(*args)
  super(::UNIXServer.new(*args))
end