@Vetoed public class CdiRequestDispatcher extends RequestDispatcher
dispatcher, domain, providerFactory| Constructor and Description |
|---|
CdiRequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
CdiRequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain,
javax.enterprise.inject.Instance<Object> cdi) |
| Modifier and Type | Method and Description |
|---|---|
void |
service(io.netty.channel.ChannelHandlerContext ctx,
HttpRequest request,
HttpResponse response,
boolean handleNotFound) |
getDispatcher, getDomain, getProviderFactorypublic CdiRequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)
public CdiRequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, javax.enterprise.inject.Instance<Object> cdi)
public void service(io.netty.channel.ChannelHandlerContext ctx,
HttpRequest request,
HttpResponse response,
boolean handleNotFound)
throws IOException
service in class RequestDispatcherIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.