Package org.springframework.web.socket.adapter.standard
@NonNullApi
@NonNullFields
package org.springframework.web.socket.adapter.standard
Adapter classes for the standard Java WebSocket API.
-
ClassesClassDescriptionA binary
jakarta.websocket.Encoderthat delegates to Spring's conversion service.A binaryjakarta.websocket.Encoderthat delegates to Spring's conversion service.A Textjakarta.websocket.Encoderthat delegates to Spring's conversion service.A textjakarta.websocket.Encoderthat delegates to Spring's conversion service.A sub-class ofWebSocketExtensionthat can be constructed from anExtension.Adapts aWebSocketHandlerto the standard WebSocket for Java API.AWebSocketSessionfor use with the standard WebSocket for Java API.Adapt an instance ofWebSocketExtensionto theExtensioninterface.