Uses of Class
org.atmosphere.cpr.Meteor

Packages that use Meteor
org.atmosphere.cpr   
 

Uses of Meteor in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return Meteor
 Meteor Meteor.broadcast(Object o)
          Broadcast an Object to all suspended response.
static Meteor Meteor.build(javax.servlet.http.HttpServletRequest r)
          Create a Meteor using the HttpServletRequest
static Meteor Meteor.build(javax.servlet.http.HttpServletRequest req, Broadcaster.SCOPE scope, List<BroadcastFilter> l, Serializer s)
          Create a Meteor using the HttpServletRequest and use a list of BroadcastFilter and Serializer for writting the result of a broadcast operation the HttpServletResponse.
static Meteor Meteor.build(javax.servlet.http.HttpServletRequest req, List<BroadcastFilter> l, Serializer s)
          Create a Meteor using the HttpServletRequest and use a list of BroadcastFilter and Serializer for writting the result of a broadcast operation the HttpServletResponse.
static Meteor Meteor.build(javax.servlet.http.HttpServletRequest r, Serializer s)
          Create a Meteor using the HttpServletRequest and use the Serializer for writting the result of a broadcast operation using the HttpServletResponse
 Meteor Meteor.delayBroadadcast(Object o, long period)
          Schedule a delayed broadcast, in seconds.
static Meteor Meteor.lookup(javax.servlet.http.HttpServletRequest r)
          Retrieve an instance of Meteor based on the HttpServletRequest
 Meteor Meteor.resume()
          Resume the underlying HttpServletResponse
 Meteor Meteor.schedule(Object o, long period)
          Schedule a periodic broadcast, in seconds.
 Meteor Meteor.suspend(long l)
          Suspend the underlying HttpServletResponse.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.