Uses of Class
zmq.Proxy.State
-
Packages that use Proxy.State Package Description zmq Provides low-level bindings for ØMQ. -
-
Uses of Proxy.State in zmq
Fields in zmq declared as Proxy.State Modifier and Type Field Description private Proxy.State
Proxy. state
Methods in zmq that return Proxy.State Modifier and Type Method Description static Proxy.State
Proxy.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Proxy.State[]
Proxy.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-