Uses of Interface
zmq.poll.IPollEvents
-
Packages that use IPollEvents Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.net.ipc zmq.io.net.tcp zmq.io.net.tipc zmq.poll zmq.socket zmq.socket.pipeline zmq.socket.pubsub zmq.socket.reqrep -
-
Uses of IPollEvents in zmq
Classes in zmq that implement IPollEvents Modifier and Type Class Description (package private) class
Reaper
class
SocketBase
-
Uses of IPollEvents in zmq.io
Classes in zmq.io that implement IPollEvents Modifier and Type Class Description class
IOObject
class
IOThread
class
SessionBase
class
StreamEngine
Fields in zmq.io declared as IPollEvents Modifier and Type Field Description private IPollEvents
IOObject. handler
Constructors in zmq.io with parameters of type IPollEvents Constructor Description IOObject(IOThread ioThread, IPollEvents handler)
-
Uses of IPollEvents in zmq.io.net.ipc
Classes in zmq.io.net.ipc that implement IPollEvents Modifier and Type Class Description class
IpcConnecter
class
IpcListener
-
Uses of IPollEvents in zmq.io.net.tcp
Classes in zmq.io.net.tcp that implement IPollEvents Modifier and Type Class Description class
SocksConnecter
class
TcpConnecter
class
TcpListener
-
Uses of IPollEvents in zmq.io.net.tipc
Classes in zmq.io.net.tipc that implement IPollEvents Modifier and Type Class Description class
TipcConnecter
class
TipcListener
-
Uses of IPollEvents in zmq.poll
Fields in zmq.poll declared as IPollEvents Modifier and Type Field Description private IPollEvents
Poller.Handle. handler
private IPollEvents
PollerBase.TimerInfo. sink
Methods in zmq.poll with parameters of type IPollEvents Modifier and Type Method Description Poller.Handle
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)
Constructors in zmq.poll with parameters of type IPollEvents Constructor Description Handle(java.nio.channels.SelectableChannel fd, IPollEvents handler)
TimerInfo(IPollEvents sink, int id)
-
Uses of IPollEvents in zmq.socket
Classes in zmq.socket that implement IPollEvents Modifier and Type Class Description class
Pair
class
Stream
-
Uses of IPollEvents in zmq.socket.pipeline
Classes in zmq.socket.pipeline that implement IPollEvents Modifier and Type Class Description class
Pull
class
Push
-
Uses of IPollEvents in zmq.socket.pubsub
Classes in zmq.socket.pubsub that implement IPollEvents Modifier and Type Class Description class
Pub
class
Sub
class
XPub
class
XSub
-
Uses of IPollEvents in zmq.socket.reqrep
Classes in zmq.socket.reqrep that implement IPollEvents Modifier and Type Class Description class
Dealer
class
Rep
class
Req
static class
Req.ReqSession
class
Router
-