Uses of Interface
org.apache.wicket.protocol.ws.concurrent.Executor

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.
 



Copyright © 2006–2020 Apache Software Foundation. All rights reserved.