Uses of Interface
org.jboss.resteasy.spi.ResteasyAsynchronousResponse
-
Packages that use ResteasyAsynchronousResponse Package Description org.jboss.resteasy.core org.jboss.resteasy.plugins.server.servlet 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 classAbstractAsynchronousResponseprotected classSynchronousExecutionContext.SynchronousAsynchronousResponseFields in org.jboss.resteasy.core declared as ResteasyAsynchronousResponse Modifier and Type Field Description protected ResteasyAsynchronousResponseSynchronousExecutionContext. asynchronousResponseMethods in org.jboss.resteasy.core that return ResteasyAsynchronousResponse Modifier and Type Method Description ResteasyAsynchronousResponseSynchronousExecutionContext. getAsyncResponse()ResteasyAsynchronousResponseSynchronousExecutionContext. suspend()ResteasyAsynchronousResponseSynchronousExecutionContext. suspend(long millis)ResteasyAsynchronousResponseSynchronousExecutionContext. suspend(long time, java.util.concurrent.TimeUnit unit)Methods in org.jboss.resteasy.core with parameters of type ResteasyAsynchronousResponse Modifier and Type Method Description voidResourceMethodInvoker. initializeAsync(ResteasyAsynchronousResponse asyncResponse) -
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.plugins.server.servlet
Classes in org.jboss.resteasy.plugins.server.servlet that implement ResteasyAsynchronousResponse Modifier and Type Class Description private classServlet3AsyncHttpRequest.Servlet3ExecutionContext.Servle3AsychronousResponseMethods in org.jboss.resteasy.plugins.server.servlet that return ResteasyAsynchronousResponse Modifier and Type Method Description ResteasyAsynchronousResponseServlet3AsyncHttpRequest.Servlet3ExecutionContext. getAsyncResponse()ResteasyAsynchronousResponseServlet3AsyncHttpRequest.Servlet3ExecutionContext. suspend()ResteasyAsynchronousResponseServlet3AsyncHttpRequest.Servlet3ExecutionContext. suspend(long millis)ResteasyAsynchronousResponseServlet3AsyncHttpRequest.Servlet3ExecutionContext. suspend(long time, java.util.concurrent.TimeUnit unit) -
Uses of ResteasyAsynchronousResponse in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyAsynchronousResponse Modifier and Type Method Description ResteasyAsynchronousResponseResteasyAsynchronousContext. getAsyncResponse()ResteasyAsynchronousResponseResteasyAsynchronousContext. suspend()ResteasyAsynchronousResponseResteasyAsynchronousContext. suspend(long millis)ResteasyAsynchronousResponseResteasyAsynchronousContext. suspend(long time, java.util.concurrent.TimeUnit unit)
-