Class CdiRequestDispatcher

java.lang.Object
org.jboss.resteasy.plugins.server.netty.RequestDispatcher
org.jboss.resteasy.plugins.server.netty.cdi.CdiRequestDispatcher

@Deprecated(forRemoval=true, since="6.2.13.Final") @Vetoed public class CdiRequestDispatcher extends RequestDispatcher
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
A request dispatcher that starts a RequestContext during invocation.
  • Constructor Details

    • CdiRequestDispatcher

      public CdiRequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CdiRequestDispatcher

      public CdiRequestDispatcher(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain, jakarta.enterprise.inject.Instance<Object> cdi)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details