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