| Package | Description |
|---|---|
| io.vertx.httpproxy | |
| io.vertx.rxjava3.httpproxy |
| Modifier and Type | Method and Description |
|---|---|
static OriginRequestProvider |
OriginRequestProvider.fixedAddress(int port,
String host)
Creates a simple provider for a fixed
port and host. |
static OriginRequestProvider |
OriginRequestProvider.fixedAddress(SocketAddress address)
Creates a simple provider for a fixed
SocketAddress. |
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 |
|---|---|
HttpProxy |
HttpProxy.origin(OriginRequestProvider provider)
Set a provider that creates the request to the origin server based on
ProxyContext. |
| Modifier and Type | Method and Description |
|---|---|
OriginRequestProvider |
OriginRequestProvider.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static OriginRequestProvider |
OriginRequestProvider.newInstance(OriginRequestProvider arg) |
| Constructor and Description |
|---|
OriginRequestProvider(OriginRequestProvider delegate) |
Copyright © 2025 Eclipse. All rights reserved.