Uses of Interface
org.jboss.resteasy.spi.ResteasyAsynchronousContext
-
-
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.netty
Methods in org.jboss.resteasy.plugins.server.netty that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContext
NettyHttpRequest. getAsyncContext()
-
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.plugins.server.servlet
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.plugins.server.sun.http
Methods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContext
HttpServerRequest. getAsyncContext()
-
Uses of ResteasyAsynchronousContext in org.jboss.resteasy.plugins.server.vertx
Methods in org.jboss.resteasy.plugins.server.vertx that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContext
VertxHttpRequest. 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()
-