Uses of Interface
org.atmosphere.cpr.Serializer

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()
          Get the Serializer or null if not defined.
 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(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 writting the result of a broadcast operation the HttpServletResponse.
static Meteor Meteor.build(HttpServletRequest req, 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(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
 void AtmosphereResourceImpl.setSerializer(Serializer s)
          Set the Serializer used to write broadcasted object.
 void AtmosphereResource.setSerializer(Serializer s)
          Set the Serializer to use when AtmosphereResource.write(java.io.OutputStream, java.lang.Object) execute the operation.
 



Copyright © 2010. All Rights Reserved.