Uses of Class
io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
-
Packages that use ProxyHandler Package Description io.vertx.rxjava3.ext.web.proxy.handler -
-
Uses of ProxyHandler in io.vertx.rxjava3.ext.web.proxy.handler
Fields in io.vertx.rxjava3.ext.web.proxy.handler with type parameters of type ProxyHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ProxyHandler>
ProxyHandler. __TYPE_ARG
Methods in io.vertx.rxjava3.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(ProxyHandler arg)
-