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.Handle
SocketBase. handle
private Poller.Handle
Reaper. mailboxHandle
-
Uses of Poller.Handle in zmq.io
Fields in zmq.io declared as Poller.Handle Modifier and Type Field Description private Poller.Handle
StreamEngine. handle
private Poller.Handle
IOThread. mailboxHandle
Methods in zmq.io that return Poller.Handle Modifier and Type Method Description Poller.Handle
IOObject. addFd(java.nio.channels.SelectableChannel fd)
Methods in zmq.io with parameters of type Poller.Handle Modifier and Type Method Description void
IOObject. removeHandle(Poller.Handle handle)
void
IOObject. resetPollIn(Poller.Handle handle)
void
IOObject. resetPollOut(Poller.Handle handle)
void
IOObject. setPollAccept(Poller.Handle handle)
void
IOObject. setPollConnect(Poller.Handle handle)
void
IOObject. setPollIn(Poller.Handle handle)
void
IOObject. 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.Handle
TcpConnecter. handle
private Poller.Handle
TcpListener. 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. fdTable
Methods in zmq.poll that return Poller.Handle Modifier and Type Method Description Poller.Handle
Poller. addHandle(java.nio.channels.SelectableChannel fd, IPollEvents events)
Methods in zmq.poll with parameters of type Poller.Handle Modifier and Type Method Description private void
Poller. register(Poller.Handle handle, int ops, boolean add)
void
Poller. removeHandle(Poller.Handle handle)
void
Poller. resetPollIn(Poller.Handle handle)
void
Poller. resetPollOut(Poller.Handle handle)
void
Poller. setPollAccept(Poller.Handle handle)
void
Poller. setPollConnect(Poller.Handle handle)
void
Poller. setPollIn(Poller.Handle handle)
void
Poller. setPollOut(Poller.Handle handle)
-