| Annotation Type | Description |
|---|---|
| WebSocketClose |
This method level annotation can be used to decorate a Java method that wishes to be called when a
web socket session has closed.
|
| WebSocketEndpoint |
This class level annotation declares that the class it decorates
is a web socket endpoint.
|
| WebSocketMessage |
This method level annotation can be used to make a Java method receive incoming web socket messages.
|
| WebSocketOpen |
This method level annotation can be used to decorate a Java method that wishes to be called when a new
web socket session is open.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.