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. cpipeMethods in zmq that return Command Modifier and Type Method Description CommandMailbox. recv(long timeout)Methods in zmq with parameters of type Command Modifier and Type Method Description (package private) voidZObject. processCommand(Command cmd)(package private) voidMailbox. send(Command cmd)(package private) voidCtx. sendCommand(int tid, Command command)private voidZObject. sendCommand(Command cmd)
-