public interface ResteasyAsynchronousContext
| Modifier and Type | Method and Description |
|---|---|
ResteasyAsynchronousResponse |
getAsyncResponse() |
boolean |
isSuspended() |
AsyncResponse |
suspend() |
AsyncResponse |
suspend(long millis) |
AsyncResponse |
suspend(long time,
TimeUnit unit) |
boolean isSuspended()
ResteasyAsynchronousResponse getAsyncResponse()
AsyncResponse suspend() throws IllegalStateException
IllegalStateExceptionAsyncResponse suspend(long millis) throws IllegalStateException
IllegalStateExceptionAsyncResponse suspend(long time, TimeUnit unit) throws IllegalStateException
IllegalStateExceptionCopyright © 2013. All rights reserved.