Uses of Interface
org.springframework.web.reactive.socket.server.WebSocketService
Packages that use WebSocketService
Package
Description
Spring WebFlux configuration infrastructure.
Server-side support classes for WebSocket requests.
- 
Uses of WebSocketService in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config that return WebSocketServiceModifier and TypeMethodDescriptionprotected WebSocketServiceDelegatingWebFluxConfiguration.getWebSocketService()protected WebSocketServiceWebFluxConfigurationSupport.getWebSocketService()default WebSocketServiceWebFluxConfigurer.getWebSocketService()Provide theWebSocketServiceto createWebSocketHandlerAdapterwith.WebFluxConfigurerComposite.getWebSocketService()
- 
Uses of WebSocketService in org.springframework.web.reactive.socket.server.supportClasses in org.springframework.web.reactive.socket.server.support that implement WebSocketServiceModifier and TypeClassDescriptionclassWebSocketServiceimplementation 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 WebSocketServiceModifier and TypeMethodDescriptionWebSocketHandlerAdapter.getWebSocketService()Return the configuredWebSocketServiceto handle requests.Constructors in org.springframework.web.reactive.socket.server.support with parameters of type WebSocketServiceModifierConstructorDescriptionWebSocketHandlerAdapter(WebSocketService webSocketService) Alternative constructor with theWebSocketServiceto use.