Uses of Interface
io.vertx.httpproxy.ProxyInterceptor
-
Packages that use ProxyInterceptor Package Description io.vertx.httpproxy -
-
Uses of ProxyInterceptor in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return ProxyInterceptor Modifier and Type Method Description ProxyInterceptorProxyInterceptorBuilder. build()Methods in io.vertx.httpproxy with parameters of type ProxyInterceptor Modifier and Type Method Description default HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)Add an interceptor to the interceptor chain.HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade)Add an interceptor to the interceptor chain.
-