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