Uses of Interface
org.atmosphere.cpr.AtmosphereHandler
Packages that use AtmosphereHandler
Package
Description
-
Uses of AtmosphereHandler in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type AtmosphereHandlerModifier and TypeMethodDescriptionvoidAtmosphereHandlerServiceProcessor.handle(AtmosphereFramework framework, Class<AtmosphereHandler> annotatedClass) -
Uses of AtmosphereHandler in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AtmosphereHandlerModifier and TypeClassDescriptionclassAn internal implementation ofAtmosphereHandlerthat implement support for Atmosphere 2.0 annotations. -
Uses of AtmosphereHandler in org.atmosphere.container
Fields in org.atmosphere.container declared as AtmosphereHandlerModifier and TypeFieldDescriptionstatic AtmosphereHandlerEmbeddedWebSocketHandler.ECHO_ATMOSPHEREHANDLER -
Uses of AtmosphereHandler in org.atmosphere.cpr
Subinterfaces of AtmosphereHandler in org.atmosphere.cprModifier and TypeInterfaceDescriptioninterfaceSimple interface that can be used to wrap aServletfrom anAtmosphereHandler.Fields in org.atmosphere.cpr declared as AtmosphereHandlerModifier and TypeFieldDescriptionfinal AtmosphereHandlerAtmosphereFramework.AtmosphereHandlerWrapper.atmosphereHandlerstatic final AtmosphereHandlerAtmosphereFramework.REFLECTOR_ATMOSPHEREHANDLERAn implementation ofAbstractReflectorAtmosphereHandler.Methods in org.atmosphere.cpr that return AtmosphereHandlerModifier and TypeMethodDescriptionAtmosphereResource.getAtmosphereHandler()Return the associatedAtmosphereHandlerassociated with this resource.AtmosphereResourceImpl.getAtmosphereHandler()Methods in org.atmosphere.cpr with parameters of type AtmosphereHandlerModifier and TypeMethodDescriptionAtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h) Add anAtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, String broadcasterId) Add anAtmosphereHandlerserviced by theServlet.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, String broadcasterId, List<AtmosphereInterceptor> l) Add anAtmosphereHandlerserviced by theServlet.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, List<AtmosphereInterceptor> l) Add anAtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, Broadcaster broadcaster) Add anAtmosphereHandlerserviced by theServlet.AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, Broadcaster broadcaster, List<AtmosphereInterceptor> l) Add anAtmosphereHandlerserviced by theServlet.AtmosphereFramework.addWebSocketHandler(String path, WebSocketHandler handler, AtmosphereHandler h) AtmosphereFramework.addWebSocketHandler(String path, WebSocketHandler handler, AtmosphereHandler h, List<AtmosphereInterceptor> l) AtmosphereResourceImpl.atmosphereHandler(AtmosphereHandler atmosphereHandler) AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) AtmosphereFramework.createWrapperAndConfigureHandler(AtmosphereHandler h, String mapping, List<AtmosphereInterceptor> l) AtmosphereResource.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.AtmosphereResourceImpl.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.Constructors in org.atmosphere.cpr with parameters of type AtmosphereHandlerModifierConstructorDescriptionAtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster, AtmosphereConfig config) AtmosphereHandlerWrapper(BroadcasterFactory broadcasterFactory, AtmosphereHandler atmosphereHandler, String mapping, AtmosphereConfig config) AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> asyncSupport, AtmosphereHandler atmosphereHandler) Deprecated. -
Uses of AtmosphereHandler in org.atmosphere.handler
Subinterfaces of AtmosphereHandler in org.atmosphere.handlerModifier and TypeInterfaceDescriptioninterfaceMarker class for anAtmosphereHandlerproxy of a POJO object.Classes in org.atmosphere.handler that implement AtmosphereHandlerModifier and TypeClassDescriptionclassSimpleAtmosphereHandlerthat reflect every call toBroadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.static final classThis default implementation does nothing whenAbstractReflectorAtmosphereHandler.Default.onRequest(org.atmosphere.cpr.AtmosphereResource)is called.classAn implementation ofAtmosphereHandlerthat does nothing.classOnMessage<T>SimpleAtmosphereHandlerthat must be used with theAtmosphereResourceLifecycleInterceptorandBroadcastOnPostAtmosphereInterceptorto reduce the handling of the suspend/resume/disconnect and broadcast operation.classAn implementation ofAtmosphereHandlerusing theAtmosphereServletProcessorthat delegate theonRequest(org.atmosphere.cpr.AtmosphereResource)to a set ofFilterChainandServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)and store theAtmosphereResourceas aAtmosphereRequestImpl.getAttribute(String)attribute namedFrameworkConfig.ATMOSPHERE_RESOURCE. -
Uses of AtmosphereHandler in org.atmosphere.util
Methods in org.atmosphere.util with parameters of type AtmosphereHandlerModifier and TypeMethodDescriptionstatic booleanUtils.requestScopedInjection(AtmosphereConfig config, AtmosphereHandler h)