public interface ProxyHandler extends io.vertx.core.Handler<RoutingContext>
Modifier and Type | Method and Description |
---|---|
static ProxyHandler |
create(io.vertx.httpproxy.HttpProxy httpProxy) |
static ProxyHandler |
create(io.vertx.httpproxy.HttpProxy httpProxy,
int port,
String host) |
static ProxyHandler create(io.vertx.httpproxy.HttpProxy httpProxy)
static ProxyHandler create(io.vertx.httpproxy.HttpProxy httpProxy, int port, String host)
Copyright © 2021 Eclipse. All rights reserved.