Class ProxyHandler
- java.lang.Object
-
- io.vertx.mutiny.ext.web.proxy.handler.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 theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<ProxyHandler>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description ProxyHandler(io.vertx.ext.web.proxy.handler.ProxyHandler delegate)ProxyHandler(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(io.vertx.mutiny.ext.web.RoutingContext item)static ProxyHandlercreate(io.vertx.mutiny.httpproxy.HttpProxy httpProxy)static ProxyHandlercreate(io.vertx.mutiny.httpproxy.HttpProxy httpProxy, int port, String host)booleanequals(Object o)io.vertx.ext.web.proxy.handler.ProxyHandlergetDelegate()voidhandle(io.vertx.mutiny.ext.web.RoutingContext arg0)inthashCode()static ProxyHandlernewInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg)StringtoString()
-
-
-
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()
-
handle
public void handle(io.vertx.mutiny.ext.web.RoutingContext arg0)
- Specified by:
handlein interfaceio.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)
-
newInstance
public static ProxyHandler newInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg)
-
-