| Package | Description |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
void |
TomcatCometSupport.action(AtmosphereResourceImpl resource) |
void |
Tomcat7CometSupport.action(AtmosphereResourceImpl resource) |
void |
Servlet30CometSupport.action(AtmosphereResourceImpl r) |
void |
NettyCometSupport.action(AtmosphereResourceImpl r) |
void |
JettyCometSupport.action(AtmosphereResourceImpl r) |
void |
Jetty7CometSupport.action(AtmosphereResourceImpl r) |
void |
JBossWebCometSupport.action(AtmosphereResourceImpl actionEvent) |
void |
GrizzlyCometSupport.action(AtmosphereResourceImpl r) |
void |
Grizzly2CometSupport.action(AtmosphereResourceImpl r) |
void |
GlassFishv2CometSupport.action(AtmosphereResourceImpl actionEvent) |
void |
BlockingIOCometSupport.action(AtmosphereResourceImpl r) |
| 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.disableSuspendEvent(boolean disableSuspendEvent)
|
AtmosphereResourceImpl |
AtmosphereResourceImpl.session(javax.servlet.http.HttpSession session) |
AtmosphereResourceImpl |
AtmosphereResourceImpl.setBroadcaster(Broadcaster broadcaster) |
AtmosphereResourceImpl |
AtmosphereResourceImpl.transport(AtmosphereResource.TRANSPORT transport)
Manually set the
TRANSPORT |
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousProcessor.action(AtmosphereResourceImpl r) |
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,
boolean isClosedByClient,
java.lang.Throwable throwable) |
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource,
boolean isCancelled,
boolean isResumedOnTimeout,
java.lang.Throwable throwable) |
Copyright © 2018. All Rights Reserved.