Package | Description |
---|---|
zmq |
Provides low-level bindings for ØMQ.
|
Modifier and Type | Field and Description |
---|---|
private Ctx.Endpoint |
Ctx.PendingConnection.endpoint |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Ctx.Endpoint> |
Ctx.endpoints |
Modifier and Type | Method and Description |
---|---|
(package private) Ctx.Endpoint |
Ctx.findEndpoint(java.lang.String addr) |
protected Ctx.Endpoint |
ZObject.findEndpoint(java.lang.String addr) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Ctx.pendConnection(java.lang.String addr,
Ctx.Endpoint endpoint,
Pipe[] pipes) |
protected void |
ZObject.pendConnection(java.lang.String addr,
Ctx.Endpoint endpoint,
Pipe[] pipes) |
(package private) boolean |
Ctx.registerEndpoint(java.lang.String addr,
Ctx.Endpoint endpoint) |
protected boolean |
ZObject.registerEndpoint(java.lang.String addr,
Ctx.Endpoint endpoint) |
Constructor and Description |
---|
PendingConnection(Ctx.Endpoint endpoint,
Pipe connectPipe,
Pipe bindPipe) |