Class RemoteSyncHandler

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

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

      • RemoteSyncHandler

        public RemoteSyncHandler​(String password,
                                 io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next,
                                 io.quarkus.dev.spi.HotReplacementContext hotReplacementContext)
    • Method Detail

      • doPreScan

        public static void doPreScan()
      • handle

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

        public void close()