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 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.netty
Methods in org.jboss.resteasy.plugins.server.netty that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContextNettyHttpRequest. 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 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.plugins.server.sun.http
Methods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyAsynchronousContext Modifier and Type Method Description ResteasyAsynchronousContextHttpServerRequest. 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 ResteasyAsynchronousContextVertxHttpRequest. 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()
-