Uses of Class
jakarta.websocket.CloseReason
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
-
Uses of CloseReason in com.sun.faces.push
Modifier and TypeMethodDescriptionvoid
WebsocketEndpoint.onClose
(Session session, CloseReason reason) Remove given web socket session from theWebsocketSessionManager
.protected void
WebsocketSessionManager.remove
(Session session, CloseReason reason) On close, remove given web socket session from the mapping. -
Uses of CloseReason in jakarta.websocket
Modifier and TypeMethodDescriptionvoid
Session.close
(CloseReason closeReason) Close the current conversation, giving a reason for the closure.void
Endpoint.onClose
(Session session, CloseReason closeReason) This method is called immediately prior to the session with the remote peer being closed.