Uses of Interface
org.atmosphere.cpr.Serializer
Packages that use Serializer
-
Uses of Serializer in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type SerializerModifier and TypeFieldDescriptionprotected Class<Serializer> AtmosphereFramework.defaultSerializerClassMethods in org.atmosphere.cpr that return SerializerModifier and TypeMethodDescriptionAtmosphereResource.getSerializer()Get theSerializeror null if not defined.AtmosphereResourceImpl.getSerializer()Methods in org.atmosphere.cpr that return types with arguments of type SerializerModifier and TypeMethodDescriptionAtmosphereFramework.getDefaultSerializerClass()Get the defaultSerializerclass to use forAtmosphereResources.Methods in org.atmosphere.cpr with parameters of type SerializerModifier and TypeMethodDescriptionstatic MeteorMeteor.build(jakarta.servlet.http.HttpServletRequest req, 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, 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.AtmosphereResource.setSerializer(Serializer s) Set theSerializerto use whenAtmosphereResource.write(java.lang.String)execute the operation.AtmosphereResourceImpl.setSerializer(Serializer s) Set theSerializerused to write broadcasted objects.