Class VertxRequestHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>

    public class VertxRequestHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
    Author:
    Julien Viet
    • Constructor Detail

      • VertxRequestHandler

        public VertxRequestHandler​(io.vertx.core.Vertx vertx,
                                   ResteasyDeployment deployment,
                                   String servletMappingPrefix)
      • VertxRequestHandler

        public VertxRequestHandler​(io.vertx.core.Vertx vertx,
                                   ResteasyDeployment deployment)
    • Method Detail

      • handle

        public void handle​(io.vertx.core.http.HttpServerRequest request)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>