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. cpipe
Methods in zmq that return Command Modifier and Type Method Description Command
Mailbox. recv(long timeout)
Methods in zmq with parameters of type Command Modifier and Type Method Description (package private) void
ZObject. processCommand(Command cmd)
(package private) void
Mailbox. send(Command cmd)
(package private) void
Ctx. sendCommand(int tid, Command command)
private void
ZObject. sendCommand(Command cmd)
-