Class ProxyHandler
- java.lang.Object
-
- io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
-
- All Implemented Interfaces:
Handler<RoutingContext>
public class ProxyHandler extends Object implements Handler<RoutingContext>
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ProxyHandler>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description ProxyHandler(ProxyHandler delegate)
ProxyHandler(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyHandler
create(HttpProxy httpProxy)
static ProxyHandler
create(HttpProxy httpProxy, int port, String host)
boolean
equals(Object o)
ProxyHandler
getDelegate()
void
handle(RoutingContext event)
Something has happened, so handle it.int
hashCode()
static ProxyHandler
newInstance(ProxyHandler arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<ProxyHandler> __TYPE_ARG
-
-
Constructor Detail
-
ProxyHandler
public ProxyHandler(ProxyHandler delegate)
-
ProxyHandler
public ProxyHandler(Object delegate)
-
-
Method Detail
-
getDelegate
public ProxyHandler getDelegate()
-
handle
public void handle(RoutingContext event)
Something has happened, so handle it.- Specified by:
handle
in interfaceHandler<RoutingContext>
- Parameters:
event
- the event to handle
-
create
public static ProxyHandler create(HttpProxy httpProxy)
-
create
public static ProxyHandler create(HttpProxy httpProxy, int port, String host)
-
newInstance
public static ProxyHandler newInstance(ProxyHandler arg)
-
-