Package org.atmosphere.jersey

Class Summary
AtmosphereFilter ResourceFilterFactory which intercept the response and appropriately set the AtmosphereResourceEvent filed based on the annotation the application has defined.
AtmosphereProviders Placeholder for injection of Atmosphere object based on any parameter value (header, cookie, query, matrix or path)
AtmosphereProviders.BroadcasterProvider  
AtmosphereProviders.TrackableResourceProvider  
AtmosphereResourceConfigurator Automatically add the AtmosphereFilter to the list of ResourceConfig.
Broadcastable Simple placeholder that can be used to broadcast message using a specific Broadcaster.
JerseyBroadcaster Special Broadcaster that use the ContainerResponse under the hood to serialize the response.
SuspendResponse<E> This class can be used to suspend response programmatically, similar to Suspend annotation.
SuspendResponse.SuspendResponseBuilder<E> A Builder for SuspendResponse
SuspendResponse.TimeSpan Util class that encapsulate a period and a TimeUnit.
TrackableResource<T extends Trackable> Associate any kind of resource to a @Suspend operation.
TrackableSession A TrackableSession stores TrackableResource that can be retrieved when the http header called HeaderConfig.X_ATMOSPHERE_TRACKING_ID is added to a request.
 



Copyright © 2012. All Rights Reserved.