Uses of Class
org.atmosphere.cpr.Deliver
Packages that use Deliver
-
Uses of Deliver in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type DeliverModifier and TypeFieldDescriptionprotected final ConcurrentLinkedQueue<Deliver> DefaultBroadcaster.broadcastOnResumeprotected final ConcurrentLinkedQueue<Deliver> DefaultBroadcaster.delayedBroadcastprotected final BlockingQueue<Deliver> DefaultBroadcaster.messagesMethods in org.atmosphere.cpr that return types with arguments of type DeliverMethods in org.atmosphere.cpr with parameters of type DeliverModifier and TypeMethodDescriptionprotected voidDefaultBroadcaster.deliverPush(Deliver deliver, boolean rec) protected voidDefaultBroadcaster.dispatchMessages(Deliver e) protected booleanDefaultBroadcaster.endBroadcast(Deliver deliver, AtmosphereResource r, CacheMessage cacheMsg, boolean deliverMessage) protected voidDefaultBroadcaster.executeBlockingWrite(AtmosphereResource r, Deliver deliver, AtomicInteger count) protected voidDefaultBroadcaster.notifyOnMessage(Deliver deliver) voidBroadcasterListener.onMessage(Broadcaster b, Deliver deliver) Invoked when aBroadcaster.broadcast(Object)is called.voidBroadcasterListenerAdapter.onMessage(Broadcaster b, Deliver deliver) Invoked when aBroadcaster.broadcast(Object)is called.protected booleanDefaultBroadcaster.perRequestFilter(AtmosphereResource r, Deliver msg) protected voidprotected voidDefaultBroadcaster.queueWriteIO(AtmosphereResource r, Deliver deliver, AtomicInteger count) Constructors in org.atmosphere.cpr with parameters of type DeliverModifierConstructorDescriptionDeliver(AtmosphereResource r, Deliver e) Deliver(AtmosphereResource r, Deliver e, CacheMessage cacheMessage) -
Uses of Deliver in org.atmosphere.util
Methods in org.atmosphere.util with parameters of type DeliverModifier and TypeMethodDescriptionprotected voidSimpleBroadcaster.queueWriteIO(AtmosphereResource r, Deliver deliver, AtomicInteger count)