Package org.springframework.web.reactive.socket.server.support
@NullMarked
package org.springframework.web.reactive.socket.server.support
Server-side support classes for webSocket requests.
-
ClassesClassDescription
webSocketServiceimplementation 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.HandlerAdapterthat allowsDispatcherHandlerto support handlers of typewebSocketHandlerwith such handlers mapped to URL patterns viaSimpleUrlHandlerMapping.A predicate for use withAbstractUrlHandlerMapping.setHandlerPredicate(BiPredicate)to ensure only webSocket handshake requests are matched to handlers of typewebSocketHandler.