Uses of Class
org.atmosphere.cpr.AtmosphereResourceImpl
Packages that use AtmosphereResourceImpl
-
Uses of AtmosphereResourceImpl in org.atmosphere.container
Methods in org.atmosphere.container that return types with arguments of type AtmosphereResourceImplModifier and TypeMethodDescriptionBlockingIOCometSupport.complete(AtmosphereResourceImpl r) NettyCometSupport.complete(AtmosphereResourceImpl r) Servlet30CometSupport.complete(AtmosphereResourceImpl r) Methods in org.atmosphere.container with parameters of type AtmosphereResourceImplModifier and TypeMethodDescriptionvoidBlockingIOCometSupport.action(AtmosphereResourceImpl r) voidNettyCometSupport.action(AtmosphereResourceImpl r) voidServlet30CometSupport.action(AtmosphereResourceImpl r) BlockingIOCometSupport.complete(AtmosphereResourceImpl r) NettyCometSupport.complete(AtmosphereResourceImpl r) Servlet30CometSupport.complete(AtmosphereResourceImpl r) -
Uses of AtmosphereResourceImpl in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as AtmosphereResourceImplModifier and TypeFieldDescriptionprotected AtmosphereResourceImplAtmosphereResourceEventImpl.resourceFields in org.atmosphere.cpr with type parameters of type AtmosphereResourceImplModifier and TypeFieldDescriptionprotected AsyncSupport<AtmosphereResourceImpl> AtmosphereResourceImpl.asyncSupportMethods in org.atmosphere.cpr that return AtmosphereResourceImplModifier and TypeMethodDescriptionAtmosphereResourceImpl.atmosphereHandler(AtmosphereHandler atmosphereHandler) AtmosphereResourceImpl.cloneState(AtmosphereResource r) AtmosphereResourceImpl.disableSuspend(boolean disableSuspend) AtmosphereResourceImpl.disableSuspendEvent(boolean disableSuspendEvent) AtmosphereResourceImpl.session(jakarta.servlet.http.HttpSession session) AtmosphereResourceImpl.transport(AtmosphereResource.TRANSPORT transport) Manually set theAtmosphereResource.TRANSPORTMethods in org.atmosphere.cpr that return types with arguments of type AtmosphereResourceImplMethods in org.atmosphere.cpr with parameters of type AtmosphereResourceImplModifier and TypeMethodDescriptionvoidAsynchronousProcessor.action(AtmosphereResourceImpl r) AsynchronousProcessor.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 AtmosphereResourceImplModifierConstructorDescriptionAtmosphereResourceEventImpl(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) Builds a new event.Constructor parameters in org.atmosphere.cpr with type arguments of type AtmosphereResourceImplModifierConstructorDescriptionAtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> asyncSupport, AtmosphereHandler atmosphereHandler) Deprecated. -
Uses of AtmosphereResourceImpl in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor with parameters of type AtmosphereResourceImplModifier and TypeMethodDescriptionprotected intHeartbeatInterceptor.extractHeartbeatInterval(AtmosphereResourceImpl resource) Extracts the heartbeat interval as explained in class description.