org.eclipse.jetty.server
Class AsyncContinuation.AsyncEventState

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

public class AsyncContinuation.AsyncEventState
extends Object


Constructor Summary
AsyncContinuation.AsyncEventState(ServletContext context, ServletRequest request, ServletResponse response)
           
 
Method Summary
 ServletContext getDispatchContext()
           
 String getPath()
           
 ServletRequest getRequest()
           
 ServletResponse getResponse()
           
 ServletContext getServletContext()
           
 ServletContext getSuspendedContext()
           
 
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()

getRequest

public ServletRequest getRequest()

getResponse

public ServletResponse getResponse()

getPath

public String getPath()


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