Class RequestDispatcher

java.lang.Object
org.jboss.resteasy.plugins.server.vertx.RequestDispatcher

@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 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.vertx.core.Context context, io.vertx.core.http.HttpServerRequest req, io.vertx.core.http.HttpServerResponse resp, HttpRequest vertxReq, HttpResponse vertxResp, boolean handleNotFound) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • authenticate

      protected jakarta.ws.rs.core.SecurityContext authenticate(HttpRequest request, HttpResponse response) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException