Uses of Interface
io.vertx.httpproxy.ProxyContext
Packages that use ProxyContext
-
Uses of ProxyContext in io.vertx.httpproxy
Methods in io.vertx.httpproxy with parameters of type ProxyContextModifier and TypeMethodDescriptionOriginRequestProvider.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.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 ProxyContextModifier and TypeMethodDescriptionstatic OriginRequestProviderOriginRequestProvider.selector(Function<ProxyContext, Future<SocketAddress>> selector) Creates a provider that selects the origin server based onProxyContext. -
Uses of ProxyContext in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return ProxyContextMethods in io.vertx.rxjava3.httpproxy with parameters of type ProxyContextConstructors in io.vertx.rxjava3.httpproxy with parameters of type ProxyContext