Uses of Interface
org.atmosphere.cpr.Serializer

Packages that use Serializer
org.atmosphere.cpr   
 

Uses of Serializer in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr with type parameters of type Serializer
protected  Class<Serializer> AtmosphereFramework.defaultSerializerClass
           
 

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 that return types with arguments of type Serializer
 Class<Serializer> AtmosphereFramework.getDefaultSerializerClass()
          Get the default Serializer class to use for AtmosphereResources.
 

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.
 



Copyright © 2014. All Rights Reserved.