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.ZapReplyZAuth. nextReply()Retrieves the next ZAP reply.ZAuth.ZapReplyZAuth. nextReply(boolean wait)Retrieves the next ZAP reply.ZAuth.ZapReplyZAuth. nextReply(int timeout)Retrieves the next ZAP reply.private static ZAuth.ZapReplyZAuth.ZapReply. received(ZMsg msg)private static ZAuth.ZapReplyZAuth.ZapReply. recv(ZAgent agent, boolean wait)private static ZAuth.ZapReplyZAuth.ZapReply. recv(ZAgent agent, int timeout)
-