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