| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
ZAuth.ZapReply |
ZAuth.nextReply()
Retrieves the next ZAP reply.
|
ZAuth.ZapReply |
ZAuth.nextReply(boolean wait)
Retrieves the next ZAP reply.
|
ZAuth.ZapReply |
ZAuth.nextReply(int timeout)
Retrieves the next ZAP reply.
|
private static ZAuth.ZapReply |
ZAuth.ZapReply.received(ZMsg msg) |
private static ZAuth.ZapReply |
ZAuth.ZapReply.recv(ZAgent agent,
boolean wait) |
private static ZAuth.ZapReply |
ZAuth.ZapReply.recv(ZAgent agent,
int timeout) |