| Package | Description |
|---|---|
| zmq |
| Modifier and Type | Class and Description |
|---|---|
class |
Dealer |
static class |
Dealer.DealerSession |
class |
IOThread |
class |
IpcConnecter |
class |
IpcListener |
(package private) class |
Own |
class |
Pair |
static class |
Pair.PairSession |
(package private) class |
Pipe |
class |
Pub |
static class |
Pub.PubSession |
(package private) class |
Pull |
static class |
Pull.PullSession |
class |
Push |
static class |
Push.PushSession |
class |
Reaper |
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 ZObject |
Command.destination |
private ZObject |
Pipe.parent |
| Modifier and Type | Method and Description |
|---|---|
ZObject |
Command.destination() |
(package private) ZObject |
Ctx.getReaper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Pipe.pipepair(ZObject[] parents,
Pipe[] pipes,
int[] hwms,
boolean[] delays) |
| Constructor and Description |
|---|
Command(ZObject destination,
Command.Type type) |
Command(ZObject destination,
Command.Type type,
java.lang.Object arg) |
Pipe(ZObject parent,
YPipe<Msg> inpipe,
YPipe<Msg> outpipe,
int inhwm,
int outhwm,
boolean delay) |
ZObject(ZObject parent) |