| Package | Description |
|---|---|
| org.apache.wicket.protocol.ws |
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketSettings.SameThreadExecutor
Simple executor that runs the tasks in the caller thread.
|
| Modifier and Type | Method and Description |
|---|---|
Executor |
WebSocketSettings.getSendPayloadExecutor()
The executor that broadcasts the
WebSocketPayload
via Wicket's event bus. |
Executor |
WebSocketSettings.getWebSocketPushMessageExecutor() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSettings |
WebSocketSettings.setSendPayloadExecutor(Executor sendPayloadExecutor)
The executor that broadcasts the
WebSocketPayload
via Wicket's event bus. |
WebSocketSettings |
WebSocketSettings.setWebSocketPushMessageExecutor(Executor executor)
Set the executor for processing websocket push messages broadcasted to all sessions.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.