Uses of Class
org.atmosphere.cpr.Deliver
-
Packages that use Deliver Package Description org.atmosphere.cpr org.atmosphere.util -
-
Uses of Deliver in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type Deliver Modifier and Type Field Description protected java.util.concurrent.ConcurrentLinkedQueue<Deliver>DefaultBroadcaster. broadcastOnResumeprotected java.util.concurrent.ConcurrentLinkedQueue<Deliver>DefaultBroadcaster. delayedBroadcastprotected java.util.concurrent.BlockingQueue<Deliver>DefaultBroadcaster. messagesMethods in org.atmosphere.cpr that return types with arguments of type Deliver Modifier and Type Method Description java.util.concurrent.BlockingQueue<Deliver>DefaultBroadcaster. messages()Methods in org.atmosphere.cpr with parameters of type Deliver Modifier and Type Method Description protected 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, java.util.concurrent.atomic.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 voidDefaultBroadcaster. push(Deliver deliver)protected voidDefaultBroadcaster. queueWriteIO(AtmosphereResource r, Deliver deliver, java.util.concurrent.atomic.AtomicInteger count)Constructors in org.atmosphere.cpr with parameters of type Deliver Constructor Description Deliver(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 Deliver Modifier and Type Method Description protected voidSimpleBroadcaster. queueWriteIO(AtmosphereResource r, Deliver deliver, java.util.concurrent.atomic.AtomicInteger count)
-