Uses of Class
io.vertx.mutiny.httpproxy.HttpProxy
-
Packages that use HttpProxy Package Description io.vertx.mutiny.ext.web.proxy.handler io.vertx.mutiny.httpproxy -
-
Uses of HttpProxy in io.vertx.mutiny.ext.web.proxy.handler
Methods in io.vertx.mutiny.ext.web.proxy.handler with parameters of type HttpProxy Modifier and Type Method Description static ProxyHandler
ProxyHandler. create(HttpProxy httpProxy)
static ProxyHandler
ProxyHandler. create(HttpProxy httpProxy, int port, String host)
-
Uses of HttpProxy in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type HttpProxy Modifier and Type Field Description static TypeArg<HttpProxy>
HttpProxy. __TYPE_ARG
Methods in io.vertx.mutiny.httpproxy that return HttpProxy Modifier and Type Method Description HttpProxy
HttpProxy. addInterceptor(ProxyInterceptor interceptor)
static HttpProxy
HttpProxy. newInstance(io.vertx.httpproxy.HttpProxy arg)
HttpProxy
HttpProxy. origin(int port, String host)
HttpProxy
HttpProxy. origin(SocketAddress address)
HttpProxy
HttpProxy. originSelector(Function<HttpServerRequest,io.smallrye.mutiny.Uni<SocketAddress>> selector)
static HttpProxy
HttpProxy. reverseProxy(io.vertx.httpproxy.ProxyOptions options, HttpClient client)
static HttpProxy
HttpProxy. reverseProxy(HttpClient client)
-