Uses of Interface
org.atmosphere.cpr.AtmosphereInterceptor

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

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.