Uses of Class
org.eclipse.jetty.websocket.core.CloseStatus
Packages that use CloseStatus
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of CloseStatus in org.eclipse.jetty.ee10.websocket.jakarta.common
Methods in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidJakartaWebSocketFrameHandler.onClosed(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.ee11.websocket.jakarta.common
Methods in org.eclipse.jetty.ee11.websocket.jakarta.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidJakartaWebSocketFrameHandler.onClosed(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.ee8.websocket.common
Methods in org.eclipse.jetty.ee8.websocket.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidJettyWebSocketFrameHandler.onClosed(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.ee8.websocket.javax.common
Methods in org.eclipse.jetty.ee8.websocket.javax.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidJavaxWebSocketFrameHandler.onClosed(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidJettyWebSocketFrameHandler.onClosed(CloseStatus closeStatus, Callback callback) -
Uses of CloseStatus in org.eclipse.jetty.ee9.websocket.jakarta.common
Methods in org.eclipse.jetty.ee9.websocket.jakarta.common with parameters of type CloseStatusModifier and TypeMethodDescriptionvoidJakartaWebSocketFrameHandler.onClosed(CloseStatus closeStatus, Callback callback) -
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()Frame.Parsed.getCloseStatus()Methods in org.eclipse.jetty.websocket.core with parameters of type CloseStatusModifier and TypeMethodDescriptiondefault voidCoreSession.close(CloseStatus closeStatus, Callback callback) Initiate close handshake with a providedCloseStatus.voidCoreSession.Empty.close(CloseStatus closeStatus, Callback callback) voidWebSocketCoreSession.close(CloseStatus closeStatus, Callback callback) voidFrameHandler.onClosed(CloseStatus closeStatus, Callback callback) Invoked when a WebSocket close event happened.