Package org.springframework.web.socket.server.standard
@NonNullApi
@NonNullFields
package org.springframework.web.socket.server.standard
Server-side classes for use with standard JSR-356 WebSocket endpoints.
-
ClassesClassDescriptionA base class for
RequestUpgradeStrategyimplementations that build on the standard WebSocket API for Java (JSR-356).A base class forRequestUpgradeStrategyimplementations on top of JSR-356 based servers which include Tyrus as their WebSocket engine.A WebSocketRequestUpgradeStrategyfor Oracle's GlassFish 4.1 and higher.Detects beans of typeServerEndpointConfigand registers with the standard Java WebSocket runtime.An implementation ofServerEndpointConfigfor use in Spring-based applications.AFactoryBeanfor configuringServerContainer.AServerEndpointConfig.Configuratorfor initializingServerEndpoint-annotated classes through Spring.A WebSocketRequestUpgradeStrategyfor Apache Tomcat.A WebSocketRequestUpgradeStrategyfor WildFly and its underlying Undertow web server.A WebSocketRequestUpgradeStrategyfor Oracle's WebLogic.WebSphere support for upgrading anHttpServletRequestduring a WebSocket handshake.