Package | Description |
---|---|
zmq |
Provides low-level bindings for ØMQ.
|
zmq.io | |
zmq.io.net | |
zmq.io.net.ipc | |
zmq.io.net.tcp | |
zmq.io.net.tipc | |
zmq.pipe | |
zmq.socket | |
zmq.socket.clientserver | |
zmq.socket.pipeline | |
zmq.socket.pubsub | |
zmq.socket.radiodish | |
zmq.socket.reqrep | |
zmq.socket.scattergather |
Modifier and Type | Class and Description |
---|---|
class |
Own |
(package private) class |
Reaper |
class |
SocketBase |
Modifier and Type | Field and Description |
---|---|
(package private) ZObject |
Command.destination |
Modifier and Type | Method and Description |
---|---|
(package private) ZObject |
Ctx.getReaper() |
Constructor and Description |
---|
Command(ZObject destination,
Command.Type type) |
Command(ZObject destination,
Command.Type type,
java.lang.Object arg) |
ZObject(ZObject parent) |
Modifier and Type | Class and Description |
---|---|
class |
HelloMsgSession |
class |
IOThread |
class |
SessionBase |
Modifier and Type | Class and Description |
---|---|
class |
Listener |
Modifier and Type | Class and Description |
---|---|
class |
IpcConnecter |
class |
IpcListener |
Modifier and Type | Class and Description |
---|---|
class |
SocksConnecter |
class |
TcpConnecter |
class |
TcpListener |
Modifier and Type | Class and Description |
---|---|
class |
TipcConnecter |
class |
TipcListener |
Modifier and Type | Class and Description |
---|---|
class |
Pipe |
Modifier and Type | Field and Description |
---|---|
private ZObject |
Pipe.parent |
Modifier and Type | Method and Description |
---|---|
static Pipe[] |
Pipe.pair(ZObject[] parents,
int[] hwms,
boolean[] conflates) |
Constructor and Description |
---|
Pipe(ZObject parent,
YPipeBase<Msg> inpipe,
YPipeBase<Msg> outpipe,
int inhwm,
int outhwm,
boolean conflate) |
Modifier and Type | Class and Description |
---|---|
class |
Channel |
class |
Pair |
class |
Peer |
class |
Raw |
class |
Stream |
Modifier and Type | Class and Description |
---|---|
class |
Client |
class |
Server |
Modifier and Type | Class and Description |
---|---|
class |
Pull |
class |
Push |
Modifier and Type | Class and Description |
---|---|
class |
Pub |
class |
Sub |
class |
XPub |
class |
XSub |
Modifier and Type | Class and Description |
---|---|
class |
Dish |
static class |
Dish.DishSession |
class |
Radio |
static class |
Radio.RadioSession |
Modifier and Type | Class and Description |
---|---|
class |
Dealer |
class |
Rep |
class |
Req |
static class |
Req.ReqSession |
class |
Router |
Modifier and Type | Class and Description |
---|---|
class |
Gather |
class |
Scatter |