|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Serializer | |
|---|---|
| org.atmosphere.cpr | |
| Uses of Serializer in org.atmosphere.cpr |
|---|
| Methods in org.atmosphere.cpr that return Serializer | |
|---|---|
Serializer |
AtmosphereResourceImpl.getSerializer()
|
Serializer |
AtmosphereResource.getSerializer()
Get the Serializer or null if not defined. |
| Methods in org.atmosphere.cpr with parameters of type Serializer | |
|---|---|
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 writing 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 writing 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 writing the result of a broadcast operation using
the HttpServletResponse. |
AtmosphereResource |
AtmosphereResourceImpl.setSerializer(Serializer s)
Set the Serializer used to write broadcasted objects. |
AtmosphereResource |
AtmosphereResource.setSerializer(Serializer s)
Set the Serializer to use when AtmosphereResource.write(java.lang.String) execute the operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||