Class ProxyHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext>, Consumer<io.vertx.mutiny.ext.web.RoutingContext>

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

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

    • Field Detail

      • __TYPE_ARG

        public static final io.smallrye.mutiny.vertx.TypeArg<ProxyHandler> __TYPE_ARG
    • Constructor Detail

      • ProxyHandler

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

        public ProxyHandler​(Object delegate)
    • Method Detail

      • getDelegate

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

        public int hashCode()
        Overrides:
        hashCode in class Object
      • handle

        public void handle​(io.vertx.mutiny.ext.web.RoutingContext arg0)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.mutiny.ext.web.RoutingContext>
      • create

        public static ProxyHandler create​(io.vertx.mutiny.httpproxy.HttpProxy httpProxy)
      • create

        public static ProxyHandler create​(io.vertx.mutiny.httpproxy.HttpProxy httpProxy,
                                          int port,
                                          String host)
      • accept

        public void accept​(io.vertx.mutiny.ext.web.RoutingContext item)
        Specified by:
        accept in interface Consumer<io.vertx.mutiny.ext.web.RoutingContext>
      • newInstance

        public static ProxyHandler newInstance​(io.vertx.ext.web.proxy.handler.ProxyHandler arg)