Uses of Class
org.atmosphere.cpr.BroadcasterConfig
Packages that use BroadcasterConfig
-
Uses of BroadcasterConfig in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as BroadcasterConfigMethods in org.atmosphere.cpr that return BroadcasterConfigModifier and TypeMethodDescriptionprotected BroadcasterConfigBroadcasterConfig.broadcasterID(String broadcasterId) protected BroadcasterConfigDefaultBroadcaster.createBroadcasterConfig(AtmosphereConfig config) CreateBroadcasterConfig.Broadcaster.getBroadcasterConfig()Return the currentBroadcasterConfig.DefaultBroadcaster.getBroadcasterConfig()BroadcasterConfig.init()Initialize BroadcastFilters and BroadcasterCache.BroadcasterConfig.setAsyncWriteService(ExecutorService asyncWriteService) Set anExecutorServicewhich can be used to writeAtmosphereResourceEvent.getMessage().BroadcasterConfig.setAsyncWriteService(ExecutorService asyncWriteService, boolean isAsyncExecutorShared) Set anExecutorServicewhich can be used to writeAtmosphereResourceEvent.getMessage().BroadcasterConfig.setBroadcasterCache(BroadcasterCache broadcasterCache) Set aBroadcasterCache.BroadcasterConfig.setExecutorService(ExecutorService executorService) Set anExecutorServicewhich can be used to dispatchAtmosphereResourceEvent.BroadcasterConfig.setExecutorService(ExecutorService executorService, boolean isExecutorShared) Set anExecutorServicewhich can be used to dispatchAtmosphereResourceEvent.BroadcasterConfig.setScheduledExecutorService(ScheduledExecutorService scheduler) Set anExecutorServicewhich can be used to dispatchAtmosphereResourceEvents.Methods in org.atmosphere.cpr with parameters of type BroadcasterConfigModifier and TypeMethodDescriptionvoidBroadcaster.setBroadcasterConfig(BroadcasterConfig bc) Set theBroadcasterConfiginstance.voidDefaultBroadcaster.setBroadcasterConfig(BroadcasterConfig bc) -
Uses of BroadcasterConfig in org.atmosphere.util
Methods in org.atmosphere.util that return BroadcasterConfigModifier and TypeMethodDescriptionprotected BroadcasterConfigSimpleBroadcaster.createBroadcasterConfig(AtmosphereConfig config) Methods in org.atmosphere.util with parameters of type BroadcasterConfigModifier and TypeMethodDescriptionvoidSimpleBroadcaster.setBroadcasterConfig(BroadcasterConfig bc)