Uses of Class
org.jboss.resteasy.plugins.server.netty.RequestDispatcher
Packages that use RequestDispatcher
Package
Description
-
Uses of RequestDispatcher in org.jboss.resteasy.plugins.server.netty
Fields in org.jboss.resteasy.plugins.server.netty declared as RequestDispatcherModifier and TypeFieldDescriptionprotected final RequestDispatcher
RequestHandler.dispatcher
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.netty that return RequestDispatcherModifier and TypeMethodDescriptionprotected RequestDispatcher
NettyJaxrsServer.createRequestDispatcher()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type RequestDispatcherModifierConstructorDescriptionRequestHandler
(RequestDispatcher dispatcher) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RequestDispatcher in org.jboss.resteasy.plugins.server.netty.cdi
Subclasses of RequestDispatcher in org.jboss.resteasy.plugins.server.netty.cdiModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.use the new dependenciesMethods in org.jboss.resteasy.plugins.server.netty.cdi that return RequestDispatcherModifier and TypeMethodDescriptionprotected RequestDispatcher
CdiNettyJaxrsServer.createRequestDispatcher()
Deprecated, for removal: This API element is subject to removal in a future version.