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