org.eclipse.jetty.server
Class AsyncContinuation.AsyncEventState
java.lang.Object
org.eclipse.jetty.util.thread.Timeout.Task
org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- AsyncContinuation
public class AsyncContinuation.AsyncEventState
- extends Timeout.Task
- implements Runnable
Constructor Summary |
AsyncContinuation.AsyncEventState(javax.servlet.ServletContext context,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncContinuation.AsyncEventState
public AsyncContinuation.AsyncEventState(javax.servlet.ServletContext context,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
getSuspendedContext
public javax.servlet.ServletContext getSuspendedContext()
getDispatchContext
public javax.servlet.ServletContext getDispatchContext()
getServletContext
public javax.servlet.ServletContext getServletContext()
getRequest
public javax.servlet.ServletRequest getRequest()
getResponse
public javax.servlet.ServletResponse getResponse()
getPath
public String getPath()
expired
public void expired()
- Description copied from class:
Timeout.Task
- Expire task.
This method is called when the timeout expires. It is called
outside of any synchronization scope and may be delayed.
- Overrides:
expired
in class Timeout.Task
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.