Package | Description |
---|---|
io.vertx.rxjava3.httpproxy |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ProxyContext> |
ProxyContext.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static ProxyContext |
ProxyContext.newInstance(ProxyContext arg) |
Modifier and Type | Method and 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.
|
Copyright © 2022 Eclipse. All rights reserved.