Uses of Package
org.atmosphere.interceptor
-
Packages that use org.atmosphere.interceptor Package Description org.atmosphere.client org.atmosphere.config.managed org.atmosphere.cpr org.atmosphere.interceptor -
Classes in org.atmosphere.interceptor used by org.atmosphere.client Class Description InvokationOrder A simple marker class to use withAtmosphereInterceptorin order to determine in which position in the interceptor's chain the AtmosphereInterceptor must be installed.InvokationOrder.PRIORITY -
Classes in org.atmosphere.interceptor used by org.atmosphere.config.managed Class Description InvokationOrder A simple marker class to use withAtmosphereInterceptorin order to determine in which position in the interceptor's chain the AtmosphereInterceptor must be installed.InvokationOrder.PRIORITY -
Classes in org.atmosphere.interceptor used by org.atmosphere.cpr Class Description InvokationOrder A simple marker class to use withAtmosphereInterceptorin order to determine in which position in the interceptor's chain the AtmosphereInterceptor must be installed.InvokationOrder.PRIORITY -
Classes in org.atmosphere.interceptor used by org.atmosphere.interceptor Class Description AllowInterceptor A marker interface that does nothing except used byAtmosphereInterceptorto modify the default behavior of any functionality.AtmosphereResourceLifecycleInterceptor ThisAtmosphereInterceptorimplementation automatically suspends the interceptedAtmosphereResourceand takes care of managing the response's state (flushing, resuming, etc.) when aBroadcaster.broadcast(java.lang.Object)is invoked.AtmosphereResourceStateRecovery This interceptor associates aAtmosphereResourceto allBroadcasterthe resource was added before the underlying connection got closed and resume.AtmosphereResourceStateRecovery.BroadcasterTracker CacheHeadersInterceptor At interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.CorsInterceptor CORS support.HeartbeatInterceptor An interceptor that send whitespace every in 60 seconds by default.IdleResourceInterceptor An Interceptor that track idleAtmosphereResourceand close it.InvokationOrder A simple marker class to use withAtmosphereInterceptorin order to determine in which position in the interceptor's chain the AtmosphereInterceptor must be installed.InvokationOrder.PRIORITY JavaScriptProtocol An Interceptor that send back to a websocket and http client the value ofHeaderConfig.X_ATMOSPHERE_TRACKING_ID.PaddingAtmosphereInterceptor Padding interceptor for Browser that needs whitespace when streaming is used.TrackMessageSizeB64Interceptor AnAtmosphereInterceptorthat adds message size and delimiter, and encodes the message in Base64.