Uses of Class
org.zeromq.ZFrame
Packages that use ZFrame
Package
Description
Provides high-level bindings for ØMQ.
Provides utility classes for ØMQ zproto.
-
Uses of ZFrame in org.zeromq
Classes in org.zeromq that implement interfaces with type arguments of type ZFrameModifier and TypeClassDescriptionclassThe ZMsg class provides methods to send and receive multipart messages across 0MQ sockets.classThe ZMsg class provides methods to send and receive multipart messages across 0MQ sockets.Fields in org.zeromq with type parameters of type ZFrameModifier and TypeFieldDescriptionprivate final ArrayDeque<ZFrame> ZMsg.framesHold internal list of ZFrame objectsMethods in org.zeromq that return ZFrameModifier and TypeMethodDescriptionZFrame.duplicate()Creates a new frame that duplicates an existing frameZMsg.element()ZMsg.getFirst()ZMsg.getLast()ZMsg.peek()ZMsg.peekFirst()ZMsg.peekLast()ZMsg.poll()ZMsg.pollFirst()ZMsg.pollLast()ZMsg.pop()static ZFrameZFrame.recvFrame(ZMQ.Socket socket) Receives single frame from socket, returns the received frame object, or null if the recv was interrupted.static ZFrameZFrame.recvFrame(ZMQ.Socket socket, int flags) Receive a new frame off the socket, Returns newly-allocated frame, or null if there was no input waiting, or if the read was interrupted.ZMsg.remove()ZMsg.removeFirst()ZMsg.removeLast()ZMsg.unwrap()Pop frame off front of message, caller now owns frame.Methods in org.zeromq that return types with arguments of type ZFrameMethods in org.zeromq with parameters of type ZFrameModifier and TypeMethodDescriptionbooleanvoidvoidbooleanZFrame.hasSameData(ZFrame other) Returns true if both frames have byte - for byte identical databooleanbooleanZMsg.offerFirst(ZFrame e) booleanvoidbooleanSend a framePush frame plus empty frame to front of message, before 1st frame.Method parameters in org.zeromq with type arguments of type ZFrame -
Uses of ZFrame in org.zeromq.proto
Constructors in org.zeromq.proto with parameters of type ZFrame