| Package | Description |
|---|---|
| zmq |
| Modifier and Type | Class and Description |
|---|---|
class |
Dealer |
static class |
Dealer.DealerSession |
class |
IpcConnecter |
class |
IpcListener |
class |
Pair |
static class |
Pair.PairSession |
class |
Pub |
static class |
Pub.PubSession |
(package private) class |
Pull |
static class |
Pull.PullSession |
class |
Push |
static class |
Push.PushSession |
class |
Rep |
static class |
Rep.RepSession |
class |
Req |
static class |
Req.ReqSession |
class |
Router |
static class |
Router.RouterSession |
(package private) class |
SessionBase |
class |
SocketBase |
class |
Sub |
static class |
Sub.SubSession |
class |
TcpConnecter |
class |
TcpListener |
(package private) class |
XPub |
static class |
XPub.XPubSession |
class |
XSub |
static class |
XSub.XSubSession |
| Modifier and Type | Field and Description |
|---|---|
private Own |
Own.owner |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,Own> |
SocketBase.endpoints |
private java.util.Set<Own> |
Own.owned |
| Modifier and Type | Method and Description |
|---|---|
private void |
SocketBase.addEndpoint(java.lang.String addr,
Own endpoint) |
protected void |
Own.launchChild(Own object) |
protected void |
Own.processOwn(Own object) |
protected void |
ZObject.processOwn(Own object) |
protected void |
Own.processTermReq(Own object) |
protected void |
ZObject.processTermReq(Own object) |
protected void |
ZObject.sendBind(Own destination,
Pipe pipe) |
protected void |
ZObject.sendBind(Own destination,
Pipe pipe,
boolean incSeqnum) |
protected void |
ZObject.sendOwn(Own destination,
Own object) |
protected void |
ZObject.sendPlug(Own destination) |
protected void |
ZObject.sendPlug(Own destination,
boolean incSeqnum) |
protected void |
ZObject.sendTerm(Own destination,
int linger) |
protected void |
ZObject.sendTermAck(Own destination) |
protected void |
ZObject.sendTermReq(Own destination,
Own object) |
private void |
Own.setOwner(Own owner) |
protected void |
Own.termChild(Own object) |