Uses of Class
io.vertx.rxjava3.httpproxy.HttpProxy
-
Packages that use HttpProxy Package Description io.vertx.rxjava3.ext.web.proxy.handler io.vertx.rxjava3.httpproxy -
-
Uses of HttpProxy in io.vertx.rxjava3.ext.web.proxy.handler
Methods in io.vertx.rxjava3.ext.web.proxy.handler with parameters of type HttpProxy Modifier and Type Method Description static ProxyHandlerProxyHandler. create(HttpProxy httpProxy)static ProxyHandlerProxyHandler. create(HttpProxy httpProxy, int port, String host) -
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 io.vertx.lang.rx.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.HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade)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(java.util.function.Function<HttpServerRequest,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.
-