Class: BZMQ::RouterSocket

Inherits:
Socket
  • Object
show all
Defined in:
lib/bzmq/sockets.rb

Instance Method Summary collapse

Methods inherited from Socket

#bind, #close, #connect, #read, #write

Constructor Details

#initialize(options = {}) ⇒ RouterSocket

Returns a new instance of RouterSocket.



22
23
24
# File 'lib/bzmq/sockets.rb', line 22

def initialize(options={})
  super(ZMQ::ROUTER, options)
end