Class RequestDispatcher
java.lang.Object
org.jboss.resteasy.plugins.server.netty.RequestDispatcher
- Direct Known Subclasses:
CdiRequestDispatcher
Helper/delegate class to unify Servlet and Filter dispatcher implementations
- Version:
- $Revision: 1 $
- Author:
- Bill Burke, Norman Maurer
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SynchronousDispatcher
protected final SecurityDomain
protected final ResteasyProviderFactory
-
Constructor Summary
ConstructorDescriptionRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) -
Method Summary
Modifier and TypeMethodDescriptionvoid
service
(io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, HttpResponse response, boolean handleNotFound)
-
Field Details
-
dispatcher
-
providerFactory
-
domain
-
-
Constructor Details
-
RequestDispatcher
public RequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)
-
-
Method Details
-
getDispatcher
-
getDomain
-
getProviderFactory
-
service
public void service(io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, HttpResponse response, boolean handleNotFound) throws IOException - Throws:
IOException
-