Uses of Class
io.vertx.rxjava3.httpproxy.ProxyContext
-
Packages that use ProxyContext Package Description io.vertx.rxjava3.httpproxy io.vertx.rxjava3.httpproxy.interceptors -
-
Uses of ProxyContext in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type ProxyContext Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ProxyContext>
ProxyContext. __TYPE_ARG
Methods in io.vertx.rxjava3.httpproxy that return ProxyContext Modifier and Type Method Description static ProxyContext
ProxyContext. newInstance(ProxyContext arg)
Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyContext Modifier and Type Method Description Single<ProxyResponse>
ProxyInterceptor. handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.Completable
ProxyInterceptor. handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.Single<ProxyResponse>
ProxyInterceptor. rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.Completable
ProxyInterceptor. rxHandleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor. -
Uses of ProxyContext in io.vertx.rxjava3.httpproxy.interceptors
Methods in io.vertx.rxjava3.httpproxy.interceptors with parameters of type ProxyContext Modifier and Type Method Description Single<ProxyResponse>
HeadInterceptor. handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.Completable
HeadInterceptor. handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.Single<ProxyResponse>
HeadInterceptor. rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.Completable
HeadInterceptor. rxHandleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
-