Uses of Package
org.atmosphere.interceptor

Packages that use org.atmosphere.interceptor
org.atmosphere.client   
org.atmosphere.config.managed   
org.atmosphere.cpr   
org.atmosphere.interceptor   
 

Classes in org.atmosphere.interceptor used by org.atmosphere.client
InvokationOrder
          A simple marker class to use with AtmosphereInterceptor in 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
InvokationOrder
          A simple marker class to use with AtmosphereInterceptor in 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
InvokationOrder
          A simple marker class to use with AtmosphereInterceptor in 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
AllowInterceptor
          A marker interface that does nothing except used by AtmosphereInterceptor to modify the default behavior of any functionality.
AtmosphereResourceLifecycleInterceptor
          This AtmosphereInterceptor implementation automatically suspends the intercepted AtmosphereResource and takes care of managing the response's state (flushing, resuming, etc.) when a Broadcaster.broadcast(java.lang.Object) is invoked.
AtmosphereResourceStateRecovery
          This interceptor associates a AtmosphereResource to all Broadcaster the 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 idle AtmosphereResource and close it.
InvokationOrder
          A simple marker class to use with AtmosphereInterceptor in 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 of HeaderConfig.X_ATMOSPHERE_TRACKING_ID.
PaddingAtmosphereInterceptor
          Padding interceptor for Browser that needs whitespace when streaming is used.
TrackMessageSizeB64Interceptor
          An AtmosphereInterceptor that adds message size and delimiter, and encodes the message in Base64.
 



Copyright © 2014. All Rights Reserved.