Uses of Interface
io.vertx.ext.web.proxy.handler.ProxyHandler
-
Packages that use ProxyHandler Package Description io.vertx.ext.web.proxy.handler io.vertx.rxjava3.ext.web.proxy.handler -
-
Uses of ProxyHandler in io.vertx.ext.web.proxy.handler
Methods in io.vertx.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)
-
Uses of ProxyHandler in io.vertx.rxjava3.ext.web.proxy.handler
Methods in io.vertx.rxjava3.ext.web.proxy.handler that return ProxyHandler Modifier and Type Method Description ProxyHandler
ProxyHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.proxy.handler with parameters of type ProxyHandler Modifier and Type Method Description static ProxyHandler
ProxyHandler. newInstance(ProxyHandler arg)
Constructors in io.vertx.rxjava3.ext.web.proxy.handler with parameters of type ProxyHandler Constructor Description ProxyHandler(ProxyHandler delegate)
-