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 Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.jboss.resteasy.core.SynchronousDispatcher
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected final org.jboss.resteasy.plugins.server.embedded.SecurityDomain
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected final ResteasyProviderFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RequestDispatcher(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.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected jakarta.ws.rs.core.SecurityContext
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.jboss.resteasy.core.SynchronousDispatcher
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.jboss.resteasy.plugins.server.embedded.SecurityDomain
    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.
     
    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)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • dispatcher

      protected final org.jboss.resteasy.core.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 org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • RequestDispatcher

      public RequestDispatcher(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.
  • Method Details

    • getDispatcher

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

      public org.jboss.resteasy.plugins.server.embedded.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