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.responseHook(java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse> responder) |
HttpProxy |
HttpProxy.selector(java.util.function.Function<HttpServerRequestContext,io.vertx.core.Future<io.vertx.core.net.SocketAddress>> selector) |
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.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) |
Constructor and Description |
---|
ProxyRequestImpl(java.util.function.Function<io.vertx.core.http.HttpServerRequest,io.vertx.core.http.HttpClientRequest> provider,
HttpServerRequestContext context) |
ProxyRequestImpl(io.vertx.core.http.HttpClient client,
io.vertx.core.net.SocketAddress target,
HttpServerRequestContext context) |
Constructor and Description |
---|
LoginCookieHook(DispatchInfoMatcher<HttpServerRequestContext,java.util.Optional<Auth>> infoMatcher) |
Copyright © 2022. All Rights Reserved.