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