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 theoriginal
non 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 void
accept(RoutingContext item)
static ProxyHandler
create(HttpProxy httpProxy)
static ProxyHandler
create(HttpProxy httpProxy, int port, String host)
boolean
equals(Object o)
io.vertx.ext.web.proxy.handler.ProxyHandler
getDelegate()
void
handle(RoutingContext arg0)
int
hashCode()
static ProxyHandler
newInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg)
String
toString()
-
-
-
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:
handle
in 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:
accept
in interfaceConsumer<RoutingContext>
-
newInstance
public static ProxyHandler newInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg)
-
-