Uses of Class
zmq.util.Draft
-
Packages that use Draft Package Description org.zeromq Provides high-level bindings for ØMQ.org.zeromq.proto Provides utility classes for ØMQ zproto.org.zeromq.timer Provides timing utility classes for ØMQ.zmq.util -
-
Uses of Draft in org.zeromq
Classes in org.zeromq with annotations of type Draft Modifier and Type Class Description class
ZTimer
Deprecated.scheduled for removal in future release.Methods in org.zeromq with annotations of type Draft Modifier and Type Method Description void
ZContext. closeSelector(java.nio.channels.Selector selector)
Deprecated.ZContext.createSelector()
was exposed by mistake.byte[]
ZMQ.Socket. getHeartbeatContext()
The ZMQ_HEARTBEAT_CONTEXT option shall set the ping context of the peer for ZMTP heartbeats.java.lang.Object[]
ZMQ.Socket. recvBinaryPicture(java.lang.String picture)
Receive a binary encoded 'picture' message from the socket (or actor).static void
ZMsg. recvMsg(ZMQ.Socket socket, int flags, Consumer<ZMsg> handler)
This API is in DRAFT state and is subject to change at ANY time until declared stable handle incoming message with a handlerstatic void
ZMsg. recvMsg(ZMQ.Socket socket, int flags, Consumer<ZMsg> handler, Consumer<ZMQException> exceptionHandler)
This API is in DRAFT state and is subject to change at ANY time until declared stable handle incoming message with a handlerjava.lang.Object[]
ZMQ.Socket. recvPicture(java.lang.String picture)
Receive a 'picture' message to the socket (or actor).boolean
ZMQ.Socket. sendBinaryPicture(java.lang.String picture, java.lang.Object... args)
Queues a binary encoded 'picture' message to the socket (or actor), so it can be sent.boolean
ZMQ.Socket. sendPicture(java.lang.String picture, java.lang.Object... args)
Queues a 'picture' message to the socket (or actor), so it can be sent.boolean
ZMQ.Socket. setHeartbeatContext(byte[] pingContext)
The ZMQ_HEARTBEAT_CONTEXT option shall set the ping context of the peer for ZMTP heartbeats. -
Uses of Draft in org.zeromq.proto
Classes in org.zeromq.proto with annotations of type Draft Modifier and Type Class Description class
ZNeedle
Needle for de/serialization of data within a frame.class
ZPicture
De/serialization of data within a message.Methods in org.zeromq.proto with annotations of type Draft Modifier and Type Method Description ZMsg
ZPicture. msgBinaryPicture(java.lang.String picture, java.lang.Object... args)
Creates a binary encoded 'picture' message to the socket (or actor), so it can be sent.java.lang.Object[]
ZPicture. recvBinaryPicture(ZMQ.Socket socket, java.lang.String picture)
Receive a binary encoded 'picture' message from the socket (or actor).java.lang.Object[]
ZPicture. recvPicture(ZMQ.Socket socket, java.lang.String picture)
Receive a 'picture' message to the socket (or actor).boolean
ZPicture. sendBinaryPicture(ZMQ.Socket socket, java.lang.String picture, java.lang.Object... args)
boolean
ZPicture. sendPicture(ZMQ.Socket socket, java.lang.String picture, java.lang.Object... args)
Queues a 'picture' message to the socket (or actor), so it can be sent. -
Uses of Draft in org.zeromq.timer
Classes in org.zeromq.timer with annotations of type Draft Modifier and Type Interface Description interface
TimerHandler
Called when the time has come to perform some action.class
ZTicker
Manages set of tickets and timers.class
ZTicket
Manages set of tickets.class
ZTimer
Manages set of timers. -
Uses of Draft in zmq.util
Classes in zmq.util with annotations of type Draft Modifier and Type Class Description class
Timers
Manages set of timers.
-