Sha256: e2423905f2b382bcfd686faf66f6a10b765d417fb320650aca0f38120ea8f6f7

Contents?: true

Size: 515 Bytes

Versions: 28

Compression:

Stored size: 515 Bytes

Contents

# encoding: utf-8

class ZMQ::Frame

  # The ZMQ::Frame class provides methods to send and receive single message rames across 0MQ sockets. When reading a frame
  # from a socket, the ZMQ::Frame#more? method indicates if the frame is part of an unfinished multipart message. The
  # ZMQ::Socket#send_frame method normally destroys the frame, but with the ZFRAME_REUSE flag, you can send the same frame
  # many times. Frames are binary, and this class has no special support for text data.

  include Comparable
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rbczmq-1.7.9 lib/zmq/frame.rb
rbczmq-1.7.8 lib/zmq/frame.rb
rbczmq-1.7.7 lib/zmq/frame.rb
rbczmq-1.7.6 lib/zmq/frame.rb
rbczmq-1.7.5 lib/zmq/frame.rb
rbczmq-1.7.4 lib/zmq/frame.rb
rbczmq-1.7.3 lib/zmq/frame.rb
rbczmq-1.7.2 lib/zmq/frame.rb
rbczmq-1.7.1 lib/zmq/frame.rb
rbczmq-1.7.0 lib/zmq/frame.rb
rbczmq-1.6.4 lib/zmq/frame.rb
rbczmq-1.6.2 lib/zmq/frame.rb
rbczmq-1.6 lib/zmq/frame.rb
rbczmq-1.5 lib/zmq/frame.rb
rbczmq-1.4 lib/zmq/frame.rb
rbczmq-1.3 lib/zmq/frame.rb
rbczmq-1.2 lib/zmq/frame.rb
rbczmq-1.1 lib/zmq/frame.rb
rbczmq-1.0 lib/zmq/frame.rb
rbczmq-0.9 lib/zmq/frame.rb