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 classZTimerDeprecated.scheduled for removal in future release.Methods in org.zeromq with annotations of type Draft Modifier and Type Method Description voidZContext. 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 voidZMsg. 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 voidZMsg. 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).booleanZMQ.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.booleanZMQ.Socket. sendPicture(java.lang.String picture, java.lang.Object... args)Queues a 'picture' message to the socket (or actor), so it can be sent.booleanZMQ.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 classZNeedleNeedle for de/serialization of data within a frame.classZPictureDe/serialization of data within a message.Methods in org.zeromq.proto with annotations of type Draft Modifier and Type Method Description ZMsgZPicture. 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).booleanZPicture. sendBinaryPicture(ZMQ.Socket socket, java.lang.String picture, java.lang.Object... args)booleanZPicture. 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 interfaceTimerHandlerCalled when the time has come to perform some action.classZTickerManages set of tickets and timers.classZTicketManages set of tickets.classZTimerManages set of timers. -
Uses of Draft in zmq.util
Classes in zmq.util with annotations of type Draft Modifier and Type Class Description classTimersManages set of timers.
-