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 classWebSocketSettings.SameThreadExecutorSimple executor that runs the tasks in the caller thread.Methods in org.apache.wicket.protocol.ws that return Executor Modifier and Type Method Description ExecutorWebSocketSettings. getSendPayloadExecutor()The executor that broadcasts theWebSocketPayloadvia Wicket's event bus.ExecutorWebSocketSettings. getWebSocketPushMessageExecutor()Methods in org.apache.wicket.protocol.ws with parameters of type Executor Modifier and Type Method Description WebSocketSettingsWebSocketSettings. setSendPayloadExecutor(Executor sendPayloadExecutor)The executor that broadcasts theWebSocketPayloadvia Wicket's event bus.WebSocketSettingsWebSocketSettings. setWebSocketPushMessageExecutor(Executor executor)Set the executor for processing websocket push messages broadcasted to all sessions.
-