A C E I O R W 
All Classes All Packages

A

AbstractPartialMessageHandler<T> - Class in org.xwiki.websocket
Base class for partial message handlers that want to handle messages when all their parts have been received.
AbstractPartialMessageHandler() - Constructor for class org.xwiki.websocket.AbstractPartialMessageHandler
 
AbstractPartialStringMessageHandler - Class in org.xwiki.websocket
Base class for partial string message handlers.
AbstractPartialStringMessageHandler() - Constructor for class org.xwiki.websocket.AbstractPartialStringMessageHandler
 

C

call(Session, Callable<T>) - Method in interface org.xwiki.websocket.WebSocketContext
Call some code within the WebSocket context bound to the given WebSocket session.

E

EndpointComponent - Interface in org.xwiki.websocket
Marks WebSocket end-points that are implemented as XWiki components.

I

initialize(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in interface org.xwiki.websocket.WebSocketContext
Initializes a new WebSocket context for the specified WebSocket end-point and binds it to the WebSocket connection (session).

O

onMessage(String) - Method in class org.xwiki.websocket.AbstractPartialStringMessageHandler
Called to handle the string message when all its parts have been received.
onMessage(List<String>) - Method in class org.xwiki.websocket.AbstractPartialStringMessageHandler
 
onMessage(List<T>) - Method in class org.xwiki.websocket.AbstractPartialMessageHandler
Called to handle the message when all its parts have been received.
onMessage(T, boolean) - Method in class org.xwiki.websocket.AbstractPartialMessageHandler
 
org.xwiki.websocket - package org.xwiki.websocket
 

R

run(Session, Runnable) - Method in interface org.xwiki.websocket.WebSocketContext
Runs some code within the WebSocket context bound to the given WebSocket session.

W

WebSocketContext - Interface in org.xwiki.websocket
Component used to initialize and bind a WebSocket execution context to a WebSocket session, and to run code within that context when a WebSocket session is opened or when receiving messages.
A C E I O R W 
All Classes All Packages