Package org.springframework.web.socket.server.standard
@NullMarked
package org.springframework.web.socket.server.standard
Server-side classes for use with standard JSR-356 WebSocket endpoints.
-
ClassDescriptionDetects beans of type
ServerEndpointConfig
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+.