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, wait
complete, executeAsyncIo, executeBlockingIo, getAsyncResponse, isSuspended, suspend, suspend, suspend
protected SynchronousDispatcher dispatcher
protected HttpRequest request
protected HttpResponse response
protected AbstractExecutionContext(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response)
public void initialRequestStarted()
initialRequestStarted
in interface ResteasyAsynchronousContext
public boolean isOnInitialRequest()
isOnInitialRequest
in interface ResteasyAsynchronousContext
public void initialRequestEnded()
initialRequestEnded
in interface ResteasyAsynchronousContext
Copyright © 2020 JBoss by Red Hat. All rights reserved.