Package org.jboss.resteasy.core
Class AbstractExecutionContext
java.lang.Object
org.jboss.resteasy.core.AbstractExecutionContext
- All Implemented Interfaces:
ResteasyAsynchronousContext
- Direct Known Subclasses:
Servlet3AsyncHttpRequest.Servlet3ExecutionContext
,SynchronousExecutionContext
public abstract class AbstractExecutionContext
extends Object
implements ResteasyAsynchronousContext
- Version:
- $Revision: 1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SynchronousDispatcher
protected HttpRequest
protected HttpResponse
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractExecutionContext
(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.spi.ResteasyAsynchronousContext
getAsyncResponse, isSuspended, suspend, suspend, suspend
-
Field Details
-
dispatcher
-
request
-
response
-
-
Constructor Details
-
AbstractExecutionContext
protected AbstractExecutionContext(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response)
-