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 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, 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>