Uses of Interface
org.springframework.web.reactive.socket.server.WebSocketService
Packages that use WebSocketService Package Description org.springframework.web.reactive.socket.server.support Server-side support classes for WebSocket requests.Uses of WebSocketService in org.springframework.web.reactive.socket.server.support
Classes in org.springframework.web.reactive.socket.server.support that implement WebSocketService Modifier and Type Class Description classHandshakeWebSocketServiceWebSocketServiceimplementation that handles a WebSocket HTTP handshake request by delegating to aRequestUpgradeStrategywhich is either auto-detected (no-arg constructor) from the classpath but can also be explicitly configured.Methods in org.springframework.web.reactive.socket.server.support that return WebSocketService Modifier and Type Method Description WebSocketServiceWebSocketHandlerAdapter. getWebSocketService()Return the configuredWebSocketServiceto handle requests.Constructors in org.springframework.web.reactive.socket.server.support with parameters of type WebSocketService Constructor Description WebSocketHandlerAdapter(WebSocketService webSocketService)Alternative constructor with theWebSocketServiceto use.