public interface ResteasyAsynchronousContext
Modifier and Type | Method and Description |
---|---|
ResteasyAsynchronousResponse |
getAsyncResponse() |
boolean |
isSuspended() |
ResteasyAsynchronousResponse |
suspend() |
ResteasyAsynchronousResponse |
suspend(long millis) |
ResteasyAsynchronousResponse |
suspend(long time,
TimeUnit unit) |
boolean isSuspended()
ResteasyAsynchronousResponse getAsyncResponse()
ResteasyAsynchronousResponse suspend() throws IllegalStateException
IllegalStateException
ResteasyAsynchronousResponse suspend(long millis) throws IllegalStateException
IllegalStateException
ResteasyAsynchronousResponse suspend(long time, TimeUnit unit) throws IllegalStateException
IllegalStateException
Copyright © 2019 JBoss by Red Hat. All rights reserved.