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_ARGMethods in io.vertx.mutiny.ext.web.proxy.handler that return ProxyHandler Modifier and Type Method Description static ProxyHandlerProxyHandler. create(HttpProxy httpProxy)static ProxyHandlerProxyHandler. create(HttpProxy httpProxy, int port, String host)static ProxyHandlerProxyHandler. newInstance(io.vertx.ext.web.proxy.handler.ProxyHandler arg) 
 -