| Package | Description |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.interceptor |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupport<AtmosphereResourceImpl> |
NettyCometSupport.complete(AtmosphereResourceImpl r) |
AsyncSupport<AtmosphereResourceImpl> |
Servlet30CometSupport.complete(AtmosphereResourceImpl r) |
AsyncSupport<AtmosphereResourceImpl> |
BlockingIOCometSupport.complete(AtmosphereResourceImpl r) |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyCometSupport.action(AtmosphereResourceImpl r) |
void |
Servlet30CometSupport.action(AtmosphereResourceImpl r) |
void |
BlockingIOCometSupport.action(AtmosphereResourceImpl r) |
AsyncSupport<AtmosphereResourceImpl> |
NettyCometSupport.complete(AtmosphereResourceImpl r) |
AsyncSupport<AtmosphereResourceImpl> |
Servlet30CometSupport.complete(AtmosphereResourceImpl r) |
AsyncSupport<AtmosphereResourceImpl> |
BlockingIOCometSupport.complete(AtmosphereResourceImpl r) |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosphereResourceImpl |
AtmosphereResourceEventImpl.resource |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncSupport<AtmosphereResourceImpl> |
AtmosphereResourceImpl.asyncSupport |
| 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(jakarta.servlet.http.HttpSession session) |
AtmosphereResourceImpl |
AtmosphereResourceImpl.transport(AtmosphereResource.TRANSPORT transport)
Manually set the
TRANSPORT |
AtmosphereResourceImpl |
AtmosphereResourceImpl.webSocket(WebSocket webSocket) |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupport<AtmosphereResourceImpl> |
AsynchronousProcessor.complete(AtmosphereResourceImpl r) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousProcessor.action(AtmosphereResourceImpl r) |
AsyncSupport<AtmosphereResourceImpl> |
AsynchronousProcessor.complete(AtmosphereResourceImpl r) |
void |
AsynchronousProcessor.endRequest(AtmosphereResourceImpl r,
boolean cancel) |
protected void |
AsynchronousProcessor.invokeAtmosphereHandler(AtmosphereResourceImpl r)
Invoke the associated
AtmosphereHandler. |
| Constructor and Description |
|---|
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) |
HeartbeatAtmosphereResourceEvent(AtmosphereResourceImpl resource)
Builds a new event.
|
| Constructor and Description |
|---|
AtmosphereResourceImpl(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest req,
AtmosphereResponse response,
AsyncSupport<AtmosphereResourceImpl> asyncSupport,
AtmosphereHandler atmosphereHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
HeartbeatInterceptor.extractHeartbeatInterval(AtmosphereResourceImpl resource)
Extracts the heartbeat interval as explained in class description.
|
Copyright © 2022. All Rights Reserved.