fun handleRequest(request: ServerHttpRequest, response: ServerHttpResponse, @Nullable sockJsPath: String, wsHandler: WebSocketHandler): Unit
This method determines the SockJS path and handles SockJS static URLs. Session URLs and raw WebSocket requests are delegated to abstract methods.