Uses of Class
org.zeromq.ZAuth.ZapReply
-
Packages that use ZAuth.ZapReply Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZAuth.ZapReply in org.zeromq
Methods in org.zeromq that return ZAuth.ZapReply Modifier and Type Method 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)
-