| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
Serializer |
AtmosphereResourceImpl.getSerializer()
Get the
Serializer or null if not defined. |
Serializer |
AtmosphereResource.getSerializer()
Get the
Serializer or null if not defined. |
| Modifier and Type | Method and Description |
|---|---|
static Meteor |
Meteor.build(javax.servlet.http.HttpServletRequest req,
Broadcaster.SCOPE scope,
java.util.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,
java.util.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 |
AtmosphereResource |
AtmosphereResourceImpl.setSerializer(Serializer s)
Set the
Serializer used to write broadcasted object. |
AtmosphereResource |
AtmosphereResource.setSerializer(Serializer s)
Set the
Serializer to use when AtmosphereResource.write(java.io.OutputStream, java.lang.Object)
execute the operation. |
Copyright © 2018. All Rights Reserved.