Class RequestDispatcher

java.lang.Object
org.jboss.resteasy.plugins.server.netty.RequestDispatcher
Direct Known Subclasses:
CdiRequestDispatcher

@Deprecated(forRemoval=true, since="6.2.13.Final") public class RequestDispatcher extends Object
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 Details

    • dispatcher

      protected final SynchronousDispatcher dispatcher
      Deprecated, for removal: This API element is subject to removal in a future version.
    • providerFactory

      protected final ResteasyProviderFactory providerFactory
      Deprecated, for removal: This API element is subject to removal in a future version.
    • domain

      protected final SecurityDomain domain
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

  • Method Details

    • getDispatcher

      public SynchronousDispatcher getDispatcher()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDomain

      public SecurityDomain getDomain()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getProviderFactory

      public ResteasyProviderFactory 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