Uses of Interface
org.jboss.resteasy.spi.ResteasyAsynchronousResponse
-
Packages that use ResteasyAsynchronousResponse Package Description org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResteasyAsynchronousResponse Modifier and Type Class Description class
AbstractAsynchronousResponse
protected class
SynchronousExecutionContext.SynchronousAsynchronousResponse
Fields in org.jboss.resteasy.core declared as ResteasyAsynchronousResponse Modifier and Type Field Description protected ResteasyAsynchronousResponse
SynchronousExecutionContext. asynchronousResponse
protected ResteasyAsynchronousResponse
AsyncResponseConsumer. asyncResponse
Methods in org.jboss.resteasy.core that return ResteasyAsynchronousResponse Modifier and Type Method Description ResteasyAsynchronousResponse
SynchronousExecutionContext. getAsyncResponse()
ResteasyAsynchronousResponse
SynchronousExecutionContext. suspend()
ResteasyAsynchronousResponse
SynchronousExecutionContext. suspend(long millis)
ResteasyAsynchronousResponse
SynchronousExecutionContext. suspend(long time, TimeUnit unit)
Methods in org.jboss.resteasy.core with parameters of type ResteasyAsynchronousResponse Modifier and Type Method Description void
ResourceMethodInvoker. initializeAsync(ResteasyAsynchronousResponse asyncResponse)
-
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyAsynchronousResponse Modifier and Type Method Description ResteasyAsynchronousResponse
ResteasyAsynchronousContext. getAsyncResponse()
ResteasyAsynchronousResponse
ResteasyAsynchronousContext. suspend()
ResteasyAsynchronousResponse
ResteasyAsynchronousContext. suspend(long millis)
ResteasyAsynchronousResponse
ResteasyAsynchronousContext. suspend(long time, TimeUnit unit)
-