Class StandardWebSocketHandlerAdapter

java.lang.Object
jakarta.websocket.Endpoint
org.springframework.web.reactive.socket.adapter.StandardWebSocketHandlerAdapter

public class StandardWebSocketHandlerAdapter extends Endpoint
Adapter for the Jakarta WebSocket API (JSR-356) that delegates events to a reactive WebSocketHandler and its session.
Since:
5.0
Author:
Violeta Georgieva, Rossen Stoyanchev, Sam Brannen