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