Uses of Class
io.vertx.mutiny.ext.web.proxy.handler.ProxyHandler
-
Packages that use ProxyHandler Package Description io.vertx.mutiny.ext.web.proxy.handler -
-
Uses of ProxyHandler in io.vertx.mutiny.ext.web.proxy.handler
Fields in io.vertx.mutiny.ext.web.proxy.handler with type parameters of type ProxyHandler Modifier and Type Field Description static TypeArg<ProxyHandler>
ProxyHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.proxy.handler that return ProxyHandler Modifier and Type Method Description static ProxyHandler
ProxyHandler. create(HttpProxy httpProxy)
static ProxyHandler
ProxyHandler. create(HttpProxy httpProxy, int port, String host)
static ProxyHandler
ProxyHandler. newInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg)
-