Uses of Interface
org.atmosphere.cpr.AtmosphereInterceptor

Packages that use AtmosphereInterceptor
org.atmosphere.client   
org.atmosphere.cpr   
org.atmosphere.interceptor   
 

Uses of AtmosphereInterceptor in org.atmosphere.client
 

Classes in org.atmosphere.client that implement AtmosphereInterceptor
 class MessageLengthInterceptor
          An AtmosphereInterceptor that add a special String end at the end of a message, allowing the atmosphere.js to detect if one or several messages where aggregated in one write operations.
 

Uses of AtmosphereInterceptor in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr with type parameters of type AtmosphereInterceptor
protected  LinkedList<AtmosphereInterceptor> AtmosphereFramework.interceptors
           
 

Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereInterceptor
 LinkedList<AtmosphereInterceptor> AtmosphereFramework.interceptors()
          Return the list of AtmosphereInterceptor
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereInterceptor
 AtmosphereFramework AtmosphereFramework.interceptor(AtmosphereInterceptor c)
          Add an AtmosphereInterceptor implementation.
 

Uses of AtmosphereInterceptor in org.atmosphere.interceptor
 

Classes in org.atmosphere.interceptor that implement AtmosphereInterceptor
 class JSONPAtmosphereInterceptor
          JSONP Transport Support.
 class SSEAtmosphereInterceptor
          HTML 5 Server Side Events implementation.
 



Copyright © 2012. All Rights Reserved.