Uses of Class
zmq.poll.Poller.Handle
Packages that use Poller.Handle
-
Uses of Poller.Handle in zmq
Fields in zmq declared as Poller.HandleModifier and TypeFieldDescriptionprivate Poller.Handle
SocketBase.handle
private final Poller.Handle
Reaper.mailboxHandle
-
Uses of Poller.Handle in zmq.io
Fields in zmq.io declared as Poller.HandleModifier and TypeFieldDescriptionprivate Poller.Handle
StreamEngine.handle
private final Poller.Handle
IOThread.mailboxHandle
Methods in zmq.io that return Poller.HandleMethods in zmq.io with parameters of type Poller.HandleModifier and TypeMethodDescriptionfinal void
IOObject.removeHandle
(Poller.Handle handle) final void
IOObject.resetPollIn
(Poller.Handle handle) final void
IOObject.resetPollOut
(Poller.Handle handle) final void
IOObject.setPollAccept
(Poller.Handle handle) final void
IOObject.setPollConnect
(Poller.Handle handle) final void
IOObject.setPollIn
(Poller.Handle handle) final void
IOObject.setPollOut
(Poller.Handle handle) -
Uses of Poller.Handle in zmq.io.net.tcp
Fields in zmq.io.net.tcp declared as Poller.HandleModifier and TypeFieldDescriptionprivate 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.HandleMethods in zmq.poll that return Poller.HandleMethods in zmq.poll with parameters of type Poller.HandleModifier and TypeMethodDescriptionprivate 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)