| Package | Description |
|---|---|
| zmq |
| Modifier and Type | Class and Description |
|---|---|
class |
Dealer |
static class |
Dealer.DealerSession |
class |
IOObject |
class |
IOThread |
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 |
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 |
StreamEngine |
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 IPollEvents |
IOObject.handler |
protected IPollEvents |
Poller.PollSet.handler |
(package private) IPollEvents |
PollerBase.TimerInfo.sink |
| Modifier and Type | Method and Description |
|---|---|
void |
Poller.addHandle(java.nio.channels.SelectableChannel fd,
IPollEvents events) |
void |
PollerBase.addTimer(long timeout,
IPollEvents sink,
int id) |
void |
PollerBase.cancelTimer(IPollEvents sink,
int id) |
void |
IOObject.setHandler(IPollEvents handler) |
| Constructor and Description |
|---|
PollSet(IPollEvents handler) |
TimerInfo(IPollEvents sink,
int id) |