| Package | Description |
|---|---|
| zmq |
Provides low-level bindings for ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
static Ctx.Side |
Ctx.Side.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Ctx.Side[] |
Ctx.Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Ctx.connectInprocSockets(SocketBase bindSocket,
Options bindOptions,
Ctx.PendingConnection pendingConnection,
Ctx.Side side) |