| Package | Description |
|---|---|
| org.zeromq |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ZMsg.save(ZMsg msg,
DataOutputStream file)
Save message to an open data output stream.
|
Copyright © 2014. All rights reserved.