Uses of Interface
io.vertx.httpproxy.OriginRequestProvider
-
Packages that use OriginRequestProvider Package Description io.vertx.httpproxy -
-
Uses of OriginRequestProvider in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return OriginRequestProvider Modifier and Type Method Description static OriginRequestProviderOriginRequestProvider. fixedAddress(int port, String host)Creates a simple provider for a fixedportandhost.static OriginRequestProviderOriginRequestProvider. fixedAddress(SocketAddress address)Creates a simple provider for a fixedSocketAddress.static OriginRequestProviderOriginRequestProvider. selector(Function<ProxyContext,Future<SocketAddress>> selector)Creates a provider that selects the origin server based onProxyContext.Methods in io.vertx.httpproxy with parameters of type OriginRequestProvider Modifier and Type Method Description HttpProxyHttpProxy. origin(OriginRequestProvider provider)Set a provider that creates the request to the origin server based onProxyContext.
-