Uses of Interface
org.jboss.resteasy.spi.ResteasyAsynchronousResponse
-
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.core
Modifier and TypeClassDescriptionclass
protected class
Modifier and TypeFieldDescriptionprotected ResteasyAsynchronousResponse
SynchronousExecutionContext.asynchronousResponse
protected ResteasyAsynchronousResponse
AsyncResponseConsumer.asyncResponse
Modifier and TypeMethodDescriptionSynchronousExecutionContext.getAsyncResponse()
SynchronousExecutionContext.suspend()
SynchronousExecutionContext.suspend
(long millis) Modifier and TypeMethodDescriptionvoid
ResourceMethodInvoker.initializeAsync
(ResteasyAsynchronousResponse asyncResponse) -
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.spi
Modifier and TypeMethodDescriptionResteasyAsynchronousContext.getAsyncResponse()
ResteasyAsynchronousContext.suspend()
ResteasyAsynchronousContext.suspend
(long millis)