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 NetProtocolSocketBase. 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 NetProtocolAddress. protocolMethods in zmq.io.net that return NetProtocol Modifier and Type Method Description static NetProtocolNetProtocol. getProtocol(java.lang.String protocol)NetProtocolAddress. protocol()static NetProtocolNetProtocol. 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.Constructors in zmq.io.net with parameters of type NetProtocol Constructor Description Address(NetProtocol protocol, java.lang.String address)
-