Uses of Interface
org.apache.wicket.protocol.ws.concurrent.Executor
-
Packages that use Executor Package Description org.apache.wicket.protocol.ws -
-
Uses of Executor in org.apache.wicket.protocol.ws
Classes in org.apache.wicket.protocol.ws that implement Executor Modifier and Type Class Description static class
WebSocketSettings.SameThreadExecutor
Simple executor that runs the tasks in the caller thread.static class
WebSocketSettings.WebSocketPushMessageExecutor
Methods in org.apache.wicket.protocol.ws that return Executor Modifier and Type Method Description Executor
WebSocketSettings. getSendPayloadExecutor()
The executor that broadcasts theWebSocketPayload
via Wicket's event bus.Executor
WebSocketSettings. getWebSocketPushMessageExecutor()
Methods in org.apache.wicket.protocol.ws with parameters of type Executor Modifier and Type Method Description WebSocketSettings
WebSocketSettings. setSendPayloadExecutor(Executor sendPayloadExecutor)
The executor that broadcasts theWebSocketPayload
via Wicket's event bus.WebSocketSettings
WebSocketSettings. setWebSocketPushMessageExecutor(Executor executor)
Set the executor for processing websocket push messages broadcasted to all sessions.
-