- sendBasicMessageAsync(Collection<Session>, BasicMessage) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
Converts the given message to JSON and sends that JSON text to clients asynchronously.
- sendBasicMessageAsync(Session, BasicMessage) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
- sendBasicMessageSync(Collection<Session>, BasicMessage) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
Converts the given message to JSON and sends that JSON text to clients synchronously.
- sendBasicMessageSync(Session, BasicMessage) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
- sendBinaryAsync(Session, InputStream, ExecutorService) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
Sends binary data to a client asynchronously.
- sendBinarySync(Session, InputStream) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
Sends binary data to a client synchronously.
- sendTextAsync(Collection<Session>, String) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
Sends text to clients asynchronously.
- sendTextAsync(Session, String) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
- sendTextSync(Collection<Session>, String) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
Sends text to clients synchronously.
- sendTextSync(Session, String) - Method in class org.hawkular.feedcomm.ws.WebSocketHelper
-
- shutdown() - Method in class org.hawkular.feedcomm.ws.server.FeedListenerGenerator
-
- shutdown() - Method in class org.hawkular.feedcomm.ws.server.UIClientListenerGenerator
-