Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
Modifier and Type | Method and Description |
---|---|
private static ZMQ.Socket.Mechanism |
ZMQ.Socket.Mechanism.find(Mechanisms mech) |
ZMQ.Socket.Mechanism |
ZMQ.Socket.getMechanism()
The ZMQ_MECHANISM option shall retrieve the current security mechanism for the socket.
|
static ZMQ.Socket.Mechanism |
ZMQ.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.
|