| Package | Description |
|---|---|
| zmq |
| Modifier and Type | Class and Description |
|---|---|
static class |
Dealer.DealerSession |
static class |
Pair.PairSession |
static class |
Pub.PubSession |
static class |
Pull.PullSession |
static class |
Push.PushSession |
static class |
Rep.RepSession |
static class |
Req.ReqSession |
static class |
Router.RouterSession |
static class |
Sub.SubSession |
static class |
XPub.XPubSession |
static class |
XSub.XSubSession |
| Modifier and Type | Method and Description |
|---|---|
static SessionBase |
SessionBase.create(IOThread io_thread_,
boolean connect_,
SocketBase socket_,
Options options_,
Address addr_) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamEngine.plug(IOThread io_thread_,
SessionBase session_) |
void |
IEngine.plug(IOThread io_thread_,
SessionBase session_) |
protected void |
ZObject.send_attach(SessionBase destination_,
IEngine engine_) |
protected void |
ZObject.send_attach(SessionBase destination_,
IEngine engine_,
boolean inc_seqnum_) |
| Constructor and Description |
|---|
IpcConnecter(IOThread io_thread_,
SessionBase session_,
Options options_,
Address addr_,
boolean wait_) |
TcpConnecter(IOThread io_thread_,
SessionBase session_,
Options options_,
Address addr_,
boolean delayed_start_) |
Copyright © 2014. All rights reserved.