|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereResourceImpl | |
|---|---|
| org.atmosphere | |
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.interceptor | |
| Uses of AtmosphereResourceImpl in org.atmosphere |
|---|
| Constructors in org.atmosphere with parameters of type AtmosphereResourceImpl | |
|---|---|
HeartbeatAtmosphereResourceEvent(AtmosphereResourceImpl resource)
Builds a new event. |
|
| Uses of AtmosphereResourceImpl in org.atmosphere.container |
|---|
| Uses of AtmosphereResourceImpl in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as AtmosphereResourceImpl | |
|---|---|
protected AtmosphereResourceImpl |
AtmosphereResourceEventImpl.resource
|
| Methods in org.atmosphere.cpr that return AtmosphereResourceImpl | |
|---|---|
AtmosphereResourceImpl |
AtmosphereResourceImpl.atmosphereHandler(AtmosphereHandler atmosphereHandler)
|
AtmosphereResourceImpl |
AtmosphereResourceImpl.cloneState(AtmosphereResource r)
|
AtmosphereResourceImpl |
AtmosphereResourceImpl.disableSuspend(boolean disableSuspend)
|
AtmosphereResourceImpl |
AtmosphereResourceImpl.disableSuspendEvent(boolean disableSuspendEvent)
Disable invocation of AtmosphereResourceEventListener.onSuspend(AtmosphereResourceEvent) and
AtmosphereResourceEventListener.onPreSuspend(AtmosphereResourceEvent). |
AtmosphereResourceImpl |
AtmosphereResourceImpl.session(javax.servlet.http.HttpSession session)
|
AtmosphereResourceImpl |
AtmosphereResourceImpl.setBroadcaster(Broadcaster broadcaster)
|
AtmosphereResourceImpl |
AtmosphereResourceImpl.transport(AtmosphereResource.TRANSPORT transport)
Manually set the TRANSPORT |
AtmosphereResourceImpl |
AtmosphereResourceImpl.webSocket(WebSocket webSocket)
|
| Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl | |
|---|---|
void |
AsynchronousProcessor.action(AtmosphereResourceImpl r)
|
AsyncSupport |
AsynchronousProcessor.complete(AtmosphereResourceImpl r)
|
void |
AsynchronousProcessor.endRequest(AtmosphereResourceImpl r,
boolean cancel)
|
protected void |
AsynchronousProcessor.invokeAtmosphereHandler(AtmosphereResourceImpl r)
Invoke the associated AtmosphereHandler. |
| Constructors in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl | |
|---|---|
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource)
|
|
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource,
boolean isCancelled,
boolean isResumedOnTimeout)
|
|
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource,
boolean isCancelled,
boolean isResumedOnTimeout,
boolean isClosedByClient,
Throwable throwable)
|
|
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource,
boolean isCancelled,
boolean isResumedOnTimeout,
Throwable throwable)
|
|
| Uses of AtmosphereResourceImpl in org.atmosphere.interceptor |
|---|
| Methods in org.atmosphere.interceptor with parameters of type AtmosphereResourceImpl | |
|---|---|
protected int |
HeartbeatInterceptor.extractHeartbeatInterval(AtmosphereResourceImpl resource)
Extracts the heartbeat interval as explained in class description. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||