Uses of Interface
org.jboss.resteasy.spi.ResteasyAsynchronousResponse
Packages that use ResteasyAsynchronousResponse
Package
Description
-
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
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.plugins.server.servlet
Classes in org.jboss.resteasy.plugins.server.servlet that implement ResteasyAsynchronousResponseModifier and TypeClassDescriptionprivate class
Methods in org.jboss.resteasy.plugins.server.servlet that return ResteasyAsynchronousResponseModifier and TypeMethodDescriptionServlet3AsyncHttpRequest.Servlet3ExecutionContext.getAsyncResponse()
Servlet3AsyncHttpRequest.Servlet3ExecutionContext.suspend()
Servlet3AsyncHttpRequest.Servlet3ExecutionContext.suspend
(long millis) -
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)