|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ZMsg in org.zeromq |
---|
Methods in org.zeromq that return ZMsg | |
---|---|
ZMsg |
ZMsg.duplicate()
Creates copy of this ZMsg. |
static ZMsg |
ZMsg.load(DataInputStream file)
Load / append a ZMsg from an open DataInputStream |
static ZMsg |
ZMsg.newStringMsg(String... strings)
Create a new ZMsg from one or more Strings |
static ZMsg |
ZMsg.recvMsg(ZMQ.Socket socket)
Receives message from socket, returns ZMsg object or null if the recv was interrupted. |
static ZMsg |
ZMsg.recvMsg(ZMQ.Socket socket,
int flag)
Receives message from socket, returns ZMsg object or null if the recv was interrupted. |
Methods in org.zeromq with parameters of type ZMsg | |
---|---|
void |
ZDispatcher.ZMessageHandler.handleMessage(ZDispatcher.ZSender sender,
ZMsg msg)
|
static boolean |
ZMsg.save(ZMsg msg,
DataOutputStream file)
Save message to an open data output stream. |
boolean |
ZDispatcher.ZSender.send(ZMsg msg)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |