Uses of Class
zmq.poll.Poller.Handle
-
Packages that use Poller.Handle Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.net.tcp zmq.poll -
-
Uses of Poller.Handle in zmq
Fields in zmq declared as Poller.Handle Modifier and Type Field Description private Poller.HandleSocketBase. handleprivate Poller.HandleReaper. mailboxHandle -
Uses of Poller.Handle in zmq.io
Fields in zmq.io declared as Poller.Handle Modifier and Type Field Description private Poller.HandleStreamEngine. handleprivate Poller.HandleIOThread. mailboxHandleMethods in zmq.io that return Poller.Handle Modifier and Type Method Description Poller.HandleIOObject. addFd(java.nio.channels.SelectableChannel fd)Methods in zmq.io with parameters of type Poller.Handle Modifier and Type Method Description voidIOObject. removeHandle(Poller.Handle handle)voidIOObject. resetPollIn(Poller.Handle handle)voidIOObject. resetPollOut(Poller.Handle handle)voidIOObject. setPollAccept(Poller.Handle handle)voidIOObject. setPollConnect(Poller.Handle handle)voidIOObject. setPollIn(Poller.Handle handle)voidIOObject. setPollOut(Poller.Handle handle) -
Uses of Poller.Handle in zmq.io.net.tcp
Fields in zmq.io.net.tcp declared as Poller.Handle Modifier and Type Field Description private Poller.HandleTcpConnecter. handleprivate Poller.HandleTcpListener. handle -
Uses of Poller.Handle in zmq.poll
Fields in zmq.poll with type parameters of type Poller.Handle Modifier and Type Field Description private java.util.Set<Poller.Handle>Poller. fdTableMethods in zmq.poll that return Poller.Handle Modifier and Type Method Description Poller.HandlePoller. addHandle(java.nio.channels.SelectableChannel fd, IPollEvents events)Methods in zmq.poll with parameters of type Poller.Handle Modifier and Type Method Description private voidPoller. register(Poller.Handle handle, int ops, boolean add)voidPoller. removeHandle(Poller.Handle handle)voidPoller. resetPollIn(Poller.Handle handle)voidPoller. resetPollOut(Poller.Handle handle)voidPoller. setPollAccept(Poller.Handle handle)voidPoller. setPollConnect(Poller.Handle handle)voidPoller. setPollIn(Poller.Handle handle)voidPoller. setPollOut(Poller.Handle handle)
-