|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.http.ConnectionCometController
com.caucho.server.http.AsyncConnectionImpl
public class AsyncConnectionImpl
Public API to control a comet connection.
Field Summary |
---|
Fields inherited from interface javax.servlet.AsyncContext |
---|
ASYNC_CONTEXT_PATH, ASYNC_PATH_INFO, ASYNC_QUERY_STRING, ASYNC_REQUEST_URI, ASYNC_SERVLET_PATH |
Constructor Summary | |
---|---|
AsyncConnectionImpl(SocketLink conn,
boolean isTop,
ServletRequest request,
ServletResponse response)
|
Method Summary |
---|
Methods inherited from class com.caucho.server.http.ConnectionCometController |
---|
addAsyncListener, addListener, addListener, close, closeImpl, complete, createListener, dispatch, dispatch, dispatch, getAttribute, getForwardPath, getMaxIdleTime, getRequest, getResponse, getTimeout, hasOriginalRequestAndResponse, isActive, isClosed, isComet, isComplete, isDuplex, isTimeout, onComplete, onTimeout, removeAttribute, setAsyncListenerNode, setAttribute, setMaxIdleTime, setTimeout, start, startResume, timeout, toString, wake |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.servlet.AsyncContext |
---|
addListener, addListener, complete, createListener, dispatch, dispatch, dispatch, getRequest, getResponse, getTimeout, hasOriginalRequestAndResponse, setTimeout, start |
Constructor Detail |
---|
public AsyncConnectionImpl(SocketLink conn, boolean isTop, ServletRequest request, ServletResponse response)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |