Uses of Class
org.eclipse.jetty.websocket.core.CloseStatus
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of CloseStatus in org.eclipse.jetty.ee10.websocket.jakarta.common
Modifier and TypeMethodDescriptionvoid
JakartaWebSocketFrameHandler.onClosed
(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.websocket.common
Modifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandler.onClosed
(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.websocket.core
Modifier and TypeFieldDescriptionstatic final CloseStatus
CloseStatus.NO_CLOSE_STATUS
static final CloseStatus
CloseStatus.NO_CODE_STATUS
static final CloseStatus
CloseStatus.NORMAL_STATUS
Modifier and TypeMethodDescriptionstatic CloseStatus
CloseStatus.getCloseStatus
(Frame frame) CloseStatus.Supplier.getCloseStatus()
Frame.Parsed.getCloseStatus()
Modifier and TypeMethodDescriptiondefault void
CoreSession.close
(CloseStatus closeStatus, Callback callback) Initiate close handshake with a providedCloseStatus
.void
CoreSession.Empty.close
(CloseStatus closeStatus, Callback callback) void
WebSocketCoreSession.close
(CloseStatus closeStatus, Callback callback) void
FrameHandler.onClosed
(CloseStatus closeStatus, Callback callback) Invoked when a WebSocket close event happened. -
Uses of CloseStatus in org.eclipse.jetty.websocket.core.internal
Modifier and TypeMethodDescriptionvoid
MessageHandler.onClosed
(CloseStatus closeStatus, Callback callback) boolean
WebSocketSessionState.onClosed
(CloseStatus closeStatus)