Package | Description |
---|---|
net.bluemind.central.reverse.proxy.vertx | |
net.bluemind.central.reverse.proxy.vertx.impl |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
HttpProxy.responseHook(java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> responder) |
static HttpProxy |
HttpProxy.reverseProxy(io.vertx.core.http.HttpClient client) |
HttpProxy |
HttpProxy.selector(java.util.function.Function<HttpServerRequestContext,io.vertx.core.Future<io.vertx.core.net.SocketAddress>> selector) |
HttpProxy |
HttpProxy.target(int port,
java.lang.String host) |
HttpProxy |
HttpProxy.target(io.vertx.core.net.SocketAddress address) |
Modifier and Type | Class and Description |
---|---|
class |
HttpProxyImpl |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
HttpProxyImpl.responseHook(java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> responseHook) |
HttpProxy |
HttpProxyImpl.selector(java.util.function.Function<HttpServerRequestContext,io.vertx.core.Future<io.vertx.core.net.SocketAddress>> selector) |
HttpProxy |
HttpProxyImpl.target(int port,
java.lang.String host) |
HttpProxy |
HttpProxyImpl.target(io.vertx.core.net.SocketAddress address) |
Copyright © 2022. All Rights Reserved.