Package | Description |
---|---|
io.vertx.rxjava3.httpproxy |
Modifier and Type | Field and Description |
---|---|
static TypeArg<HttpProxy> |
HttpProxy.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static HttpProxy |
HttpProxy.newInstance(io.vertx.httpproxy.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(Function<HttpServerRequest,io.reactivex.rxjava3.core.Single<SocketAddress>> selector)
Set a selector that resolves the origin address based on the outbound request.
|
static HttpProxy |
HttpProxy.reverseProxy(HttpClient client)
Create a new
HttpProxy instance. |
Copyright © 2022 Eclipse. All rights reserved.