Class: NNQ::REQ0
Overview
REQ (nng req0): client side of request/reply. Single in-flight request per socket. #send_request blocks until the matching reply comes back.
Instance Attribute Summary
Attributes inherited from Socket
Instance Method Summary collapse
-
#send_request(body) ⇒ Object
Sends
bodyas a request, blocks until the matching reply arrives.
Methods inherited from Socket
#all_peers_gone, bind, #bind, #close, #close_read, connect, #connect, #connection_count, #frozen_binary, #initialize, #last_endpoint, #monitor, #peer_connected, #raw?, #reconnect_enabled, #reconnect_enabled=
Constructor Details
This class inherits a constructor from NNQ::Socket