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.
-
ClassesClassDescriptionDetects beans of type
ServerEndpointConfigand registers with the standard Jakarta webSocket runtime.An implementation ofServerEndpointConfigfor use in Spring-based applications.AFactoryBeanfor configuringServerContainer.AServerEndpointConfig.Configuratorfor initializingServerEndpoint-annotated classes through Spring.A webSocketRequestUpgradeStrategyfor the Jakarta webSocket API 2.1+.