Package org.jboss.resteasy.spi
Interface ResteasyAsynchronousContext
- All Known Implementing Classes:
AbstractExecutionContext
,Servlet3AsyncHttpRequest.Servlet3ExecutionContext
,SynchronousExecutionContext
public interface ResteasyAsynchronousContext
- Version:
- $Revision: 1 $
-
Method Details
-
isSuspended
boolean isSuspended() -
getAsyncResponse
ResteasyAsynchronousResponse getAsyncResponse() -
suspend
- Throws:
IllegalStateException
-
suspend
- Throws:
IllegalStateException
-
suspend
- Throws:
IllegalStateException
-