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 class
AbstractExecutionContext
class
SynchronousExecutionContext
-
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.mock
Fields in org.jboss.resteasy.mock declared as ResteasyAsynchronousContext Modifier and Type Field Description protected ResteasyAsynchronousContext
MockHttpRequest. asynchronousContext
Methods in org.jboss.resteasy.mock that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContext
MockHttpRequest. getAsyncContext()
ResteasyAsynchronousContext
MockHttpRequest. getAsynchronousContext()
Methods in org.jboss.resteasy.mock with parameters of type ResteasyAsynchronousContext Modifier and Type Method Description void
MockHttpRequest. 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 class
Servlet3AsyncHttpRequest.Servlet3ExecutionContext
Fields in org.jboss.resteasy.plugins.server.servlet declared as ResteasyAsynchronousContext Modifier and Type Field Description protected ResteasyAsynchronousContext
Servlet3AsyncHttpRequest. asynchronousContext
Methods in org.jboss.resteasy.plugins.server.servlet that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContext
HttpServletInputMessage. getAsyncContext()
ResteasyAsynchronousContext
Servlet3AsyncHttpRequest. getAsyncContext()
-
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContext
HttpRequest. getAsyncContext()
-
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContext
DelegatingHttpRequest. getAsyncContext()
-