Uses of Class
org.jboss.resteasy.plugins.server.netty.RequestDispatcher
-
Packages that use RequestDispatcher Package Description org.jboss.resteasy.plugins.server.netty org.jboss.resteasy.plugins.server.netty.cdi -
-
Uses of RequestDispatcher in org.jboss.resteasy.plugins.server.netty
Fields in org.jboss.resteasy.plugins.server.netty declared as RequestDispatcher Modifier and Type Field Description protected RequestDispatcherRequestHandler. dispatcherMethods in org.jboss.resteasy.plugins.server.netty that return RequestDispatcher Modifier and Type Method Description protected RequestDispatcherNettyJaxrsServer. createRequestDispatcher()Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type RequestDispatcher Constructor Description RequestHandler(RequestDispatcher dispatcher) -
Uses of RequestDispatcher in org.jboss.resteasy.plugins.server.netty.cdi
Subclasses of RequestDispatcher in org.jboss.resteasy.plugins.server.netty.cdi Modifier and Type Class Description classCdiRequestDispatcherA request dispatcher that starts a RequestContext during invocation.Methods in org.jboss.resteasy.plugins.server.netty.cdi that return RequestDispatcher Modifier and Type Method Description protected RequestDispatcherCdiNettyJaxrsServer. createRequestDispatcher()
-