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.
-
ClassDescriptionA base class for
RequestUpgradeStrategy
implementations that build on the standard WebSocket API for Java (JSR-356).A base class forRequestUpgradeStrategy
implementations on top of JSR-356 based servers which include Tyrus as their WebSocket engine.A WebSocketRequestUpgradeStrategy
for Oracle's GlassFish 4.1 and higher.Detects beans of typeServerEndpointConfig
and registers with the standard Jakarta WebSocket runtime.An implementation ofServerEndpointConfig
for use in Spring-based applications.AFactoryBean
for configuringServerContainer
.AServerEndpointConfig.Configurator
for initializingServerEndpoint
-annotated classes through Spring.A WebSocketRequestUpgradeStrategy
for the Jakarta WebSocket API 2.1+.A WebSocketRequestUpgradeStrategy
for Apache Tomcat.A WebSocketRequestUpgradeStrategy
for WildFly and its underlying Undertow web server.A WebSocketRequestUpgradeStrategy
for Oracle's WebLogic.WebSphere support for upgrading anHttpServletRequest
during a WebSocket handshake.