|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Executor | |
|---|---|
| org.apache.wicket.protocol.ws | |
| Uses of Executor in org.apache.wicket.protocol.ws |
|---|
| Classes in org.apache.wicket.protocol.ws that implement Executor | |
|---|---|
static class |
WebSocketSettings.SameThreadExecutor
Simple executor that runs the tasks in the caller thread. |
| Methods in org.apache.wicket.protocol.ws that return Executor | |
|---|---|
Executor |
WebSocketSettings.getSendPayloadExecutor()
The executor that broadcasts the WebSocketPayload
via Wicket's event bus. |
Executor |
WebSocketSettings.getWebSocketPushMessageExecutor()
|
Executor |
IWebSocketSettings.getWebSocketPushMessageExecutor()
The executor for processing websocket push messages broadcasted to all sessions. |
| Methods in org.apache.wicket.protocol.ws with parameters of type Executor | |
|---|---|
WebSocketSettings |
WebSocketSettings.setSendPayloadExecutor(Executor sendPayloadExecutor)
The executor that broadcasts the WebSocketPayload
via Wicket's event bus. |
IWebSocketSettings |
WebSocketSettings.setWebSocketPushMessageExecutor(Executor executor)
|
IWebSocketSettings |
IWebSocketSettings.setWebSocketPushMessageExecutor(Executor executorService)
Set the executor for processing websocket push messages broadcasted to all sessions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||