Uses of Interface
org.atmosphere.cpr.AtmosphereEvent

Packages that use AtmosphereEvent
org.atmosphere.cpr   
 

Uses of AtmosphereEvent in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr with type parameters of type AtmosphereEvent
 interface Broadcaster<E extends AtmosphereEvent>
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereEvent, which are representing a suspended response.
 

Classes in org.atmosphere.cpr that implement AtmosphereEvent
 class AtmosphereEventImpl
          AtmosphereEvent implementation for supporting HttpServletRequest and HttpServletResponse.
 

Methods in org.atmosphere.cpr that return AtmosphereEvent
 AtmosphereEvent AtmosphereHandler.onEvent(AtmosphereEvent<F,G> event)
          When a client send a request to its associated AtmosphereHandler, it can decide if the underlying connection can be suspended (creating a Continuation) or handle the connection synchronously.
 AtmosphereEvent AtmosphereHandler.onMessage(AtmosphereEvent<F,G> event)
          This method is invoked when the Broadcaster execute a broadcast operations.
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereEvent
 AtmosphereEvent AtmosphereHandler.onEvent(AtmosphereEvent<F,G> event)
          When a client send a request to its associated AtmosphereHandler, it can decide if the underlying connection can be suspended (creating a Continuation) or handle the connection synchronously.
 AtmosphereEvent AtmosphereHandler.onMessage(AtmosphereEvent<F,G> event)
          This method is invoked when the Broadcaster execute a broadcast operations.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.