|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(HttpServletRequest r)
Create a Meteor using the HttpServletRequest |
static Meteor |
Meteor.build(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(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 |
static Meteor |
Meteor.lookup(HttpServletRequest r)
Retrieve an instance of Meteor based on the HttpServletRequest |
Meteor |
Meteor.resume()
Resume the underlying HttpServletResponse |
Meteor |
Meteor.suspend(long l)
Suspend the underlying HttpServletResponse. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||