| Class | Description |
|---|---|
| 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 | |
| AtmosphereResourceConfigurator |
Automatically add the
AtmosphereFilter to the list of ResourceConfig. |
| BaseInjectableProvider | |
| 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.
|
| Enum | Description |
|---|---|
| AtmosphereFilter.Action |
Copyright © 2016. All rights reserved.