Class: Celluloid::ZMQ::Socket::Req

Inherits:
Celluloid::ZMQ::Socket show all
Includes:
Readable, Writable
Defined in:
lib/celluloid/zmq/socket/types.rb

Overview

ReqSockets are the counterpart of RepSockets (REQ/REP)

Instance Attribute Summary

Attributes inherited from Celluloid::ZMQ::Socket

#linger

Instance Method Summary collapse

Methods included from Writable

#write, #write_to

Methods included from Readable

#bind, #connect, #read, #read_multipart

Methods inherited from Celluloid::ZMQ::Socket

#bind, #close, #connect, #get, #identity, #identity=, #set

Constructor Details

#initializeReq

Returns a new instance of Req.



9
10
11
# File 'lib/celluloid/zmq/socket/types.rb', line 9

def initialize
  super :req
end