Class: Celluloid::ZMQ::DealerSocket

Inherits:
Socket
  • Object
show all
Includes:
ReadableSocket, WritableSocket
Defined in:
lib/celluloid/zmq/sockets.rb

Overview

DealerSockets are like ReqSockets but more flexible

Instance Attribute Summary

Attributes inherited from Socket

#linger

Instance Method Summary collapse

Methods included from WritableSocket

#write

Methods included from ReadableSocket

#bind, #connect, #read

Methods inherited from Socket

#bind, #close, #connect, #identity, #identity=

Constructor Details

#initializeDealerSocket

Returns a new instance of DealerSocket.



121
122
123
# File 'lib/celluloid/zmq/sockets.rb', line 121

def initialize
  super :dealer
end