Package | Description |
---|---|
net.bluemind.central.reverse.proxy.vertx | |
net.bluemind.central.reverse.proxy.vertx.impl |
Modifier and Type | Method and Description |
---|---|
static AuthMatcher<HttpServerRequestContext> |
AuthMatcher.requestMatcher() |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
HttpProxy.originSelector(java.util.function.Function<HttpServerRequestContext,io.vertx.core.Future<io.vertx.core.net.SocketAddress>> selector)
Set a selector that resolves the origin address based on the
outbound request.
|
HttpProxy |
HttpProxy.responseHook(java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> responseHook) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServerRequestContextImpl |
Modifier and Type | Method and Description |
---|---|
void |
LoginCookieHook.accept(HttpServerRequestContext context,
ProxyResponse response) |
io.vertx.core.Future<java.util.Optional<Auth>> |
RequestInfoMatcher.match(HttpServerRequestContext context) |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
HttpProxyImpl.originSelector(java.util.function.Function<HttpServerRequestContext,io.vertx.core.Future<io.vertx.core.net.SocketAddress>> selector) |
HttpProxy |
HttpProxyImpl.responseHook(java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> responseHook) |
Constructor and Description |
---|
LoginCookieHook(DispatchInfoMatcher<HttpServerRequestContext,java.util.Optional<Auth>> infoMatcher) |
Copyright © 2022. All Rights Reserved.