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<HttpClientRequest> |
OriginRequestProvider.create(ProxyContext proxyContext)
Create the to the origin server for a given
ProxyContext . |
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<HttpClientRequest> |
OriginRequestProvider.rxCreate(ProxyContext proxyContext)
Create the to the origin server for a given
ProxyContext . |
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.
|
Modifier and Type | Method and Description |
---|---|
static OriginRequestProvider |
OriginRequestProvider.selector(java.util.function.Function<ProxyContext,Single<SocketAddress>> selector)
Creates a provider that selects the origin server based on
ProxyContext . |
Copyright © 2025 Eclipse. All rights reserved.