Class: BZMQ::ReqSocket

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 = {}) ⇒ ReqSocket

Returns a new instance of ReqSocket.



4
5
6
# File 'lib/bzmq/sockets.rb', line 4

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