Package | Description |
---|---|
io.vertx.rxjava3.httpproxy |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HttpProxy> |
HttpProxy.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
HttpProxy.addInterceptor(ProxyInterceptor interceptor)
Add an interceptor to the interceptor chain.
|
static HttpProxy |
HttpProxy.newInstance(HttpProxy arg) |
HttpProxy |
HttpProxy.origin(int port,
String host)
Set the host name and port number of the origin.
|
HttpProxy |
HttpProxy.origin(SocketAddress address)
Set the
SocketAddress of the origin. |
HttpProxy |
HttpProxy.originSelector(java.util.function.Function<HttpServerRequest,Single<SocketAddress>> selector)
Set a selector that resolves the origin address based on the incoming HTTP request.
|
static HttpProxy |
HttpProxy.reverseProxy(HttpClient client)
Create a new
HttpProxy instance. |
static HttpProxy |
HttpProxy.reverseProxy(ProxyOptions options,
HttpClient client)
Create a new
HttpProxy instance. |
Copyright © 2023 Eclipse. All rights reserved.