Uses of Class
io.vertx.rxjava3.httpproxy.HttpProxy
-
Packages that use HttpProxy Package Description io.vertx.rxjava3.httpproxy -
-
Uses of HttpProxy in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type HttpProxy Modifier and Type Field Description static TypeArg<HttpProxy>HttpProxy. __TYPE_ARGMethods in io.vertx.rxjava3.httpproxy that return HttpProxy Modifier and Type Method Description HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)Add an interceptor to the interceptor chain.static HttpProxyHttpProxy. newInstance(HttpProxy arg)HttpProxyHttpProxy. origin(int port, String host)Set the host name and port number of the origin.HttpProxyHttpProxy. origin(SocketAddress address)Set theSocketAddressof the origin.HttpProxyHttpProxy. originSelector(Function<HttpServerRequest,io.reactivex.rxjava3.core.Single<SocketAddress>> selector)Set a selector that resolves the origin address based on the incoming HTTP request.static HttpProxyHttpProxy. reverseProxy(ProxyOptions options, HttpClient client)Create a newHttpProxyinstance.static HttpProxyHttpProxy. reverseProxy(HttpClient client)Create a newHttpProxyinstance.
-