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 TypeMethodDescriptionvoidJettyWebSocketFrameHandler.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 CloseStatusCloseStatus.NO_CLOSE_STATUSstatic final CloseStatusCloseStatus.NO_CODE_STATUSstatic final CloseStatusCloseStatus.NORMAL_STATUSMethods in org.eclipse.jetty.websocket.core that return CloseStatusModifier and TypeMethodDescriptionstatic CloseStatusCloseStatus.getCloseStatus(Frame frame) CloseStatus.Supplier.getCloseStatus()Methods in org.eclipse.jetty.websocket.core with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidFrameHandler.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 TypeMethodDescriptionvoidMessageHandler.onClosed(CloseStatus closeStatus, Callback callback) booleanWebSocketSessionState.onClosed(CloseStatus closeStatus) -
Uses of CloseStatus in org.eclipse.jetty.websocket.javax.common
Methods in org.eclipse.jetty.websocket.javax.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidJavaxWebSocketFrameHandler.onClosed(CloseStatus closeStatus, Callback callback)