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
 

Methods in org.apache.wicket.protocol.ws that return Executor
 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
 IWebSocketSettings WebSocketSettings.setWebSocketPushMessageExecutor(Executor executor)
           
 IWebSocketSettings IWebSocketSettings.setWebSocketPushMessageExecutor(Executor executorService)
          Set the executor for processing websocket push messages broadcasted to all sessions.
 



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