A C H L O U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractXWikiEndpoint - Class in org.xwiki.websocket
-
Base class for WebSocket end-points that require the XWiki execution context to be properly set-up.
- AbstractXWikiEndpoint() - Constructor for class org.xwiki.websocket.AbstractXWikiEndpoint
C
- close(Session, CloseReason.CloseCode, String) - Method in class org.xwiki.websocket.AbstractXWikiEndpoint
-
Try to close the given session using the specified code and reason.
- context - Variable in class org.xwiki.websocket.AbstractXWikiEndpoint
H
- handleMessage(Session, T) - Method in class org.xwiki.websocket.AbstractXWikiEndpoint
-
Handles a received message by calling either
onMessage(Session, T)
oronMessage(T)
. - handleMessage(Session, T, boolean) - Method in class org.xwiki.websocket.AbstractXWikiEndpoint
-
Handles a received message by calling either
onMessage(Session, T)
oronMessage(T)
.
L
- logger - Variable in class org.xwiki.websocket.AbstractXWikiEndpoint
O
- org.xwiki.websocket - package org.xwiki.websocket
- org.xwiki.websocket.script - package org.xwiki.websocket.script
U
- url(String) - Method in class org.xwiki.websocket.script.WebSocketScriptService
-
Computes the URL to access a WebSocket end-point.
W
- WebSocketScriptService - Class in org.xwiki.websocket.script
-
Script-related WebSocket APIs.
- WebSocketScriptService() - Constructor for class org.xwiki.websocket.script.WebSocketScriptService
All Classes All Packages