| Package | Description |
|---|---|
| io.vertx.rxjava3.httpproxy |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<ProxyContext> |
ProxyContext.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static ProxyContext |
ProxyContext.newInstance(io.vertx.httpproxy.ProxyContext arg) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<ProxyResponse> |
ProxyInterceptor.handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
io.reactivex.rxjava3.core.Completable |
ProxyInterceptor.handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
io.reactivex.rxjava3.core.Single<ProxyResponse> |
ProxyInterceptor.rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
io.reactivex.rxjava3.core.Completable |
ProxyInterceptor.rxHandleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
Copyright © 2022 Eclipse. All rights reserved.