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