Uses of Class
zmq.io.mechanism.Mechanisms
-
Packages that use Mechanisms Package Description org.zeromq Provides high-level bindings for ØMQ.zmq Provides low-level bindings for ØMQ.zmq.io.mechanism -
-
Uses of Mechanisms in org.zeromq
Fields in org.zeromq declared as Mechanisms Modifier and Type Field Description private Mechanisms
ZMQ.Socket.Mechanism. mech
Methods in org.zeromq with parameters of type Mechanisms Modifier and Type Method Description private static ZMQ.Socket.Mechanism
ZMQ.Socket.Mechanism. find(Mechanisms mech)
Constructors in org.zeromq with parameters of type Mechanisms Constructor Description Mechanism(Mechanisms zmq)
-
Uses of Mechanisms in zmq
Fields in zmq declared as Mechanisms Modifier and Type Field Description Mechanisms
Options. mechanism
-
Uses of Mechanisms in zmq.io.mechanism
Methods in zmq.io.mechanism that return Mechanisms Modifier and Type Method Description static Mechanisms
Mechanisms. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Mechanisms[]
Mechanisms. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in zmq.io.mechanism with parameters of type Mechanisms Modifier and Type Method Description protected void
Mechanism. sendZapRequest(Mechanisms mechanism, boolean more)
-