Uses of Interface
io.vertx.httpproxy.ProxyInterceptor
-
Packages that use ProxyInterceptor Package Description io.vertx.httpproxy io.vertx.rxjava3.httpproxy -
-
Uses of ProxyInterceptor in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return ProxyInterceptor Modifier and Type Method Description ProxyInterceptor
ProxyInterceptorBuilder. build()
Methods in io.vertx.httpproxy with parameters of type ProxyInterceptor Modifier and Type Method Description default HttpProxy
HttpProxy. addInterceptor(ProxyInterceptor interceptor)
Add an interceptor to the interceptor chain.HttpProxy
HttpProxy. addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade)
Add an interceptor to the interceptor chain. -
Uses of ProxyInterceptor in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return ProxyInterceptor Modifier and Type Method Description ProxyInterceptor
ProxyInterceptor. getDelegate()
Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyInterceptor Modifier and Type Method Description static ProxyInterceptor
ProxyInterceptor. newInstance(ProxyInterceptor arg)
Constructors in io.vertx.rxjava3.httpproxy with parameters of type ProxyInterceptor Constructor Description ProxyInterceptor(ProxyInterceptor delegate)
-