Uses of Interface
io.vertx.httpproxy.interceptors.QueryInterceptor
-
Packages that use QueryInterceptor Package Description io.vertx.rxjava3.httpproxy.interceptors -
-
Uses of QueryInterceptor in io.vertx.rxjava3.httpproxy.interceptors
Methods in io.vertx.rxjava3.httpproxy.interceptors that return QueryInterceptor Modifier and Type Method Description QueryInterceptor
QueryInterceptor. getDelegate()
Methods in io.vertx.rxjava3.httpproxy.interceptors with parameters of type QueryInterceptor Modifier and Type Method Description static QueryInterceptor
QueryInterceptor. newInstance(QueryInterceptor arg)
Constructors in io.vertx.rxjava3.httpproxy.interceptors with parameters of type QueryInterceptor Constructor Description QueryInterceptor(QueryInterceptor delegate)
-