Uses of Interface
org.apache.wicket.protocol.ws.IWebSocketSettings

Packages that use IWebSocketSettings
org.apache.wicket.protocol.ws   
 

Uses of IWebSocketSettings in org.apache.wicket.protocol.ws
 

Classes in org.apache.wicket.protocol.ws that implement IWebSocketSettings
 class WebSocketSettings
           
 

Fields in org.apache.wicket.protocol.ws with type parameters of type IWebSocketSettings
static MetaDataKey<IWebSocketSettings> IWebSocketSettings.KEY
           
 

Methods in org.apache.wicket.protocol.ws that return IWebSocketSettings
static IWebSocketSettings IWebSocketSettings.Holder.get(Application application)
           
 IWebSocketSettings WebSocketSettings.setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry)
           
 IWebSocketSettings IWebSocketSettings.setConnectionRegistry(IWebSocketConnectionRegistry connectionRegistry)
           
 IWebSocketSettings WebSocketSettings.setWebSocketPushMessageExecutor(Executor executor)
           
 IWebSocketSettings IWebSocketSettings.setWebSocketPushMessageExecutor(Executor executorService)
          Set the executor for processing websocket push messages broadcasted to all sessions.
 

Methods in org.apache.wicket.protocol.ws with parameters of type IWebSocketSettings
static void IWebSocketSettings.Holder.set(Application application, IWebSocketSettings settings)
           
 



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