Uses of Interface
org.atmosphere.cpr.AsyncIOInterceptor

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

Uses of AsyncIOInterceptor in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AsyncIOInterceptor
 class AsyncIOInterceptorAdapter
          An Adapter for AsyncIOInterceptor.
 

Fields in org.atmosphere.cpr with type parameters of type AsyncIOInterceptor
protected  LinkedList<AsyncIOInterceptor> AtmosphereInterceptorWriter.filters
           
 

Methods in org.atmosphere.cpr with parameters of type AsyncIOInterceptor
 AtmosphereInterceptorWriter AtmosphereInterceptorWriter.interceptor(AsyncIOInterceptor filter)
          Add an AsyncIOInterceptor that will be invoked in the order it was added.
 

Uses of AsyncIOInterceptor in org.atmosphere.interceptor
 

Classes in org.atmosphere.interceptor that implement AsyncIOInterceptor
 class HeartbeatInterceptor.Adapter
           
 



Copyright © 2014. All Rights Reserved.