| Package | Description |
|---|---|
| io.vertx.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(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. |
Copyright © 2025 Eclipse. All rights reserved.