Class ProxyHandler

java.lang.Object
io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>

public class ProxyHandler extends Object implements MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • ProxyHandler

      public ProxyHandler(io.vertx.ext.web.proxy.handler.ProxyHandler delegate)
    • ProxyHandler

      public ProxyHandler(Object delegate)
  • Method Details