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.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()
Modifier 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
Modifier and TypeMethodDescriptionParser.ParsedFrame.getCloseStatus()
WebSocketSessionState.getCloseStatus()
Modifier and TypeMethodDescriptionvoid
MessageHandler.onClosed
(CloseStatus closeStatus, Callback callback) boolean
WebSocketSessionState.onClosed
(CloseStatus closeStatus) -
Uses of CloseStatus in org.eclipse.jetty.websocket.javax.common
Modifier and TypeMethodDescriptionvoid
JavaxWebSocketFrameHandler.onClosed
(CloseStatus closeStatus, Callback callback)