Uses of Interface
org.atmosphere.cpr.Broadcaster
Packages that use Broadcaster
Package
Description
-
Uses of Broadcaster in org.atmosphere.annotation
Methods in org.atmosphere.annotation that return BroadcasterModifier and TypeMethodDescriptionstatic BroadcasterAnnotationUtil.broadcaster(AtmosphereFramework framework, Class<? extends Broadcaster> broadcaster, String path) Methods in org.atmosphere.annotation that return types with arguments of type BroadcasterModifier and TypeMethodDescriptionstatic Class<? extends Broadcaster> AnnotationUtil.broadcasterClass(AtmosphereFramework framework, Class<? extends Broadcaster> broadcaster) Method parameters in org.atmosphere.annotation with type arguments of type BroadcasterModifier and TypeMethodDescriptionstatic BroadcasterAnnotationUtil.broadcaster(AtmosphereFramework framework, Class<? extends Broadcaster> broadcaster, String path) static Class<? extends Broadcaster> AnnotationUtil.broadcasterClass(AtmosphereFramework framework, Class<? extends Broadcaster> broadcaster) voidBroadcasterServiceProcessor.handle(AtmosphereFramework framework, Class<Broadcaster> annotatedClass) -
Uses of Broadcaster in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed that return types with arguments of type BroadcasterModifier and TypeMethodDescriptionClass<? extends Broadcaster> ManagedServiceInterceptor.ManagedAnnotation.broadcaster() -
Uses of Broadcaster in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement BroadcasterFields in org.atmosphere.cpr declared as BroadcasterModifier and TypeFieldDescriptionAtmosphereFramework.AtmosphereHandlerWrapper.broadcasterprotected BroadcasterAtmosphereResourceImpl.broadcasterprotected Broadcaster[]AtmosphereSession.relatedBroadcastersFields in org.atmosphere.cpr with type parameters of type BroadcasterModifier and TypeFieldDescriptionprotected final List<Broadcaster> AtmosphereResourceImpl.broadcastersprotected Class<? extends Broadcaster> DefaultBroadcasterFactory.clazzprotected final ConcurrentHashMap<Object, Broadcaster> DefaultBroadcasterFactory.storeMethods in org.atmosphere.cpr with type parameters of type BroadcasterModifier and TypeMethodDescriptionprotected <T extends Broadcaster>
TDefaultBroadcasterFactory.createBroadcaster(Class<T> c, Object id) <T extends Broadcaster>
TCreate a new instance ofBroadcasterand store it for.<T extends Broadcaster>
T<T extends Broadcaster>
TLookup aBroadcasterinstance usinggetID()or ID<T extends Broadcaster>
TLookup aBroadcasterinstance usinggetID()or ID<T extends Broadcaster>
TLookup aBroadcasterinstance usinggetID()or ID<T extends Broadcaster>
TLookup aBroadcasterinstance usinggetID()or ID<T extends Broadcaster>
T<T extends Broadcaster>
T<T extends Broadcaster>
TMethods in org.atmosphere.cpr that return BroadcasterModifier and TypeMethodDescriptionBroadcaster.addAtmosphereResource(AtmosphereResource resource) Add aAtmosphereResourceto the list of items to be notified when thebroadcast(java.lang.Object)is invoked.DefaultBroadcaster.addAtmosphereResource(AtmosphereResource r) Broadcaster.addBroadcasterListener(BroadcasterListener b) Add aBroadcasterListener.DefaultBroadcaster.addBroadcasterListener(BroadcasterListener b) AtmosphereResourceEvent.broadcaster()Return the broadcaster associated with theAtmosphereResourcethis object contains.AtmosphereResourceEventImpl.broadcaster()BroadcasterFactory.get()Return an instance of the defaultBroadcaster.Create a new instance ofBroadcasterand store it for.DefaultBroadcasterFactory.get()AtmosphereResource.getBroadcaster()Return the first addedBroadcaster.AtmosphereResourceImpl.getBroadcaster()protected BroadcasterAtmosphereResourceImpl.getBroadcaster(boolean autoCreate) ClusterBroadcastFilter.getBroadcaster()Return theBroadcaster.Meteor.getBroadcaster()Return the underlyingBroadcaster.Broadcaster.initialize(String name, URI uri, AtmosphereConfig config) Configure a Broadcaster.DefaultBroadcaster.initialize(String name, URI uri, AtmosphereConfig config) DefaultBroadcaster.initialize(String name, AtmosphereConfig config) Broadcaster.removeAtmosphereResource(AtmosphereResource resource) Remove aAtmosphereResourcefrom the list of s to be notified when thebroadcast(java.lang.Object)is invoked.DefaultBroadcaster.removeAtmosphereResource(AtmosphereResource r) protected BroadcasterDefaultBroadcaster.removeAtmosphereResource(AtmosphereResource r, boolean executeDone) Broadcaster.removeBroadcasterListener(BroadcasterListener b) Remove aBroadcasterListener.DefaultBroadcaster.removeBroadcasterListener(BroadcasterListener b) Rename this Broadcaster without invoking it's associatedBroadcasterFactory.Methods in org.atmosphere.cpr that return types with arguments of type BroadcasterModifier and TypeMethodDescriptionAtmosphereResource.broadcasters()Return an unmodifiable list ofBroadcasters associated with this resourceAtmosphereResourceFactory.broadcasters(String uuid) Deprecated.AtmosphereResourceImpl.broadcasters()DefaultAtmosphereResourceFactory.broadcasters(String uuid) Deprecated.UseAtmosphereResourceFactory.find(String).broadcasters() insteadDefaultMetaBroadcaster.broadcastTo(String broadcasterID, Object message) DefaultMetaBroadcaster.broadcastTo(String broadcasterID, Object message, boolean cacheMessage) MetaBroadcaster.broadcastTo(String broadcasterID, Object message) Broadcast the message to all Broadcasters whosegetID()matches the broadcasterID value.MetaBroadcaster.broadcastTo(String broadcasterID, Object message, boolean cacheMessage) Broadcast the message to all Broadcasters whosegetID()matches the broadcasterID value.Delay the message delivery to Broadcasters whosegetID()matches the broadcasterID value.BroadcasterFactory.lookupAll()Return an immutable Collection ofBroadcasterthis factory contains.DefaultBroadcasterFactory.lookupAll()DefaultMetaBroadcaster.scheduleTo(String broadcasterID, Object message, int time, TimeUnit unit) MetaBroadcaster.scheduleTo(String broadcasterID, Object message, int time, TimeUnit unit) Broadcast the message at a fixed rate to all Broadcasters whosegetID()matches the broadcasterID value.Methods in org.atmosphere.cpr with parameters of type BroadcasterModifier and TypeMethodDescriptionbooleanBroadcasterFactory.add(Broadcaster b, Object id) Add aBroadcasterto the list.booleanDefaultBroadcasterFactory.add(Broadcaster b, Object id) AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, Broadcaster broadcaster) Add anAtmosphereHandlerserviced by theServlet.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, Broadcaster broadcaster, List<AtmosphereInterceptor> l) Add anAtmosphereHandlerserviced by theServlet.AtmosphereResource.addBroadcaster(Broadcaster broadcaster) Add/Associate aBroadcasterwith this resource.AtmosphereResourceImpl.addBroadcaster(Broadcaster broadcaster) AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) AtmosphereResource.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.AtmosphereResourceImpl.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.voidDefaultBroadcasterFactory.notifyOnPostCreate(Broadcaster b) voidBroadcasterListener.onAddAtmosphereResource(Broadcaster b, AtmosphereResource r) Invoked when anAtmosphereResourceis getting associated to aBroadcaster.voidBroadcasterListenerAdapter.onAddAtmosphereResource(Broadcaster b, AtmosphereResource r) Invoked when anAtmosphereResourceis getting associated to aBroadcaster.voidBroadcasterListener.onComplete(Broadcaster b) Invoked when the Broadcast operation completes for allAtmosphereResource.voidBroadcasterListenerAdapter.onComplete(Broadcaster b) Invoked when the Broadcast operation completes for allAtmosphereResource.voidBroadcasterListener.onMessage(Broadcaster b, Deliver deliver) Invoked when abroadcast(Object)is called.voidBroadcasterListenerAdapter.onMessage(Broadcaster b, Deliver deliver) Invoked when abroadcast(Object)is called.voidBroadcasterListener.onPostCreate(Broadcaster b) Invoked just after theBroadcasterhas been created.voidBroadcasterListenerAdapter.onPostCreate(Broadcaster b) Invoked just after theBroadcasterhas been created.voidBroadcasterListener.onPreDestroy(Broadcaster b) Invoked before a Broadcaster is about to be deleted.voidBroadcasterListenerAdapter.onPreDestroy(Broadcaster b) Invoked before a Broadcaster is about to be deleted.voidBroadcasterListener.onRemoveAtmosphereResource(Broadcaster b, AtmosphereResource r) Invoked when anAtmosphereResourceis getting removed to aBroadcaster.voidBroadcasterListenerAdapter.onRemoveAtmosphereResource(Broadcaster b, AtmosphereResource r) Invoked when anAtmosphereResourceis getting removed to aBroadcaster.booleanBroadcasterFactory.remove(Broadcaster b, Object id) Remove aBroadcasterfrom the list.booleanDefaultBroadcasterFactory.remove(Broadcaster b, Object id) AtmosphereResource.removeBroadcaster(Broadcaster broadcaster) Remove aBroadcasterwith this resource.AtmosphereResourceImpl.removeBroadcaster(Broadcaster broadcaster) AtmosphereResource.setBroadcaster(Broadcaster broadcaster) Set the firstBroadcasterassociated with this resource.AtmosphereResourceImpl.setBroadcaster(Broadcaster broadcaster) voidClusterBroadcastFilter.setBroadcaster(Broadcaster bc) TheBroadcasterto use.voidMeteor.setBroadcaster(Broadcaster b) Set aBroadcasterinstance.protected AtmosphereResourceAtmosphereResourceImpl.uniqueBroadcaster(Broadcaster newB) Method parameters in org.atmosphere.cpr with type arguments of type BroadcasterModifier and TypeMethodDescriptionvoidBroadcasterFactory.configure(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c) Configure the factoryvoidDefaultBroadcasterFactory.configure(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c) Constructors in org.atmosphere.cpr with parameters of type BroadcasterModifierConstructorDescriptionAtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster, AtmosphereConfig config) AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> asyncSupport, AtmosphereHandler atmosphereHandler) Deprecated.AtmosphereSession(AtmosphereResource r, Broadcaster... broadcasters) Constructor parameters in org.atmosphere.cpr with type arguments of type BroadcasterModifierConstructorDescriptionDefaultBroadcasterFactory(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c) Deprecated. -
Uses of Broadcaster in org.atmosphere.inject
Methods in org.atmosphere.inject that return Broadcaster -
Uses of Broadcaster in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor with parameters of type BroadcasterModifier and TypeMethodDescriptionAtmosphereResourceStateRecovery.BroadcasterTracker.add(Broadcaster b) voidAtmosphereResourceStateRecovery.B.onAddAtmosphereResource(Broadcaster b, AtmosphereResource r) voidAtmosphereResourceStateRecovery.B.onRemoveAtmosphereResource(Broadcaster b, AtmosphereResource r) AtmosphereResourceStateRecovery.BroadcasterTracker.remove(Broadcaster b) -
Uses of Broadcaster in org.atmosphere.lifecycle
Methods in org.atmosphere.lifecycle with parameters of type BroadcasterModifier and TypeMethodDescriptionvoidBroadcasterLifecyclePolicyHandler.onPostCreate(Broadcaster b) Invoked just after theBroadcasterhas been created.voidBroadcasterLifecyclePolicyHandler.onPreDestroy(Broadcaster b) Invoked before a Broadcaster is about to be deleted.voidBroadcasterLifecyclePolicyHandler.onRemoveAtmosphereResource(Broadcaster b, AtmosphereResource r) Invoked when anAtmosphereResourceis getting removed to aBroadcaster. -
Uses of Broadcaster in org.atmosphere.pool
Classes in org.atmosphere.pool with type parameters of type BroadcasterModifier and TypeInterfaceDescriptioninterfacePoolableProvider<T extends Broadcaster,U> Implements this interface for provisioning thePoolableBroadcasterFactorywithBroadcasterFields in org.atmosphere.pool with type parameters of type BroadcasterModifier and TypeFieldDescriptionprotected org.apache.commons.pool2.impl.GenericObjectPool<Broadcaster> UnboundedApachePoolableProvider.genericObjectPoolMethods in org.atmosphere.pool with type parameters of type BroadcasterModifier and TypeMethodDescription<T extends Broadcaster>
T<T extends Broadcaster,U>
PoolableProviderPoolableProvider.returnBroadcaster(T b) Return a destroyedBroadcasterinstance.Methods in org.atmosphere.pool that return BroadcasterModifier and TypeMethodDescriptionBoundedApachePoolableProvider.borrowBroadcaster(Object id) UnboundedApachePoolableProvider.borrowBroadcaster(Object id) PoolableBroadcasterFactory.createBroadcaster()PoolableBroadcasterFactory.get()Methods in org.atmosphere.pool that return types with arguments of type BroadcasterModifier and TypeMethodDescriptionPoolableBroadcasterFactory.lookupAll()PoolableProvider<? extends Broadcaster, ?> PoolableBroadcasterFactory.poolableProvider()The currentPoolableProviderMethods in org.atmosphere.pool with parameters of type BroadcasterModifier and TypeMethodDescriptionbooleanPoolableBroadcasterFactory.add(Broadcaster b, Object id) booleanPoolableBroadcasterFactory.remove(Broadcaster b, Object id) UnboundedApachePoolableProvider.returnBroadcaster(Broadcaster b) Method parameters in org.atmosphere.pool with type arguments of type BroadcasterModifier and TypeMethodDescriptionPoolableBroadcasterFactory.poolableProvider(PoolableProvider<? extends Broadcaster, ?> poolableProvider) Set the implementation ofPoolableProviderConstructor parameters in org.atmosphere.pool with type arguments of type BroadcasterModifierConstructorDescriptionPoolableBroadcasterFactory(Class<? extends Broadcaster> clazz, String broadcasterLifeCyclePolicy, AtmosphereConfig c) Deprecated. -
Uses of Broadcaster in org.atmosphere.util
Classes in org.atmosphere.util that implement BroadcasterModifier and TypeClassDescriptionclassAbstractBroadcasterthat delegates the internal processing to a proxy.classAn implementation ofDefaultBroadcasterthat exclude one or moreAtmosphereResourceclassSimpleBroadcasterimplementation that use the calling thread when broadcasting events.Methods in org.atmosphere.util that return BroadcasterModifier and TypeMethodDescriptionAbstractBroadcasterProxy.initialize(String id, URI uri, AtmosphereConfig config) ExcludeSessionBroadcaster.initialize(String id, AtmosphereConfig config) SimpleBroadcaster.initialize(String id, AtmosphereConfig config) -
Uses of Broadcaster in org.atmosphere.websocket
Constructor parameters in org.atmosphere.websocket with type arguments of type BroadcasterModifierConstructorDescriptionWebSocketHandlerProxy(Class<? extends Broadcaster> broadcasterClazz, WebSocketHandler proxied)
AtmosphereResourceFactory.find(String).broadcasters() instead