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 RequestDispatcher
RequestHandler. dispatcher
Methods in org.jboss.resteasy.plugins.server.netty that return RequestDispatcher Modifier and Type Method Description protected RequestDispatcher
NettyJaxrsServer. 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 class
CdiRequestDispatcher
A 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 RequestDispatcher
CdiNettyJaxrsServer. createRequestDispatcher()
-