Uses of Interface
javax.servlet.AsyncContext

Packages that use AsyncContext
com.caucho.server.http   
com.caucho.server.webapp   
javax.servlet   
 

Uses of AsyncContext in com.caucho.server.http
 

Classes in com.caucho.server.http that implement AsyncContext
 class AsyncConnectionImpl
          Public API to control a comet connection.
 class AsyncContextImpl
          Public API to control a comet connection.
 

Methods in com.caucho.server.http that return AsyncContext
 AsyncContext CauchoDispatchRequest.getAsyncContext()
           
 AsyncContext CauchoRequestWrapper.getAsyncContext()
           
 AsyncContext RequestWrapper.getAsyncContext()
          Returns the async context for the request
 AsyncContext StubServletRequest.getAsyncContext()
           
 AsyncContext AsyncRequest.startAsync()
           
 AsyncContext CauchoDispatchRequest.startAsync()
           
 AsyncContext CauchoRequestWrapper.startAsync()
           
 AsyncContext HttpServletRequestImpl.startAsync()
          Starts an async mode
 AsyncContext RequestWrapper.startAsync()
          Starts an async mode
 AsyncContext StubServletRequest.startAsync()
           
 AsyncContext CauchoDispatchRequest.startAsync(ServletRequest servletRequest, ServletResponse servletResponse)
           
 AsyncContext CauchoRequestWrapper.startAsync(ServletRequest servletRequest, ServletResponse servletResponse)
           
 AsyncContext HttpServletRequestImpl.startAsync(ServletRequest request, ServletResponse response)
          Starts an async mode
 AsyncContext RequestWrapper.startAsync(ServletRequest servletRequest, ServletResponse servletResponse)
          Starts an async mode
 AsyncContext StubServletRequest.startAsync(ServletRequest servletRequest, ServletResponse servletResponse)
           
 

Uses of AsyncContext in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return AsyncContext
 AsyncContext AsyncRequest.startAsync()
           
 AsyncContext ForwardRequest.startAsync()
           
 

Uses of AsyncContext in javax.servlet
 

Methods in javax.servlet that return AsyncContext
 AsyncContext AsyncEvent.getAsyncContext()
           
 AsyncContext ServletRequest.getAsyncContext()
          Returns the async context for the request
 AsyncContext ServletRequestWrapper.getAsyncContext()
          Returns the async context for the request
 AsyncContext ServletRequest.startAsync()
          Starts an async/comet mode
 AsyncContext ServletRequestWrapper.startAsync()
          Starts an async mode
 AsyncContext ServletRequest.startAsync(ServletRequest servletRequest, ServletResponse servletResponse)
          Starts an async mode
 AsyncContext ServletRequestWrapper.startAsync(ServletRequest servletRequest, ServletResponse servletResponse)
          Starts an async mode
 

Constructors in javax.servlet with parameters of type AsyncContext
AsyncEvent(AsyncContext context)
           
AsyncEvent(AsyncContext context, ServletRequest request, ServletResponse response)
           
AsyncEvent(AsyncContext context, ServletRequest request, ServletResponse response, java.lang.Throwable throwable)
           
AsyncEvent(AsyncContext context, java.lang.Throwable throwable)