Uses of Class
org.zeromq.ZMQ.Socket.Mechanism
-
Packages that use ZMQ.Socket.Mechanism Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZMQ.Socket.Mechanism in org.zeromq
Methods in org.zeromq that return ZMQ.Socket.Mechanism Modifier and Type Method Description private static ZMQ.Socket.MechanismZMQ.Socket.Mechanism. find(Mechanisms mech)ZMQ.Socket.MechanismZMQ.Socket. getMechanism()The ZMQ_MECHANISM option shall retrieve the current security mechanism for the socket.static ZMQ.Socket.MechanismZMQ.Socket.Mechanism. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ZMQ.Socket.Mechanism[]ZMQ.Socket.Mechanism. values()Returns an array containing the constants of this enum type, in the order they are declared.
-