Uses of Interface
io.vertx.httpproxy.ProxyContext
-
Packages that use ProxyContext Package Description io.vertx.httpproxy io.vertx.rxjava3.httpproxy -
-
Uses of ProxyContext in io.vertx.httpproxy
Methods in io.vertx.httpproxy with parameters of type ProxyContext Modifier and Type Method Description 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. -
Uses of ProxyContext in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return ProxyContext Modifier and Type Method Description ProxyContextProxyContext. getDelegate()Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyContext Modifier and Type Method Description static ProxyContextProxyContext. newInstance(ProxyContext arg)Constructors in io.vertx.rxjava3.httpproxy with parameters of type ProxyContext Constructor Description ProxyContext(ProxyContext delegate)
-