Uses of Class
org.atmosphere.cpr.AtmosphereResourceImpl
-
Packages that use AtmosphereResourceImpl Package Description org.atmosphere.container org.atmosphere.cpr org.atmosphere.interceptor -
-
Uses of AtmosphereResourceImpl in org.atmosphere.container
-
Uses of AtmosphereResourceImpl in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as AtmosphereResourceImpl Modifier and Type Field Description protected AtmosphereResourceImplAtmosphereResourceEventImpl. resourceMethods in org.atmosphere.cpr that return AtmosphereResourceImpl Modifier and Type Method Description AtmosphereResourceImplAtmosphereResourceImpl. atmosphereHandler(AtmosphereHandler atmosphereHandler)AtmosphereResourceImplAtmosphereResourceImpl. cloneState(AtmosphereResource r)AtmosphereResourceImplAtmosphereResourceImpl. disableSuspend(boolean disableSuspend)AtmosphereResourceImplAtmosphereResourceImpl. disableSuspendEvent(boolean disableSuspendEvent)AtmosphereResourceImplAtmosphereResourceImpl. session(javax.servlet.http.HttpSession session)AtmosphereResourceImplAtmosphereResourceImpl. transport(AtmosphereResource.TRANSPORT transport)Manually set theAtmosphereResource.TRANSPORTAtmosphereResourceImplAtmosphereResourceImpl. webSocket(WebSocket webSocket)Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl Modifier and Type Method Description voidAsynchronousProcessor. action(AtmosphereResourceImpl r)AsyncSupportAsynchronousProcessor. complete(AtmosphereResourceImpl r)voidAsynchronousProcessor. endRequest(AtmosphereResourceImpl r, boolean cancel)protected voidAsynchronousProcessor. invokeAtmosphereHandler(AtmosphereResourceImpl r)Invoke the associatedAtmosphereHandler.Constructors in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl Constructor 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. -
Uses of AtmosphereResourceImpl in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor with parameters of type AtmosphereResourceImpl Modifier and Type Method Description protected intHeartbeatInterceptor. extractHeartbeatInterval(AtmosphereResourceImpl resource)Extracts the heartbeat interval as explained in class description.
-