Class: Bundesstrasse::PushSocket

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



28
29
30
# File 'lib/bundesstrasse/sockets.rb', line 28

def self.type
  ZMQ::PUSH
end