org.eclipse.jetty.server
Class AsyncContinuation.AsyncEventState

java.lang.Object
  extended by javax.servlet.AsyncEvent
      extended by org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
Enclosing class:
AsyncContinuation

public class AsyncContinuation.AsyncEventState
extends AsyncEvent


Constructor Summary
AsyncContinuation.AsyncEventState(ServletContext context, ServletRequest request, ServletResponse response)
           
 
Method Summary
 ServletContext getDispatchContext()
           
 String getPath()
           
 ServletContext getServletContext()
           
 ServletContext getSuspendedContext()
           
 
Methods inherited from class javax.servlet.AsyncEvent
getAsyncContext, getSuppliedRequest, getSuppliedResponse, getThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncContinuation.AsyncEventState

public AsyncContinuation.AsyncEventState(ServletContext context,
                                         ServletRequest request,
                                         ServletResponse response)
Method Detail

getSuspendedContext

public ServletContext getSuspendedContext()

getDispatchContext

public ServletContext getDispatchContext()

getServletContext

public ServletContext getServletContext()

getPath

public String getPath()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.