JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
H
L
O
U
W
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)
or
onMessage(T)
.
handleMessage(Session, T, boolean)
- Method in class org.xwiki.websocket.
AbstractXWikiEndpoint
Handles a received message by calling either
onMessage(Session, T)
or
onMessage(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
A
C
H
L
O
U
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2004–2021
XWiki
. All rights reserved.