Class: Bundesstrasse::RouterSocket

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

Class Method Summary collapse

Methods inherited from Socket

#bind, #close!, #connect, #connected?, #initialize, #more_parts?, #pointer, #read, #read_multipart, #read_nonblocking, #write, #write_multipart, #write_nonblocking

Methods included from Errors

#errno, #error_check, #error_string

Constructor Details

This class inherits a constructor from Bundesstrasse::Socket

Class Method Details

.typeObject



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

def self.type
  ZMQ::ROUTER
end