Uses of Interface
org.springframework.web.socket.server.RequestUpgradeStrategy
Packages that use RequestUpgradeStrategy
Package
Description
Server-side support for the Jetty WebSocket API.
Server-side classes for use with standard JSR-356 WebSocket endpoints.
Server-side support classes including container-specific strategies
 for upgrading a request.
- 
Uses of RequestUpgradeStrategy in org.springframework.web.socket.server.jettyClasses in org.springframework.web.socket.server.jetty that implement RequestUpgradeStrategy
- 
Uses of RequestUpgradeStrategy in org.springframework.web.socket.server.standardClasses in org.springframework.web.socket.server.standard that implement RequestUpgradeStrategyModifier and TypeClassDescriptionclassA WebSocketRequestUpgradeStrategyfor the Jakarta WebSocket API 2.1+.
- 
Uses of RequestUpgradeStrategy in org.springframework.web.socket.server.supportMethods in org.springframework.web.socket.server.support that return RequestUpgradeStrategyModifier and TypeMethodDescriptionAbstractHandshakeHandler.getRequestUpgradeStrategy()Return theRequestUpgradeStrategyfor WebSocket requests.Constructors in org.springframework.web.socket.server.support with parameters of type RequestUpgradeStrategyModifierConstructorDescriptionprotectedAbstractHandshakeHandler(RequestUpgradeStrategy requestUpgradeStrategy) A constructor that accepts a runtime-specificRequestUpgradeStrategy.DefaultHandshakeHandler(RequestUpgradeStrategy requestUpgradeStrategy)