|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereResource | |
|---|---|
| org.atmosphere.cache | |
| org.atmosphere.cpr | |
| org.atmosphere.handler | |
| org.atmosphere.util | |
| org.atmosphere.util.gae | |
| org.atmosphere.websocket | |
| Uses of AtmosphereResource in org.atmosphere.cache |
|---|
| Methods in org.atmosphere.cache with parameters of type AtmosphereResource | |
|---|---|
void |
BroadcasterCacheBase.addToCache(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r,
Object e)
Start tracking messages associated with AtmosphereResource from the cache |
void |
SessionBroadcasterCache.cache(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r,
BroadcasterCacheBase.CachedMessage cm)
Cache the last message broadcasted. |
void |
HeaderBroadcasterCache.cache(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r,
BroadcasterCacheBase.CachedMessage cm)
Cache the last message broadcasted. |
abstract void |
BroadcasterCacheBase.cache(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r,
BroadcasterCacheBase.CachedMessage cm)
Cache the last message broadcasted. |
List<Object> |
BroadcasterCacheBase.retrieveFromCache(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r)
Retrieve messages associated with AtmosphereResource |
BroadcasterCacheBase.CachedMessage |
SessionBroadcasterCache.retrieveLastMessage(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r)
Return the last message broadcasted to the AtmosphereResource. |
BroadcasterCacheBase.CachedMessage |
HeaderBroadcasterCache.retrieveLastMessage(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r)
Return the last message broadcasted to the AtmosphereResource. |
abstract BroadcasterCacheBase.CachedMessage |
BroadcasterCacheBase.retrieveLastMessage(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r)
Return the last message broadcasted to the AtmosphereResource. |
| Uses of AtmosphereResource in org.atmosphere.cpr |
|---|
| Classes in org.atmosphere.cpr with type parameters of type AtmosphereResource | |
|---|---|
interface |
CometSupport<E extends AtmosphereResource>
Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereServlet. |
| Classes in org.atmosphere.cpr that implement AtmosphereResource | |
|---|---|
class |
AtmosphereResourceImpl
AtmosphereResource implementation for supporting HttpServletRequest
and HttpServletResponse. |
| Fields in org.atmosphere.cpr with type parameters of type AtmosphereResource | |
|---|---|
protected ConcurrentHashMap<javax.servlet.http.HttpServletRequest,AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>> |
AsynchronousProcessor.aliveRequests
|
protected ConcurrentLinkedQueue<AtmosphereResource<?,?>> |
DefaultBroadcaster.events
|
| Methods in org.atmosphere.cpr that return AtmosphereResource | |
|---|---|
AtmosphereResource<?,?> |
DefaultBroadcaster.addAtmosphereResource(AtmosphereResource<?,?> r)
Add a AtmosphereResource,?> to the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
AtmosphereResource<?,?> |
Broadcaster.addAtmosphereResource(AtmosphereResource<?,?> resource)
Add a AtmosphereResource,?> to the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> |
AtmosphereResourceEventImpl.getResource()
Return the AtmosphereResource associated with this event |
AtmosphereResource<E,F> |
AtmosphereResourceEvent.getResource()
Return the AtmosphereResource associated with this event |
AtmosphereResource<?,?> |
DefaultBroadcaster.removeAtmosphereResource(AtmosphereResource r)
Remove a AtmosphereResource,?> from the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
AtmosphereResource<?,?> |
Broadcaster.removeAtmosphereResource(AtmosphereResource<?,?> resource)
Remove a AtmosphereResource,?> from the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
| Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereResource | |
|---|---|
Collection<AtmosphereResource<?,?>> |
DefaultBroadcaster.getAtmosphereResources()
Return an List of AtmosphereResource,?>. |
Collection<AtmosphereResource<?,?>> |
Broadcaster.getAtmosphereResources()
Return an List of AtmosphereResource,?>. |
| Methods in org.atmosphere.cpr with parameters of type AtmosphereResource | |
|---|---|
AtmosphereResource<?,?> |
DefaultBroadcaster.addAtmosphereResource(AtmosphereResource<?,?> r)
Add a AtmosphereResource,?> to the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
AtmosphereResource<?,?> |
Broadcaster.addAtmosphereResource(AtmosphereResource<?,?> resource)
Add a AtmosphereResource,?> to the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
void |
BroadcasterCache.addToCache(AtmosphereResource<V,W> r,
Object e)
Start tracking messages associated with AtmosphereResource from the cache |
void |
BroadcasterConfig.DefaultBroadcasterCache.addToCache(AtmosphereResource r,
Object e)
|
protected void |
DefaultBroadcaster.broadcast(AtmosphereResource<?,?> r,
AtmosphereResourceEvent e)
|
Future<Object> |
DefaultBroadcaster.broadcast(Object msg,
AtmosphereResource<?,?> r)
Broadcast the Object to all suspended response, e.g. |
Future<Object> |
Broadcaster.broadcast(Object o,
AtmosphereResource<?,?> resource)
Broadcast the Object to all suspended response, e.g. |
protected void |
DefaultBroadcaster.checkCachedAndPush(AtmosphereResource<?,?> r,
AtmosphereResourceEvent e)
|
protected void |
DefaultBroadcaster.onException(Throwable t,
AtmosphereResource<?,?> r)
|
void |
AtmosphereHandler.onRequest(AtmosphereResource<F,G> resource)
When a client send a request to its associated AtmosphereHandler, it can decide
if the underlying connection can be suspended (creating a Continuation)
or handle the connection synchronously. |
protected void |
DefaultBroadcaster.push(AtmosphereResource<?,?> r,
Object msg)
|
AtmosphereResource<?,?> |
DefaultBroadcaster.removeAtmosphereResource(AtmosphereResource r)
Remove a AtmosphereResource,?> from the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
AtmosphereResource<?,?> |
Broadcaster.removeAtmosphereResource(AtmosphereResource<?,?> resource)
Remove a AtmosphereResource,?> from the list of item to be notified when
the Broadcaster.broadcast(java.lang.Object) is invoked. |
List<Object> |
BroadcasterConfig.DefaultBroadcasterCache.retrieveFromCache(AtmosphereResource r)
|
List<Object> |
BroadcasterCache.retrieveFromCache(AtmosphereResource<V,W> r)
Retrieve messages associated with AtmosphereResource |
protected boolean |
DefaultBroadcaster.retrieveTrackedBroadcast(AtmosphereResource<?,?> r,
AtmosphereResourceEvent e)
|
protected void |
DefaultBroadcaster.trackBroadcastMessage(AtmosphereResource<?,?> r,
Object msg)
|
| Method parameters in org.atmosphere.cpr with type arguments of type AtmosphereResource | |
|---|---|
Future<Object> |
DefaultBroadcaster.broadcast(Object msg,
Set<AtmosphereResource<?,?>> subset)
Broadcast the Object to all suspended response, e.g. |
Future<Object> |
Broadcaster.broadcast(Object o,
Set<AtmosphereResource<?,?>> subset)
Broadcast the Object to all suspended response, e.g. |
| Uses of AtmosphereResource in org.atmosphere.handler |
|---|
| Methods in org.atmosphere.handler with parameters of type AtmosphereResource | |
|---|---|
void |
ReflectorServletProcessor.onRequest(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r)
Delegate the request to the Servlet.service method, and add the AtmosphereResource
to the HttpServletRequest#setAttribute(java.lang.String, java.lang.Object)). |
| Uses of AtmosphereResource in org.atmosphere.util |
|---|
| Methods in org.atmosphere.util with parameters of type AtmosphereResource | |
|---|---|
BroadcasterFuture<Object> |
SimpleBroadcaster.broadcast(Object msg,
AtmosphereResource<?,?> r)
Broadcast the Object to all suspended response, e.g. |
| Method parameters in org.atmosphere.util with type arguments of type AtmosphereResource | |
|---|---|
BroadcasterFuture<Object> |
SimpleBroadcaster.broadcast(Object msg,
Set<AtmosphereResource<?,?>> subset)
Broadcast the Object to all suspended response, e.g. |
| Uses of AtmosphereResource in org.atmosphere.util.gae |
|---|
| Methods in org.atmosphere.util.gae with parameters of type AtmosphereResource | |
|---|---|
Future<Object> |
GAEDefaultBroadcaster.broadcast(Object msg,
AtmosphereResource r)
Broadcast the Object to all suspended response, e.g. |
| Method parameters in org.atmosphere.util.gae with type arguments of type AtmosphereResource | |
|---|---|
Future<Object> |
GAEDefaultBroadcaster.broadcast(Object msg,
Set<AtmosphereResource<?,?>> subset)
Broadcast the Object to all suspended response, e.g. |
| Uses of AtmosphereResource in org.atmosphere.websocket |
|---|
| Methods in org.atmosphere.websocket with parameters of type AtmosphereResource | |
|---|---|
void |
WebSocketAtmosphereHandler.onRequest(AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> r)
This method redirect the request to the server main page (index.html, index.jsp, etc.) and then execute the WebSocketAtmosphereHandler.upgrade(AtmosphereResource). |
void |
WebSocketAtmosphereHandler.upgrade(AtmosphereResource r)
WebSocket upgrade. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||