Uses of Interface
org.springframework.web.socket.server.RequestUpgradeStrategy
Packages that use RequestUpgradeStrategy
Package
Description
Server-side support for the Jetty 9+ 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.jetty
Classes in org.springframework.web.socket.server.jetty that implement RequestUpgradeStrategy -
Uses of RequestUpgradeStrategy in org.springframework.web.socket.server.standard
Classes in org.springframework.web.socket.server.standard that implement RequestUpgradeStrategyModifier and TypeClassDescriptionclassA base class forRequestUpgradeStrategyimplementations that build on the standard WebSocket API for Java (JSR-356).classA base class forRequestUpgradeStrategyimplementations on top of JSR-356 based servers which include Tyrus as their WebSocket engine.classA WebSocketRequestUpgradeStrategyfor Oracle's GlassFish 4.1 and higher.classA WebSocketRequestUpgradeStrategyfor Apache Tomcat.classA WebSocketRequestUpgradeStrategyfor WildFly and its underlying Undertow web server.classA WebSocketRequestUpgradeStrategyfor Oracle's WebLogic.classWebSphere support for upgrading anHttpServletRequestduring a WebSocket handshake. -
Uses of RequestUpgradeStrategy in org.springframework.web.socket.server.support
Methods 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)