Package io.vertx.ext.web.proxy.handler
Interface ProxyHandler
-
- All Superinterfaces:
Handler<RoutingContext>
public interface ProxyHandler extends Handler<RoutingContext>
- Author:
- Emad Alblueshi
-
-
Method Summary
Static Methods Modifier and Type Method Description static ProxyHandler
create(HttpProxy httpProxy)
static ProxyHandler
create(HttpProxy httpProxy, int port, String host)
-
-
-
Method Detail
-
create
static ProxyHandler create(HttpProxy httpProxy)
-
create
static ProxyHandler create(HttpProxy httpProxy, int port, String host)
-
-