Class RequestDispatcher
java.lang.Object
org.jboss.resteasy.plugins.server.netty.RequestDispatcher
- Direct Known Subclasses:
 CdiRequestDispatcher
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
Helper/delegate class to unify Servlet and Filter dispatcher implementations
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke, Norman Maurer
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SynchronousDispatcherDeprecated, for removal: This API element is subject to removal in a future version.protected final SecurityDomainDeprecated, for removal: This API element is subject to removal in a future version.protected final ResteasyProviderFactoryDeprecated, for removal: This API element is subject to removal in a future version. - 
Constructor Summary
ConstructorsConstructorDescriptionRequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidservice(io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, HttpResponse response, boolean handleNotFound) Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Field Details
- 
dispatcher
Deprecated, for removal: This API element is subject to removal in a future version. - 
providerFactory
Deprecated, for removal: This API element is subject to removal in a future version. - 
domain
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Constructor Details
- 
RequestDispatcher
public RequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Method Details
- 
getDispatcher
Deprecated, for removal: This API element is subject to removal in a future version. - 
getDomain
Deprecated, for removal: This API element is subject to removal in a future version. - 
getProviderFactory
Deprecated, for removal: This API element is subject to removal in a future version. - 
service
public void service(io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, HttpResponse response, boolean handleNotFound) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
 IOException
 
 -