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