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 |
---|---|
protected PollItem |
base() |
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)
protected final PollItem base()
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 © 2023. All rights reserved.