Uses of Interface
org.atmosphere.cpr.Serializer
-
Packages that use Serializer Package Description org.atmosphere.cpr -
-
Uses of Serializer in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type Serializer Modifier and Type Field Description protected java.lang.Class<Serializer>AtmosphereFramework. defaultSerializerClassMethods in org.atmosphere.cpr that return Serializer Modifier and Type Method Description SerializerAtmosphereResource. getSerializer()Get theSerializeror null if not defined.SerializerAtmosphereResourceImpl. getSerializer()Methods in org.atmosphere.cpr that return types with arguments of type Serializer Modifier and Type Method Description java.lang.Class<Serializer>AtmosphereFramework. getDefaultSerializerClass()Get the defaultSerializerclass to use forAtmosphereResources.Methods in org.atmosphere.cpr with parameters of type Serializer Modifier and Type Method Description static MeteorMeteor. build(jakarta.servlet.http.HttpServletRequest req, java.util.List<BroadcastFilter> l, Serializer s)Create aMeteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse.static MeteorMeteor. build(jakarta.servlet.http.HttpServletRequest req, Broadcaster.SCOPE scope, java.util.List<BroadcastFilter> l, Serializer s)Create aMeteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse.static MeteorMeteor. build(jakarta.servlet.http.HttpServletRequest r, Serializer s)Create aMeteorusing theHttpServletRequestand use theSerializerfor writing the result of a broadcast operation using theHttpServletResponse.AtmosphereResourceAtmosphereResource. setSerializer(Serializer s)Set theSerializerto use whenAtmosphereResource.write(java.lang.String)execute the operation.AtmosphereResourceAtmosphereResourceImpl. setSerializer(Serializer s)Set theSerializerused to write broadcasted objects.
-