Uses of Class
org.zeromq.ZProxy.Command
-
Packages that use ZProxy.Command Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZProxy.Command in org.zeromq
Methods in org.zeromq that return ZProxy.Command Modifier and Type Method Description static ZProxy.CommandZProxy.Command. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ZProxy.Command[]ZProxy.Command. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zeromq with parameters of type ZProxy.Command Modifier and Type Method Description ZProxy.StateZProxy. command(ZProxy.Command command, boolean sync)Sends a command message to the proxy actor.ZMsgZProxy. command(ZProxy.Command command, ZMsg msg, boolean sync)Sends a command message to the proxy actor.
-