Uses of Interface
org.jboss.resteasy.spi.ResteasyAsynchronousContext
-
Packages that use ResteasyAsynchronousContext Package Description org.jboss.resteasy.core org.jboss.resteasy.mock org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.spi org.jboss.resteasy.util -
-
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResteasyAsynchronousContext Modifier and Type Class Description classAbstractExecutionContextclassSynchronousExecutionContext -
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.mock
Fields in org.jboss.resteasy.mock declared as ResteasyAsynchronousContext Modifier and Type Field Description protected ResteasyAsynchronousContextMockHttpRequest. asynchronousContextMethods in org.jboss.resteasy.mock that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContextMockHttpRequest. getAsyncContext()ResteasyAsynchronousContextMockHttpRequest. getAsynchronousContext()Methods in org.jboss.resteasy.mock with parameters of type ResteasyAsynchronousContext Modifier and Type Method Description voidMockHttpRequest. setAsynchronousContext(ResteasyAsynchronousContext asynchronousContext) -
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.plugins.server.servlet
Classes in org.jboss.resteasy.plugins.server.servlet that implement ResteasyAsynchronousContext Modifier and Type Class Description private classServlet3AsyncHttpRequest.Servlet3ExecutionContextFields in org.jboss.resteasy.plugins.server.servlet declared as ResteasyAsynchronousContext Modifier and Type Field Description protected ResteasyAsynchronousContextServlet3AsyncHttpRequest. asynchronousContextMethods in org.jboss.resteasy.plugins.server.servlet that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContextHttpServletInputMessage. getAsyncContext()ResteasyAsynchronousContextServlet3AsyncHttpRequest. getAsyncContext() -
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContextHttpRequest. getAsyncContext() -
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContextDelegatingHttpRequest. getAsyncContext()
-