Package | Description |
---|---|
net.bluemind.central.reverse.proxy.vertx | |
net.bluemind.central.reverse.proxy.vertx.impl |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.add(java.lang.String host,
CloseableSession session) |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
HttpProxy.originSelector(java.util.function.Function<HttpServerRequestContext,io.vertx.core.Future<CloseableSession>> selector)
Set a selector that resolves the origin address based on the
outbound request.
|
WebSocketProxy |
WebSocketProxy.originSelector(java.util.function.Function<io.vertx.core.http.ServerWebSocket,io.vertx.core.Future<CloseableSession>> selector) |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<CloseableSession> |
DownstreamSelector.apply(T context) |
Modifier and Type | Method and Description |
---|---|
void |
CachingSessionManager.add(java.lang.String host,
CloseableSession session) |
Modifier and Type | Method and Description |
---|---|
HttpProxy |
HttpProxyImpl.originSelector(java.util.function.Function<HttpServerRequestContext,io.vertx.core.Future<CloseableSession>> selector) |
WebSocketProxy |
WebSocketProxyImpl.originSelector(java.util.function.Function<io.vertx.core.http.ServerWebSocket,io.vertx.core.Future<CloseableSession>> selector) |
Copyright © 2023. All Rights Reserved.