Uses of Interface
org.atmosphere.cpr.AtmosphereInterceptor
-
Packages that use AtmosphereInterceptor Package Description org.atmosphere.annotation org.atmosphere.client org.atmosphere.config.managed org.atmosphere.config.service org.atmosphere.cpr org.atmosphere.interceptor -
-
Uses of AtmosphereInterceptor in org.atmosphere.annotation
Methods in org.atmosphere.annotation that return AtmosphereInterceptor Modifier and Type Method Description static AtmosphereInterceptorAnnotationUtil. listeners(java.lang.Class<? extends AtmosphereResourceEventListener>[] listeners, AtmosphereFramework framework)Method parameters in org.atmosphere.annotation with type arguments of type AtmosphereInterceptor Modifier and Type Method Description static booleanAnnotationUtil. checkDefault(java.lang.Class<? extends AtmosphereInterceptor> i)static voidAnnotationUtil. defaultManagedServiceInterceptors(AtmosphereFramework framework, java.util.List<AtmosphereInterceptor> l)voidAtmosphereInterceptorServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereInterceptor> annotatedClass)static voidAnnotationUtil. interceptorsForHandler(AtmosphereFramework framework, java.util.List<java.lang.Class<? extends AtmosphereInterceptor>> interceptors, java.util.List<AtmosphereInterceptor> l)static voidAnnotationUtil. interceptorsForManagedService(AtmosphereFramework framework, java.util.List<java.lang.Class<? extends AtmosphereInterceptor>> interceptors, java.util.List<AtmosphereInterceptor> l)static voidAnnotationUtil. interceptorsForManagedService(AtmosphereFramework framework, java.util.List<java.lang.Class<? extends AtmosphereInterceptor>> interceptors, java.util.List<AtmosphereInterceptor> l, boolean checkDuplicate) -
Uses of AtmosphereInterceptor in org.atmosphere.client
Classes in org.atmosphere.client that implement AtmosphereInterceptor Modifier and Type Class Description classTrackMessageSizeInterceptorAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of AtmosphereInterceptor in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AtmosphereInterceptor Modifier and Type Class Description classAtmosphereHandlerServiceInterceptorclassManagedServiceInterceptorHandleSingletonforManagedServiceprocessing.classMeteorServiceInterceptorHandleSingleton,MeteorServiceprocessing.classServiceInterceptor -
Uses of AtmosphereInterceptor in org.atmosphere.config.service
Methods in org.atmosphere.config.service that return types with arguments of type AtmosphereInterceptor Modifier and Type Method Description java.lang.Class<? extends AtmosphereInterceptor>[]interceptors()A list ofAtmosphereInterceptorto installjava.lang.Class<? extends AtmosphereInterceptor>[]interceptors()A list ofAtmosphereInterceptorto install.java.lang.Class<? extends AtmosphereInterceptor>[]interceptors()A list ofAtmosphereInterceptorto install.java.lang.Class<? extends AtmosphereInterceptor>[]interceptors()A list ofAtmosphereInterceptorto installjava.lang.Class<? extends AtmosphereInterceptor>[]interceptors()A list ofAtmosphereInterceptorto install -
Uses of AtmosphereInterceptor in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereInterceptor Modifier and Type Class Description classAtmosphereInterceptorAdapterA SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.Fields in org.atmosphere.cpr with type parameters of type AtmosphereInterceptor Modifier and Type Field Description static java.util.List<java.lang.Class<? extends AtmosphereInterceptor>>AtmosphereFramework. DEFAULT_ATMOSPHERE_INTERCEPTORSjava.util.LinkedList<AtmosphereInterceptor>AtmosphereFramework.AtmosphereHandlerWrapper. interceptorsprotected java.util.LinkedList<AtmosphereInterceptor>AtmosphereFramework. interceptorsMethods in org.atmosphere.cpr with type parameters of type AtmosphereInterceptor Modifier and Type Method Description <T extends AtmosphereInterceptor>
TAtmosphereFramework. interceptor(java.lang.Class<T> c)Methods in org.atmosphere.cpr that return AtmosphereInterceptor Modifier and Type Method Description protected AtmosphereInterceptorAtmosphereFramework. newAInterceptor(java.lang.Class<? extends AtmosphereInterceptor> a)Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereInterceptor Modifier and Type Method Description java.lang.Class<? extends AtmosphereInterceptor>[]AtmosphereFramework. defaultInterceptors()java.util.LinkedList<AtmosphereInterceptor>AtmosphereFramework. interceptors()Return the list ofAtmosphereInterceptor.Methods in org.atmosphere.cpr with parameters of type AtmosphereInterceptor Modifier and Type Method Description protected voidAtmosphereFramework. addInterceptorToAllWrappers(AtmosphereInterceptor c)protected voidAtmosphereFramework. addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, AtmosphereInterceptor c)AtmosphereFrameworkAtmosphereFramework. interceptor(AtmosphereInterceptor c)Add anAtmosphereInterceptorimplementation.Method parameters in org.atmosphere.cpr with type arguments of type AtmosphereInterceptor Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, java.lang.String broadcasterId, java.util.List<AtmosphereInterceptor> l)Add anAtmosphereHandlerserviced by theServlet.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, java.util.List<AtmosphereInterceptor> l)Add anAtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, Broadcaster broadcaster, java.util.List<AtmosphereInterceptor> l)Add anAtmosphereHandlerserviced by theServlet.protected voidAtmosphereFramework. addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper wrapper, java.util.List<AtmosphereInterceptor> interceptors)AtmosphereFrameworkAtmosphereFramework. addWebSocketHandler(java.lang.String path, WebSocketHandler handler, AtmosphereHandler h, java.util.List<AtmosphereInterceptor> l)protected AtmosphereFramework.AtmosphereHandlerWrapperAtmosphereFramework. createWrapperAndConfigureHandler(AtmosphereHandler h, java.lang.String mapping, java.util.List<AtmosphereInterceptor> l)ActionAsynchronousProcessor. invokeInterceptors(java.util.List<AtmosphereInterceptor> c, AtmosphereResource r, int tracing)protected AtmosphereInterceptorAtmosphereFramework. newAInterceptor(java.lang.Class<? extends AtmosphereInterceptor> a)voidAsynchronousProcessor. postInterceptors(java.util.List<AtmosphereInterceptor> c, AtmosphereResource r) -
Uses of AtmosphereInterceptor in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement AtmosphereInterceptor Modifier and Type Class Description classAndroidAtmosphereInterceptorFix for the Android 2.2.x bogus HTTP implementation.classAtmosphereResourceLifecycleInterceptorThisAtmosphereInterceptorimplementation automatically suspends the interceptedAtmosphereResourceand takes care of managing the response's state (flushing, resuming, etc.) when aBroadcaster.broadcast(java.lang.Object)is invoked.classAtmosphereResourceStateRecoveryThis interceptor associates aAtmosphereResourceto allBroadcasterthe resource was added before the underlying connection got closed and resume.classBroadcastOnPostAtmosphereInterceptorThis read the request's body and invoke the associatedBroadcasterof anAtmosphereResource.classCacheHeadersInterceptorAt interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.classCorsInterceptorCORS support.classHeartbeatInterceptorAn interceptor that send whitespace every in 60 seconds by default.classIdleResourceInterceptorAn Interceptor that track idleAtmosphereResourceand close it.classJavaScriptProtocolAn Interceptor that send back to a websocket and http client the value ofHeaderConfig.X_ATMOSPHERE_TRACKING_ID.classJSONPAtmosphereInterceptorJSONP Transport Support.classNginxInterceptorAdd 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.classOldBrowserPaddingInterceptorOld 8k Padding interceptor for Browser that needs whitespace when streaming is used.classOnDisconnectInterceptorWhen the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.classPaddingAtmosphereInterceptorPadding interceptor for Browser that needs whitespace when streaming is used.classSessionCreationInterceptorAn interceptor that create anHttpSessionon the fist received request so transport like long-polling can share the session with request coming after the suspend operation.classSimpleRestInterceptorAn Atmosphere interceptor to enable a simple rest binding protocol.classSSEAtmosphereInterceptorHTML 5 Server-Sent Events implementation.classSuspendTrackerInterceptorAn interceptor that keep track ofAtmosphereResource.uuid()and disable invocation ofAtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)andAtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)classTrackMessageSizeB64InterceptorAnAtmosphereInterceptorthat adds message size and delimiter, and encodes the message in Base64.classWebSocketMessageSuspendInterceptorMark WebSocket Message as suspended.
-