Uses of Class
io.vertx.mutiny.httpproxy.HttpProxy
-
-
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 io.smallrye.mutiny.vertx.TypeArg<HttpProxy>HttpProxy. __TYPE_ARGMethods in io.vertx.mutiny.httpproxy that return HttpProxy Modifier and Type Method Description HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)static HttpProxyHttpProxy. newInstance(io.vertx.httpproxy.HttpProxy arg)HttpProxyHttpProxy. origin(int port, String host)HttpProxyHttpProxy. origin(io.vertx.mutiny.core.net.SocketAddress address)HttpProxyHttpProxy. originSelector(Function<io.vertx.mutiny.core.http.HttpServerRequest,io.smallrye.mutiny.Uni<io.vertx.mutiny.core.net.SocketAddress>> selector)static HttpProxyHttpProxy. reverseProxy(io.vertx.httpproxy.ProxyOptions options, io.vertx.mutiny.core.http.HttpClient client)static HttpProxyHttpProxy. reverseProxy(io.vertx.mutiny.core.http.HttpClient client)
-