Interface HttpUpgradeRequestManager
- All Known Implementing Classes:
UndertowUpgradeRequestManager
public interface HttpUpgradeRequestManager
Implementations will look to see if a GET is in fact an upgrade and manage the upgrade
- Author:
- mlb
-
Method Summary
Modifier and TypeMethodDescriptionvoid
proxyWebSocket
(HttpFilterRequest req, jakarta.servlet.http.HttpServletResponse response, String url)
-
Method Details
-
proxyWebSocket
void proxyWebSocket(HttpFilterRequest req, jakarta.servlet.http.HttpServletResponse response, String url) throws Exception - Throws:
Exception
-