spring-framework / org.springframework.web.socket.sockjs.support / AbstractSockJsService / handleRequest

handleRequest

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.