Class UndertowUpgradeRequestManager
java.lang.Object
com.tremolosecurity.proxy.undertow.UndertowUpgradeRequestManager
- All Implemented Interfaces:
HttpUpgradeRequestManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet
<io.undertow.websockets.core.WebSocketChannel> protected List
<io.undertow.websockets.core.protocol.Handshake> void
proxyWebSocket
(HttpFilterRequest req, jakarta.servlet.http.HttpServletResponse resp, String url)
-
Field Details
-
SESSION_HANDLER
- See Also:
-
-
Constructor Details
-
UndertowUpgradeRequestManager
public UndertowUpgradeRequestManager()
-
-
Method Details
-
getPeerConnections
-
proxyWebSocket
public void proxyWebSocket(HttpFilterRequest req, jakarta.servlet.http.HttpServletResponse resp, String url) throws Exception - Specified by:
proxyWebSocket
in interfaceHttpUpgradeRequestManager
- Throws:
Exception
-
handshakes
-