Package | Description |
---|---|
io.vertx.httpproxy | |
io.vertx.rxjava3.httpproxy |
Modifier and Type | Method and Description |
---|---|
Future<HttpClientRequest> |
OriginRequestProvider.create(ProxyContext proxyContext)
Create the
HttpClientRequest to the origin server for a given ProxyContext . |
default Future<ProxyResponse> |
ProxyInterceptor.handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
default Future<Void> |
ProxyInterceptor.handleProxyResponse(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,Future<SocketAddress>> selector)
Creates a provider that selects the origin server based on
ProxyContext . |
Modifier and Type | Method and Description |
---|---|
ProxyContext |
ProxyContext.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ProxyContext |
ProxyContext.newInstance(ProxyContext arg) |
Constructor and Description |
---|
ProxyContext(ProxyContext delegate) |
Copyright © 2025 Eclipse. All rights reserved.