See: Description
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.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.