Uses of Interface
io.vertx.httpproxy.ProxyContext
-
Packages that use ProxyContext Package Description io.vertx.httpproxy -
-
Uses of ProxyContext in io.vertx.httpproxy
Methods in io.vertx.httpproxy with parameters of type ProxyContext Modifier and Type Method Description Future<HttpClientRequest>OriginRequestProvider. create(ProxyContext proxyContext)Create theHttpClientRequestto the origin server for a givenProxyContext.default Future<ProxyResponse>ProxyInterceptor. handleProxyRequest(ProxyContext context)Handle the proxy request at the stage of this interceptor.default Future<Void>ProxyInterceptor. handleProxyResponse(ProxyContext context)Handle the proxy response at the stage of this interceptor.Method parameters in io.vertx.httpproxy with type arguments of type ProxyContext Modifier and Type Method Description static OriginRequestProviderOriginRequestProvider. selector(Function<ProxyContext,Future<SocketAddress>> selector)Creates a provider that selects the origin server based onProxyContext.
-