public static class ZPoller.ZPollItem extends ZMQ.PollItem implements ZPoller.ItemHolder
| Constructor and Description |
|---|
ZPollItem(SelectableChannel channel,
ZPoller.EventsHandler handler,
int ops) |
ZPollItem(ZMQ.Socket socket,
ZPoller.EventsHandler handler,
int ops) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ZPoller.EventsHandler |
handler() |
int |
hashCode() |
PollItem |
item() |
ZMQ.Socket |
socket() |
getRawSocket, getSocket, isError, isReadable, isWritable, readyOpspublic ZPollItem(ZMQ.Socket socket, ZPoller.EventsHandler handler, int ops)
public ZPollItem(SelectableChannel channel, ZPoller.EventsHandler handler, int ops)
public PollItem item()
item in interface ZPoller.ItemHolderpublic ZMQ.Socket socket()
socket in interface ZPoller.ItemHolderpublic int hashCode()
hashCode in class ZMQ.PollItempublic boolean equals(Object obj)
equals in class ZMQ.PollItempublic ZPoller.EventsHandler handler()
handler in interface ZPoller.ItemHolderCopyright © 2020. All rights reserved.