Uses of Interface
org.atmosphere.cpr.AsyncIOInterceptor
-
Packages that use AsyncIOInterceptor Package Description org.atmosphere.cpr -
-
Uses of AsyncIOInterceptor in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AsyncIOInterceptor Modifier and Type Class Description classAsyncIOInterceptorAdapterAn Adapter forAsyncIOInterceptor.Fields in org.atmosphere.cpr with type parameters of type AsyncIOInterceptor Modifier and Type Field Description protected java.util.LinkedList<AsyncIOInterceptor>AtmosphereInterceptorWriter. filtersprotected java.util.LinkedList<AsyncIOInterceptor>AtmosphereInterceptorWriter. reversedFiltersMethods in org.atmosphere.cpr that return types with arguments of type AsyncIOInterceptor Modifier and Type Method Description java.util.LinkedList<AsyncIOInterceptor>AtmosphereInterceptorWriter. filters()Methods in org.atmosphere.cpr with parameters of type AsyncIOInterceptor Modifier and Type Method Description AtmosphereInterceptorWriterAtmosphereInterceptorWriter. interceptor(AsyncIOInterceptor filter)Add anAsyncIOInterceptorthat will be invoked in the order it was added.AtmosphereInterceptorWriterAtmosphereInterceptorWriter. interceptor(AsyncIOInterceptor filter, int index)Add anAsyncIOInterceptorthat will be invoked at the specified index position.
-