public class RequestDispatcher extends Object
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
dispatcher |
protected SecurityDomain |
domain |
protected ResteasyProviderFactory |
providerFactory |
Constructor and Description |
---|
RequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
getDispatcher() |
SecurityDomain |
getDomain() |
ResteasyProviderFactory |
getProviderFactory() |
void |
service(org.jboss.netty.channel.ChannelHandlerContext ctx,
HttpRequest request,
HttpResponse response,
boolean handleNotFound) |
protected final SynchronousDispatcher dispatcher
protected final ResteasyProviderFactory providerFactory
protected final SecurityDomain domain
public RequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)
public SynchronousDispatcher getDispatcher()
public SecurityDomain getDomain()
public ResteasyProviderFactory getProviderFactory()
public void service(org.jboss.netty.channel.ChannelHandlerContext ctx, HttpRequest request, HttpResponse response, boolean handleNotFound) throws IOException
IOException
Copyright © 2015 JBoss by Red Hat. All rights reserved.