| Name | Description | Type | Package | Framework |
| OnWebSocketClose | Annotation for tagging methods to receive connection close events. | Class | org.eclipse.jetty.websocket.api.annotations | Jetty |
| OnWebSocketError | Annotation for receiving websocket errors (exceptions) that have occurred internally in the websocket implementation. | Class | org.eclipse.jetty.websocket.api.annotations | Jetty |
| OnWebSocketFrame | (ADVANCED) Annotation for tagging methods to receive frame events. | Class | org.eclipse.jetty.websocket.api.annotations | Jetty |
| OnWebSocketMessage | Annotation for tagging methods to receive Binary or Text Message events. | Class | org.eclipse.jetty.websocket.api.annotations | Jetty |
| WebSocket | Tags a POJO as being a WebSocket class. | Class | org.eclipse.jetty.websocket.api.annotations | Jetty |