Uses of Class
org.atmosphere.cpr.BroadcasterConfig
-
Packages that use BroadcasterConfig Package Description org.atmosphere.cpr org.atmosphere.util -
-
Uses of BroadcasterConfig in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as BroadcasterConfig Modifier and Type Field Description protected BroadcasterConfigDefaultBroadcaster. bcMethods in org.atmosphere.cpr that return BroadcasterConfig Modifier and Type Method Description protected BroadcasterConfigBroadcasterConfig. broadcasterID(java.lang.String broadcasterId)protected BroadcasterConfigDefaultBroadcaster. createBroadcasterConfig(AtmosphereConfig config)CreateBroadcasterConfig.BroadcasterConfigBroadcaster. getBroadcasterConfig()Return the currentBroadcasterConfig.BroadcasterConfigDefaultBroadcaster. getBroadcasterConfig()BroadcasterConfigBroadcasterConfig. init()Initialize BroadcastFilters and BroadcasterCache.BroadcasterConfigBroadcasterConfig. setAsyncWriteService(java.util.concurrent.ExecutorService asyncWriteService)Set anExecutorServicewhich can be used to writeAtmosphereResourceEvent.getMessage().BroadcasterConfigBroadcasterConfig. setAsyncWriteService(java.util.concurrent.ExecutorService asyncWriteService, boolean isAsyncExecutorShared)Set anExecutorServicewhich can be used to writeAtmosphereResourceEvent.getMessage().BroadcasterConfigBroadcasterConfig. setBroadcasterCache(BroadcasterCache broadcasterCache)Set aBroadcasterCache.BroadcasterConfigBroadcasterConfig. setExecutorService(java.util.concurrent.ExecutorService executorService)Set anExecutorServicewhich can be used to dispatchAtmosphereResourceEvent.BroadcasterConfigBroadcasterConfig. setExecutorService(java.util.concurrent.ExecutorService executorService, boolean isExecutorShared)Set anExecutorServicewhich can be used to dispatchAtmosphereResourceEvent.BroadcasterConfigBroadcasterConfig. setScheduledExecutorService(java.util.concurrent.ScheduledExecutorService scheduler)Set anExecutorServicewhich can be used to dispatchAtmosphereResourceEvents.Methods in org.atmosphere.cpr with parameters of type BroadcasterConfig Modifier and Type Method Description voidBroadcaster. setBroadcasterConfig(BroadcasterConfig bc)Set theBroadcasterConfiginstance.voidDefaultBroadcaster. setBroadcasterConfig(BroadcasterConfig bc) -
Uses of BroadcasterConfig in org.atmosphere.util
Methods in org.atmosphere.util that return BroadcasterConfig Modifier and Type Method Description protected BroadcasterConfigSimpleBroadcaster. createBroadcasterConfig(AtmosphereConfig config)Methods in org.atmosphere.util with parameters of type BroadcasterConfig Modifier and Type Method Description voidSimpleBroadcaster. setBroadcasterConfig(BroadcasterConfig bc)
-