Uses of Class
org.zeromq.ZMsg
-
Packages that use ZMsg Package Description org.zeromq Provides high-level bindings for ØMQ.org.zeromq.proto Provides utility classes for ØMQ zproto. -
-
Uses of ZMsg in org.zeromq
Fields in org.zeromq declared as ZMsg Modifier and Type Field Description private ZMsgZProxy.ProxyActor.State. hotMethods in org.zeromq that return ZMsg Modifier and Type Method Description ZMsgZMsg. addFirst(byte[] data)ZMsgZMsg. addFirst(java.lang.String stringValue)ZMsgZMsg. addLast(byte[] data)ZMsgZMsg. addLast(java.lang.String stringValue)ZMsgZMsg. addString(java.lang.String str)Add a String as a new ZFrame to the end of listZMsgZMsg. append(byte[] data)Adds bytes as a new frame in the message.ZMsgZMsg. append(java.lang.String stringValue)Adds a string as a new frame in the message.ZMsgZMsg. append(ZMsg msg)ZMsgZProxy. command(ZProxy.Command command, ZMsg msg, boolean sync)Sends a command message to the proxy actor.ZMsgZProxy. configure(ZMsg msg)Configures the proxy.ZMsgZMsg. dump()ZMsgZMsg. dump(java.lang.Appendable out)Dump the message in human readable format.ZMsgZMsg. duplicate()Creates copy of this ZMsg.static ZMsgZMsg. load(java.io.DataInputStream file)Load / append a ZMsg from an open DataInputStreamprivate ZMsgZAuth.ZapReply. msg()static ZMsgZMsg. newStringMsg(java.lang.String... strings)Create a new ZMsg from one or more StringsZMsgZMsg. push(byte[] data)ZMsgZMsg. push(java.lang.String str)ZMsgZAgent. recv()Receives a control message sent from the Plateau in the Corbeille.ZMsgZAgent. recv(boolean wait)Receives a control message sent from the Plateau in the Corbeille.ZMsgZAgent. recv(int timeout)Receives a control message sent from the Plateau in the Corbeille.ZMsgZAgent.SimpleAgent. recv()ZMsgZAgent.SimpleAgent. recv(boolean wait)ZMsgZAgent.SimpleAgent. recv(int timeout)ZMsgZStar. recv()ZMsgZStar. recv(boolean wait)ZMsgZStar. recv(int timeout)static ZMsgZMsg. recvMsg(ZMQ.Socket socket)Receives message from socket, returns ZMsg object or null if the recv was interrupted.static ZMsgZMsg. recvMsg(ZMQ.Socket socket, boolean wait)Receives message from socket, returns ZMsg object or null if the recv was interrupted.static ZMsgZMsg. recvMsg(ZMQ.Socket socket, int flag)Receives message from socket, returns ZMsg object or null if the recv was interrupted.private ZMsgZProxy.ProxyActor. status()ZMsgZProxy.ZPump.Identity. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)ZMsgZProxy.ZPump.Transformer. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)Transforms a ZMsg into another ZMsg.ZMsgZMsg. wrap(ZFrame frame)Push frame plus empty frame to front of message, before 1st frame.Methods in org.zeromq with parameters of type ZMsg Modifier and Type Method Description ZMsgZMsg. append(ZMsg msg)ZMsgZProxy. command(ZProxy.Command command, ZMsg msg, boolean sync)Sends a command message to the proxy actor.booleanZAuth.Auth. configure(ZMsg msg, boolean verbose)Configures with ad-hoc message.booleanZAuth.SimpleCurveAuth. configure(ZMsg configuration, boolean verbose)booleanZAuth.SimpleNullAuth. configure(ZMsg configuration, boolean verbose)booleanZAuth.SimplePlainAuth. configure(ZMsg msg, boolean verbose)ZMsgZProxy. configure(ZMsg msg)Configures the proxy.booleanZProxy.Proxy. configure(ZMQ.Socket pipe, ZMsg cfg, ZMQ.Socket frontend, ZMQ.Socket backend, ZMQ.Socket capture, java.lang.Object... args)Configures the proxy with a custom message.booleanZProxy.Proxy.SimpleProxy. configure(ZMQ.Socket pipe, ZMsg cfg, ZMQ.Socket frontend, ZMQ.Socket backend, ZMQ.Socket capture, java.lang.Object... args)private static ZAuth.ZapReplyZAuth.ZapReply. received(ZMsg msg)booleanZProxy.Proxy. restart(ZMsg cfg, ZMQ.Socket socket, ZProxy.Plug place, java.lang.Object... args)Performs a hot restart of the given socket.booleanZProxy.Proxy.SimpleProxy. restart(ZMsg cfg, ZMQ.Socket socket, ZProxy.Plug place, java.lang.Object... args)java.lang.StringZProxy. restart(ZMsg hot)Restarts the proxy.static booleanZMsg. save(ZMsg msg, java.io.DataOutputStream file)Save message to an open data output stream.booleanZAgent. send(ZMsg message)Sends a control message from the Corbeille to the Plateau.booleanZAgent. send(ZMsg msg, boolean destroy)Sends a control message from Corbeille side to the Plateau side.booleanZAgent.SimpleAgent. send(ZMsg message)booleanZAgent.SimpleAgent. send(ZMsg msg, boolean destroy)booleanZStar. send(ZMsg message)booleanZStar. send(ZMsg msg, boolean destroy)booleanZSocket. sendMessage(ZMsg message)ZMsgZProxy.ZPump.Identity. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)ZMsgZProxy.ZPump.Transformer. transform(ZMsg msg, ZProxy.Plug src, ZProxy.Plug dst)Transforms a ZMsg into another ZMsg.Method parameters in org.zeromq with type arguments of type ZMsg Modifier and Type Method Description 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 handlerConstructors in org.zeromq with parameters of type ZMsg Constructor Description ZapRequest(ZMQ.Socket handler, ZMsg request)ZEvent(ZMsg msg) -
Uses of ZMsg in org.zeromq.proto
Methods in org.zeromq.proto that return ZMsg 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.
-