com.sun.enterprise.web.connector.grizzly.comet
Class CometReader
java.lang.Object
com.sun.grizzly.comet.CometReader
com.sun.enterprise.web.connector.grizzly.comet.CometReader
Deprecated. use CometReader
from com.sun.grizzly.comet
public class CometReader
- extends CometReader
Non blocking IO reader. This class can be used from a
CometHandler
to execute non blocking read. This is
usefull when the client is pipelining data. The CometHandler
will be notified as soon as bytes are arriving. CometHandler
who wants to be notified just need to register themself
by calling CometContext.registerAsyncRead()
- Author:
- Jeanfrancois Arcand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CometReader
public CometReader()
- Deprecated.
Copyright © 2009 SUN Microsystems. All Rights Reserved.