Package org.springframework.web.socket.adapter.standard
@NonNullApi
@NonNullFields
package org.springframework.web.socket.adapter.standard
Adapter classes for the standard Java WebSocket API.
-
ClassDescriptionA binary
jakarta.websocket.Encoder
that delegates to Spring's conversion service.A binaryjakarta.websocket.Encoder
that delegates to Spring's conversion service.A Textjakarta.websocket.Encoder
that delegates to Spring's conversion service.A textjakarta.websocket.Encoder
that delegates to Spring's conversion service.A subclass ofWebSocketExtension
that can be constructed from aExtension
.Adapts aWebSocketHandler
to the standard WebSocket for Java API.AWebSocketSession
for use with the standard WebSocket for Java API.Adapt an instance ofWebSocketExtension
to theExtension
interface.