|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.zeromq.ZMQ.PollItem
public static class ZMQ.PollItem
| Constructor Summary | |
|---|---|
ZMQ.PollItem(SelectableChannel channel,
int events)
|
|
ZMQ.PollItem(ZMQ.Socket socket,
int events)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
SelectableChannel |
getRawSocket()
|
ZMQ.Socket |
getSocket()
|
boolean |
isError()
|
boolean |
isReadable()
|
boolean |
isWritable()
|
int |
readyOps()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZMQ.PollItem(ZMQ.Socket socket,
int events)
public ZMQ.PollItem(SelectableChannel channel,
int events)
| Method Detail |
|---|
public SelectableChannel getRawSocket()
public ZMQ.Socket getSocket()
public boolean isError()
public int readyOps()
public boolean isReadable()
public boolean isWritable()
public boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||