Class: Bundesstrasse::XSubSocket

Inherits:
SubSocket show all
Defined in:
lib/bundesstrasse/sockets.rb

Class Method Summary collapse

Methods inherited from SubSocket

#subscribe, #unsubscribe

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



66
67
68
# File 'lib/bundesstrasse/sockets.rb', line 66

def self.type
  ZMQ::XSUB
end