public class ProxyHandler extends Object implements Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ProxyHandler> |
__TYPE_ARG |
Constructor and Description |
---|
ProxyHandler(Object delegate) |
ProxyHandler(ProxyHandler delegate) |
Modifier and Type | Method and 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() |
public static final io.vertx.lang.rx.TypeArg<ProxyHandler> __TYPE_ARG
public ProxyHandler(ProxyHandler delegate)
public ProxyHandler(Object delegate)
public ProxyHandler getDelegate()
public void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
event
- the event to handlepublic static ProxyHandler create(HttpProxy httpProxy)
public static ProxyHandler create(HttpProxy httpProxy, int port, String host)
public static ProxyHandler newInstance(ProxyHandler arg)
Copyright © 2024 Eclipse. All rights reserved.