Uses of Interface
io.vertx.httpproxy.HttpProxy
-
Packages that use HttpProxy Package Description io.vertx.httpproxy -
-
Uses of HttpProxy in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return HttpProxy Modifier and Type Method Description HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)Add an interceptor to the interceptor chain.default HttpProxyHttpProxy. origin(int port, String host)Set the host name and port number of the origin.default HttpProxyHttpProxy. origin(SocketAddress address)Set theSocketAddressof the origin.HttpProxyHttpProxy. originRequestProvider(BiFunction<HttpServerRequest,HttpClient,Future<HttpClientRequest>> provider)Set a provider that creates the request to the origin server based the incoming HTTP request.default HttpProxyHttpProxy. originSelector(Function<HttpServerRequest,Future<SocketAddress>> selector)Set a selector that resolves the origin address based on the incoming HTTP request.static HttpProxyHttpProxy. reverseProxy(HttpClient client)Create a newHttpProxyinstance.static HttpProxyHttpProxy. reverseProxy(ProxyOptions options, HttpClient client)Create a newHttpProxyinstance.
-