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