|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.io.HandlerRegistration
public class HandlerRegistration
A class to hold information about when an operation was attached to the selector. Needed for timeout options.
Field Summary | |
---|---|
SocketHandler |
handler
|
long |
when
|
Constructor Summary | |
---|---|
HandlerRegistration(SocketHandler handler)
|
|
HandlerRegistration(SocketHandler handler,
long when)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long when
public SocketHandler handler
Constructor Detail |
---|
public HandlerRegistration(SocketHandler handler)
public HandlerRegistration(SocketHandler handler, long when)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |