org.zeromq
Class ZMQ.PollItem

java.lang.Object
  extended by org.zeromq.ZMQ.PollItem
Enclosing class:
ZMQ

public static class ZMQ.PollItem
extends Object


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

ZMQ.PollItem

public ZMQ.PollItem(ZMQ.Socket socket,
                    int events)

ZMQ.PollItem

public ZMQ.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()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.