| Package | Description |
|---|---|
| org.atmosphere.cache | |
| org.atmosphere.container | |
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
void |
UUIDBroadcasterCache.clearCache(java.lang.String broadcasterId,
AtmosphereResourceImpl r,
UUIDBroadcasterCache.CacheMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
TomcatCometSupport.action(AtmosphereResourceImpl resource)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
Tomcat7CometSupport.action(AtmosphereResourceImpl resource)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
Servlet30CometSupport.action(AtmosphereResourceImpl actionEvent)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
NettyCometSupport.action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
JettyCometSupport.action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
Jetty7CometSupport.action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
JBossWebCometSupport.action(AtmosphereResourceImpl actionEvent)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
GrizzlyCometSupport.action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
Grizzly2CometSupport.action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
GlassFishv2CometSupport.action(AtmosphereResourceImpl actionEvent)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
void |
BlockingIOCometSupport.action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosphereResourceImpl |
AtmosphereResourceEventImpl.resource |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereResourceImpl |
AtmosphereResourceImpl.atmosphereHandler(AtmosphereHandler atmosphereHandler) |
AtmosphereResourceImpl |
AtmosphereResourceImpl.cloneState(AtmosphereResource r) |
AtmosphereResourceImpl |
AtmosphereResourceImpl.disableSuspend(boolean disableSuspend) |
AtmosphereResourceImpl |
AtmosphereResourceImpl.session(javax.servlet.http.HttpSession session) |
AtmosphereResourceImpl |
AtmosphereResourceImpl.setBroadcaster(Broadcaster broadcaster)
Set the current
Broadcaster. |
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousProcessor.action(AtmosphereResourceImpl r)
Process an
Action from an ActionEvent operation like suspend, resume or timed out. |
protected void |
AsynchronousProcessor.invokeAtmosphereHandler(AtmosphereResourceImpl r)
Invoke the associated
AtmosphereHandler. |
| Constructor and Description |
|---|
AsynchronousProcessor.AsynchronousProcessorHook(AtmosphereResourceImpl r) |
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource) |
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource,
boolean isCancelled,
boolean isResumedOnTimeout) |
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource,
boolean isCancelled,
boolean isResumedOnTimeout,
java.lang.Throwable throwable) |
Copyright © 2018. All Rights Reserved.