Class HttpServerRequestHandler

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

    public abstract class HttpServerRequestHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
    • Constructor Detail

      • HttpServerRequestHandler

        protected HttpServerRequestHandler​(io.vertx.core.Vertx vertx)
    • Method Detail

      • handle

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