Uses of Interface
org.jboss.resteasy.spi.ResteasyAsynchronousResponse
Packages that use ResteasyAsynchronousResponse
-
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResteasyAsynchronousResponseModifier and TypeClassDescriptionclass
protected class
Fields in org.jboss.resteasy.core declared as ResteasyAsynchronousResponseModifier and TypeFieldDescriptionprotected ResteasyAsynchronousResponse
SynchronousExecutionContext.asynchronousResponse
protected ResteasyAsynchronousResponse
AsyncResponseConsumer.asyncResponse
Methods in org.jboss.resteasy.core that return ResteasyAsynchronousResponseModifier and TypeMethodDescriptionSynchronousExecutionContext.getAsyncResponse()
SynchronousExecutionContext.suspend()
SynchronousExecutionContext.suspend
(long millis) Methods in org.jboss.resteasy.core with parameters of type ResteasyAsynchronousResponseModifier and TypeMethodDescriptionvoid
ResourceMethodInvoker.initializeAsync
(ResteasyAsynchronousResponse asyncResponse) -
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyAsynchronousResponseModifier and TypeMethodDescriptionResteasyAsynchronousContext.getAsyncResponse()
ResteasyAsynchronousContext.suspend()
ResteasyAsynchronousContext.suspend
(long millis)