Package org.atmosphere.container
Class JSR356Endpoint
java.lang.Object
jakarta.websocket.Endpoint
org.atmosphere.container.JSR356Endpoint
JSR 356 (Jakarta WebSocket)
Endpoint implementation that manages the WebSocket
connection lifecycle — handshake, message dispatch, and close — within the Atmosphere framework.-
Constructor Summary
ConstructorsConstructorDescriptionJSR356Endpoint(AtmosphereFramework framework, WebSocketProcessor webSocketProcessor) -
Method Summary
Modifier and TypeMethodDescriptionhandshakeRequest(HandshakeRequest handshakeRequest) voidonClose(Session session, CloseReason closeCode) voidvoidonOpen(Session session, EndpointConfig endpointConfig)