public static class ZMQ.PollItem extends Object
| Constructor and Description |
|---|
PollItem(SelectableChannel channel,
int ops) |
PollItem(ZMQ.Socket socket,
int ops) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SelectableChannel |
getRawSocket() |
ZMQ.Socket |
getSocket() |
int |
hashCode() |
boolean |
isError() |
boolean |
isReadable() |
boolean |
isWritable() |
int |
readyOps() |
public PollItem(ZMQ.Socket socket, int ops)
public PollItem(SelectableChannel channel, int ops)
public final SelectableChannel getRawSocket()
public final ZMQ.Socket getSocket()
public final boolean isReadable()
public final boolean isWritable()
public final boolean isError()
public final int readyOps()
Copyright © 2020. All rights reserved.