| Constructor and Description |
|---|
ZMQ.PollItem(SelectableChannel channel,
int ops) |
ZMQ.PollItem(ZMQ.Socket socket,
int ops) |
| Modifier and Type | Method and Description |
|---|---|
protected PollItem |
base() |
boolean |
equals(Object obj) |
SelectableChannel |
getRawSocket() |
ZMQ.Socket |
getSocket() |
boolean |
isError() |
boolean |
isReadable() |
boolean |
isWritable() |
int |
readyOps() |
public ZMQ.PollItem(ZMQ.Socket socket, int ops)
public ZMQ.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 © 2014. All rights reserved.