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 default HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)Add an interceptor to the interceptor chain.HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade)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. origin(OriginRequestProvider provider)Set a provider that creates the request to the origin server based onProxyContext.static HttpProxyHttpProxy. reverseProxy(HttpClient client)Create a newHttpProxyinstance.static HttpProxyHttpProxy. reverseProxy(ProxyOptions options, HttpClient client)Create a newHttpProxyinstance.
-