Uses of Interface
org.atmosphere.cpr.AtmosphereInterceptor
Packages that use AtmosphereInterceptor
Package
Description
-
Uses of AtmosphereInterceptor in org.atmosphere.annotation
Methods in org.atmosphere.annotation that return AtmosphereInterceptorModifier and TypeMethodDescriptionstatic AtmosphereInterceptorAnnotationUtil.listeners(Class<? extends AtmosphereResourceEventListener>[] listeners, AtmosphereFramework framework) Method parameters in org.atmosphere.annotation with type arguments of type AtmosphereInterceptorModifier and TypeMethodDescriptionstatic booleanAnnotationUtil.checkDefault(Class<? extends AtmosphereInterceptor> i) static voidAnnotationUtil.defaultManagedServiceInterceptors(AtmosphereFramework framework, List<AtmosphereInterceptor> l) voidAtmosphereInterceptorServiceProcessor.handle(AtmosphereFramework framework, Class<AtmosphereInterceptor> annotatedClass) static voidAnnotationUtil.interceptorsForHandler(AtmosphereFramework framework, List<Class<? extends AtmosphereInterceptor>> interceptors, List<AtmosphereInterceptor> l) static voidAnnotationUtil.interceptorsForManagedService(AtmosphereFramework framework, List<Class<? extends AtmosphereInterceptor>> interceptors, List<AtmosphereInterceptor> l) static voidAnnotationUtil.interceptorsForManagedService(AtmosphereFramework framework, List<Class<? extends AtmosphereInterceptor>> interceptors, List<AtmosphereInterceptor> l, boolean checkDuplicate) -
Uses of AtmosphereInterceptor in org.atmosphere.client
Classes in org.atmosphere.client that implement AtmosphereInterceptorModifier and TypeClassDescriptionclassAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of AtmosphereInterceptor in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AtmosphereInterceptorModifier and TypeClassDescriptionclassclassHandleSingletonforManagedServiceprocessing.classHandleSingleton,MeteorServiceprocessing.class -
Uses of AtmosphereInterceptor in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereInterceptorModifier and TypeClassDescriptionclassA SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.Fields in org.atmosphere.cpr with type parameters of type AtmosphereInterceptorModifier and TypeFieldDescriptionstatic final List<Class<? extends AtmosphereInterceptor>> AtmosphereFramework.DEFAULT_ATMOSPHERE_INTERCEPTORSfinal LinkedList<AtmosphereInterceptor> AtmosphereFramework.AtmosphereHandlerWrapper.interceptorsprotected final LinkedList<AtmosphereInterceptor> AtmosphereFramework.interceptorsMethods in org.atmosphere.cpr with type parameters of type AtmosphereInterceptorModifier and TypeMethodDescription<T extends AtmosphereInterceptor>
TAtmosphereFramework.interceptor(Class<T> c) Methods in org.atmosphere.cpr that return AtmosphereInterceptorModifier and TypeMethodDescriptionprotected AtmosphereInterceptorAtmosphereFramework.newAInterceptor(Class<? extends AtmosphereInterceptor> a) Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereInterceptorModifier and TypeMethodDescriptionClass<? extends AtmosphereInterceptor>[]AtmosphereFramework.defaultInterceptors()AtmosphereFramework.interceptors()Return the list ofAtmosphereInterceptor.Methods in org.atmosphere.cpr with parameters of type AtmosphereInterceptorModifier and TypeMethodDescriptionprotected voidAtmosphereFramework.addInterceptorToAllWrappers(AtmosphereInterceptor c) protected voidAtmosphereFramework.addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, AtmosphereInterceptor c) AtmosphereFramework.interceptor(AtmosphereInterceptor c) Add anAtmosphereInterceptorimplementation.Method parameters in org.atmosphere.cpr with type arguments of type AtmosphereInterceptorModifier and TypeMethodDescriptionAtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, String broadcasterId, List<AtmosphereInterceptor> l) Add anAtmosphereHandlerserviced by theServlet.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, List<AtmosphereInterceptor> l) Add anAtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, Broadcaster broadcaster, List<AtmosphereInterceptor> l) Add anAtmosphereHandlerserviced by theServlet.protected voidAtmosphereFramework.addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, List<AtmosphereInterceptor> interceptors) AtmosphereFramework.addWebSocketHandler(String path, WebSocketHandler handler, AtmosphereHandler h, List<AtmosphereInterceptor> l) AtmosphereFramework.createWrapperAndConfigureHandler(AtmosphereHandler h, String mapping, List<AtmosphereInterceptor> l) AsynchronousProcessor.invokeInterceptors(List<AtmosphereInterceptor> c, AtmosphereResource r, int tracing) protected AtmosphereInterceptorAtmosphereFramework.newAInterceptor(Class<? extends AtmosphereInterceptor> a) voidAsynchronousProcessor.postInterceptors(List<AtmosphereInterceptor> c, AtmosphereResource r) -
Uses of AtmosphereInterceptor in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement AtmosphereInterceptorModifier and TypeClassDescriptionclassFix for the Android 2.2.x bogus HTTP implementation.classThisAtmosphereInterceptorimplementation automatically suspends the interceptedAtmosphereResourceand takes care of managing the response's state (flushing, resuming, etc.) when aBroadcaster.broadcast(java.lang.Object)is invoked.classThis interceptor associates aAtmosphereResourceto allBroadcasterthe resource was added before the underlying connection got closed and resume.classThis read the request's body and invoke the associatedBroadcasterof anAtmosphereResource.classAt interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.classCORS support.classAn interceptor that send whitespace every in 60 seconds by default.classAn Interceptor that track idleAtmosphereResourceand close it.classAn Interceptor that send back to a websocket and http client the value ofHeaderConfig.X_ATMOSPHERE_TRACKING_ID.classJSONP Transport Support.classAdd proper header for Nginx's buffering http://wiki.nginx.org/HttpProxyModule#proxy_buffering
This interceptor set the 'X-Accel-Buffering : No' on theAtmosphereResponsebefore it gets suspended.classOld 8k Padding interceptor for Browser that needs whitespace when streaming is used.classWhen the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.classPadding interceptor for Browser that needs whitespace when streaming is used.classAn interceptor that create anHttpSessionon the fist received request so transport like long-polling can share the session with request coming after the suspend operation.classShiro Interceptor, it creates a request attribute (subject) that contains the true Subject.classAn Atmosphere interceptor to enable a simple rest binding protocol.classHTML 5 Server-Sent Events implementation.classAn interceptor that keep track ofAtmosphereResource.uuid()and disable invocation ofAtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)andAtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)classAnAtmosphereInterceptorthat adds message size and delimiter, and encodes the message in Base64.classMark WebSocket Message as suspended.