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 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.
-