Package org.zeromq
Class ZMQ.PollItem
java.lang.Object
org.zeromq.ZMQ.PollItem
- Direct Known Subclasses:
ZPoller.ZPollItem
- Enclosing class:
ZMQ
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPollItem
(SelectableChannel channel, int ops) PollItem
(ZMQ.Socket socket, int ops) -
Method Summary
Modifier and TypeMethodDescription(package private) final PollItem
base()
boolean
final SelectableChannel
final ZMQ.Socket
int
hashCode()
final boolean
isError()
final boolean
final boolean
final int
readyOps()
-
Field Details
-
base
-
socket
-
-
Constructor Details
-
PollItem
-
PollItem
-
-
Method Details
-
base
-
getRawSocket
-
getSocket
-
isReadable
public final boolean isReadable() -
isWritable
public final boolean isWritable() -
isError
public final boolean isError() -
readyOps
public final int readyOps() -
hashCode
public int hashCode() -
equals
-