Uses of Class
io.vertx.rxjava3.httpproxy.ProxyInterceptor
-
Packages that use ProxyInterceptor Package Description io.vertx.rxjava3.httpproxy -
-
Uses of ProxyInterceptor in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type ProxyInterceptor Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ProxyInterceptor>
ProxyInterceptor. __TYPE_ARG
Methods in io.vertx.rxjava3.httpproxy that return ProxyInterceptor Modifier and Type Method Description ProxyInterceptor
ProxyInterceptorBuilder. build()
static ProxyInterceptor
ProxyInterceptor. newInstance(ProxyInterceptor arg)
Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyInterceptor Modifier and Type Method Description 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.
-