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