Uses of Interface
org.atmosphere.cpr.AsyncIOInterceptor

Packages that use AsyncIOInterceptor
org.atmosphere.cpr   
 

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.
 



Copyright © 2014. All Rights Reserved.