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 MechanismsZMQ.Socket.Mechanism. mechMethods in org.zeromq with parameters of type Mechanisms Modifier and Type Method Description private static ZMQ.Socket.MechanismZMQ.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 MechanismsOptions. mechanism -
Uses of Mechanisms in zmq.io.mechanism
Methods in zmq.io.mechanism that return Mechanisms Modifier and Type Method Description static MechanismsMechanisms. 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 voidMechanism. sendZapRequest(Mechanisms mechanism, boolean more)
-