Package org.zeromq
Class ZMQ.PollItem
- java.lang.Object
-
- org.zeromq.ZMQ.PollItem
-
-
Constructor Summary
Constructors Constructor Description PollItem(SelectableChannel channel, int events)PollItem(ZMQ.Socket socket, int events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SelectableChannelgetRawSocket()ZMQ.SocketgetSocket()booleanisError()booleanisReadable()booleanisWritable()intreadyOps()
-
-
-
Constructor Detail
-
PollItem
public PollItem(ZMQ.Socket socket, int events)
-
PollItem
public PollItem(SelectableChannel channel, int events)
-
-
Method Detail
-
getRawSocket
public SelectableChannel getRawSocket()
-
getSocket
public ZMQ.Socket getSocket()
-
isError
public boolean isError()
-
readyOps
public int readyOps()
-
isReadable
public boolean isReadable()
-
isWritable
public boolean isWritable()
-
-