Uses of Class
zmq.Command
-
Packages that use Command Package Description zmq Provides low-level bindings for ØMQ. -
-
Uses of Command in zmq
Fields in zmq with type parameters of type Command Modifier and Type Field Description private YPipe<Command>Mailbox. cpipeprivate YPipe<Command>MailboxSafe. cpipeMethods in zmq that return Command Modifier and Type Method Description CommandIMailbox. recv(long timeout)CommandMailbox. recv(long timeout)CommandMailboxSafe. recv(long timeout)Methods in zmq with parameters of type Command Modifier and Type Method Description (package private) voidZObject. processCommand(Command cmd)voidIMailbox. send(Command cmd)voidMailbox. send(Command cmd)voidMailboxSafe. send(Command cmd)(package private) voidCtx. sendCommand(int tid, Command command)private voidZObject. sendCommand(Command cmd)
-