Class ProxyHandler
- java.lang.Object
-
- io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<RoutingContext>,Consumer<RoutingContext>
public class ProxyHandler extends Object implements io.vertx.core.Handler<RoutingContext>, Consumer<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 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(RoutingContext item)static ProxyHandlercreate(HttpProxy httpProxy)static ProxyHandlercreate(HttpProxy httpProxy, int port, String host)booleanequals(Object o)io.vertx.ext.web.proxy.handler.ProxyHandlergetDelegate()voidhandle(RoutingContext arg0)inthashCode()static ProxyHandlernewInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final 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(RoutingContext arg0)
- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>
-
create
public static ProxyHandler create(HttpProxy httpProxy)
-
create
public static ProxyHandler create(HttpProxy httpProxy, int port, String host)
-
accept
public void accept(RoutingContext item)
- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
newInstance
public static ProxyHandler newInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg)
-
-