Uses of Interface
org.atmosphere.cpr.AsyncIOInterceptor
Packages that use AsyncIOInterceptor
-
Uses of AsyncIOInterceptor in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AsyncIOInterceptorFields in org.atmosphere.cpr with type parameters of type AsyncIOInterceptorModifier and TypeFieldDescriptionprotected final LinkedList<AsyncIOInterceptor> AtmosphereInterceptorWriter.filtersprotected final LinkedList<AsyncIOInterceptor> AtmosphereInterceptorWriter.reversedFiltersMethods in org.atmosphere.cpr that return types with arguments of type AsyncIOInterceptorMethods in org.atmosphere.cpr with parameters of type AsyncIOInterceptorModifier and TypeMethodDescriptionAtmosphereInterceptorWriter.interceptor(AsyncIOInterceptor filter) Add anAsyncIOInterceptorthat will be invoked in the order it was added.AtmosphereInterceptorWriter.interceptor(AsyncIOInterceptor filter, int index) Add anAsyncIOInterceptorthat will be invoked at the specified index position.