org.eclipse.jetty.server
类 AsyncContinuation.AsyncEventState

java.lang.Object
  继承者 javax.servlet.AsyncEvent
      继承者 org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
包容类:
AsyncContinuation

public class AsyncContinuation.AsyncEventState
extends AsyncEvent


构造方法摘要
AsyncContinuation.AsyncEventState(ServletContext context, ServletRequest request, ServletResponse response)
           
 
方法摘要
 ServletContext getDispatchContext()
           
 String getPath()
           
 ServletContext getServletContext()
           
 ServletContext getSuspendedContext()
           
 
从类 javax.servlet.AsyncEvent 继承的方法
getAsyncContext, getSuppliedRequest, getSuppliedResponse, getThrowable
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AsyncContinuation.AsyncEventState

public AsyncContinuation.AsyncEventState(ServletContext context,
                                         ServletRequest request,
                                         ServletResponse response)
方法详细信息

getSuspendedContext

public ServletContext getSuspendedContext()

getDispatchContext

public ServletContext getDispatchContext()

getServletContext

public ServletContext getServletContext()

getPath

public String getPath()
返回:
The path in the context


Copyright © 2013. All Rights Reserved.