Annotation Interface HandleSocketPong
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@HandleWeb(value="",
method="WS_PONG")
public @interface HandleSocketPong
Handles a
PONG WebSocket frame, typically sent in response to a PING.- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
disabled
boolean disabledIftrue, disables this handler during discovery.- Default:
false
-
passive
boolean passiveIftrue, the handler will not publish a response to theWebResponselog.- Default:
false
-