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.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 |
SocketBase |
Modifier and Type | Field and Description |
---|---|
private Own |
SocketBase.EndpointPipe.endpoint |
private Own |
Own.owner |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Own> |
Own.owned |
Modifier and Type | Method and Description |
---|---|
private void |
SocketBase.addEndpoint(java.lang.String addr,
Own endpoint,
Pipe pipe) |
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) |
Constructor and Description |
---|
EndpointPipe(Own endpoint,
Pipe pipe) |
Modifier and Type | Class and Description |
---|---|
class |
HelloMsgSession |
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 |
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 |