Fields Summary |
---|
public static final int | INTERRUPTInterrupt the CometHandler . |
public static final int | NOTIFYNotify the CometHandler . |
public static final int | INITIALIZEInitialize the CometHandler . |
public static final int | TERMINATETerminate the CometHandler . |
public static final int | READNotify the CometHandler of available bytes. |
public static final int | WRITENotify the CometHandler when the channel is writable. |
protected int | typeThis type of event. |
protected E | attachmentShare an E amongst CometHandler |
private CometContext | cometContextThe CometContext from where this instance was fired. |