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