Uses of Class
org.eclipse.jetty.websocket.core.CloseStatus
Packages that use CloseStatus
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of CloseStatus in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandler.onClosed
(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.websocket.core
Fields in org.eclipse.jetty.websocket.core declared as CloseStatusModifier and TypeFieldDescriptionstatic final CloseStatus
CloseStatus.NO_CLOSE_STATUS
static final CloseStatus
CloseStatus.NO_CODE_STATUS
static final CloseStatus
CloseStatus.NORMAL_STATUS
Methods in org.eclipse.jetty.websocket.core that return CloseStatusModifier and TypeMethodDescriptionstatic CloseStatus
CloseStatus.getCloseStatus
(Frame frame) CloseStatus.Supplier.getCloseStatus()
Methods in org.eclipse.jetty.websocket.core with parameters of type CloseStatusModifier and TypeMethodDescriptionvoid
FrameHandler.onClosed
(CloseStatus closeStatus, Callback callback) This is the Close Handshake Complete event. -
Uses of CloseStatus in org.eclipse.jetty.websocket.core.internal
Methods in org.eclipse.jetty.websocket.core.internal that return CloseStatusModifier and TypeMethodDescriptionParser.ParsedFrame.getCloseStatus()
WebSocketSessionState.getCloseStatus()
Methods in org.eclipse.jetty.websocket.core.internal with parameters of type CloseStatusModifier and TypeMethodDescriptionvoid
MessageHandler.onClosed
(CloseStatus closeStatus, Callback callback) boolean
WebSocketSessionState.onClosed
(CloseStatus closeStatus) -
Uses of CloseStatus in org.eclipse.jetty.websocket.jakarta.common
Methods in org.eclipse.jetty.websocket.jakarta.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoid
JakartaWebSocketFrameHandler.onClosed
(CloseStatus closeStatus, Callback callback)