Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
zmq |
Provides low-level bindings for ØMQ.
|
zmq.io.mechanism |
Modifier and Type | Field and Description |
---|---|
private Mechanisms |
ZMQ.Socket.Mechanism.mech |
Modifier and Type | Method and Description |
---|---|
private static ZMQ.Socket.Mechanism |
ZMQ.Socket.Mechanism.find(Mechanisms mech) |
Constructor and Description |
---|
Mechanism(Mechanisms zmq) |
Modifier and Type | Field and Description |
---|---|
Mechanisms |
Options.mechanism |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Mechanism.sendZapRequest(Mechanisms mechanism,
boolean more) |