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
Fields in org.zeromq with type parameters of type ZFrameModifier and TypeFieldDescriptionprivate final ArrayDeque<ZFrame>
ZMsg.frames
Hold 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 ZFrame
ZFrame.recvFrame
(ZMQ.Socket socket) Receives single frame from socket, returns the received frame object, or null if the recv was interrupted.static ZFrame
ZFrame.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 TypeMethodDescriptionboolean
void
void
boolean
ZFrame.hasSameData
(ZFrame other) Returns true if both frames have byte - for byte identical databoolean
boolean
ZMsg.offerFirst
(ZFrame e) boolean
void
boolean
Send 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