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 TypeClassDescriptionclassprotected classFields in org.jboss.resteasy.core declared as ResteasyAsynchronousResponseModifier and TypeFieldDescriptionprotected ResteasyAsynchronousResponseSynchronousExecutionContext.asynchronousResponseMethods 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 TypeMethodDescriptionvoidResourceMethodInvoker.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 classMethods 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)