| Package | Description |
|---|---|
| org.fujion.client | |
| org.fujion.websocket |
| Modifier and Type | Method and Description |
|---|---|
List<ClientInvocation> |
ClientInvocationQueue.flush()
Flush the queue, returning all dequeued requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientInvocationQueue.queue(ClientInvocation invocation)
Queue a client invocation request.
|
Synchronizer |
Synchronizer.sendToClient(ClientInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientInvocationQueue.queue(Iterable<ClientInvocation> invocations)
Queue multiple client invocation requests.
|
Synchronizer |
Synchronizer.sendToClient(Collection<ClientInvocation> invocations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Session.notifySessionListeners(ClientInvocation invocation)
Notify all session listeners of a client invocation event.
|
void |
ISessionListener.onClientInvocation(ClientInvocation invocation) |
static void |
WebSocketHandler.send(ClientInvocation invocation)
Sends a client invocation request to the client via the web socket session derived from the
current execution context.
|
static void |
WebSocketHandler.send(org.springframework.web.socket.WebSocketSession socket,
ClientInvocation invocation)
Sends a client invocation request to the client via the web socket session.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WebSocketHandler.send(Collection<ClientInvocation> invocations)
Sends multiple client invocation requests to the client via the web socket session derived
from the current execution context.
|
static void |
WebSocketHandler.send(org.springframework.web.socket.WebSocketSession socket,
Iterable<ClientInvocation> invocations)
Sends multiple client invocation requests to the client via the web socket session.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.