Class VertxRequestHandler

java.lang.Object
org.jboss.resteasy.plugins.server.vertx.VertxRequestHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>

@Deprecated(forRemoval=true, since="6.2.13.Final") public class VertxRequestHandler extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
Author:
Julien Viet
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final RequestDispatcher
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    VertxRequestHandler(io.vertx.core.Vertx vertx, RequestDispatcher dispatcher, String servletMappingPrefix)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, 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
    void
    handle(io.vertx.core.http.HttpServerRequest request)
    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 RequestDispatcher dispatcher
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • VertxRequestHandler

      public VertxRequestHandler(io.vertx.core.Vertx vertx, RequestDispatcher dispatcher, String servletMappingPrefix)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VertxRequestHandler

      public VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VertxRequestHandler

      public VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VertxRequestHandler

      public VertxRequestHandler(io.vertx.core.Vertx vertx, ResteasyDeployment deployment)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • handle

      public void handle(io.vertx.core.http.HttpServerRequest request)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>