public abstract class AbstractExecutionContext extends Object implements ResteasyAsynchronousContext
| Modifier and Type | Field and Description |
|---|---|
protected SynchronousDispatcher |
dispatcher |
protected HttpRequest |
request |
protected HttpResponse |
response |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExecutionContext(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialRequestEnded() |
void |
initialRequestStarted() |
boolean |
isOnInitialRequest() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomplete, executeAsyncIo, executeBlockingIo, getAsyncResponse, isSuspended, suspend, suspend, suspendprotected SynchronousDispatcher dispatcher
protected HttpRequest request
protected HttpResponse response
protected AbstractExecutionContext(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response)
public void initialRequestStarted()
initialRequestStarted in interface ResteasyAsynchronousContextpublic boolean isOnInitialRequest()
isOnInitialRequest in interface ResteasyAsynchronousContextpublic void initialRequestEnded()
initialRequestEnded in interface ResteasyAsynchronousContextCopyright © 2020 JBoss by Red Hat. All rights reserved.