Uses of Class
org.atmosphere.cpr.AtmosphereFramework
-
Packages that use AtmosphereFramework Package Description org.atmosphere.annotation org.atmosphere.container org.atmosphere.cpr org.atmosphere.inject -
-
Uses of AtmosphereFramework in org.atmosphere.annotation
Methods in org.atmosphere.annotation with parameters of type AtmosphereFramework Modifier and Type Method Description static voidAnnotationUtil. atmosphereConfig(java.lang.String[] m, AtmosphereFramework framework)static BroadcasterAnnotationUtil. broadcaster(AtmosphereFramework framework, java.lang.Class<? extends Broadcaster> broadcaster, java.lang.String path)static java.lang.Class<? extends Broadcaster>AnnotationUtil. broadcasterClass(AtmosphereFramework framework, java.lang.Class<? extends Broadcaster> broadcaster)static voidAnnotationUtil. defaultManagedServiceInterceptors(AtmosphereFramework framework, java.util.List<AtmosphereInterceptor> l)static voidAnnotationUtil. filters(java.lang.Class<? extends BroadcastFilter>[] bf, AtmosphereFramework framework)voidAsyncSupportListenerServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AsyncSupportListener> annotatedClass)voidAsyncSupportServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AsyncSupport<AtmosphereResource>> annotatedClass)voidAtmosphereFrameworkServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereFrameworkListener> annotatedClass)voidAtmosphereHandlerServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereHandler> annotatedClass)voidAtmosphereInterceptorServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereInterceptor> annotatedClass)voidAtmosphereResourceFactoryServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereResourceFactory> annotatedClass)voidAtmosphereResourceListenerServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereResourceListener> annotatedClass)voidAtmosphereServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<java.lang.Object> annotatedClass)voidBroadcasterCacheInspectorServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcasterCacheInspector> annotatedClass)voidBroadcasterCacheListenererviceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcasterCacheListener> annotatedClass)voidBroadcasterCacheServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcasterCache> annotatedClass)voidBroadcasterFactoryServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcasterFactory> annotatedClass)voidBroadcasterListenerServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcasterListener> annotatedClass)voidBroadcasterServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<Broadcaster> annotatedClass)voidBroadcastFilterServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcastFilter> annotatedClass)voidEndpointMapperServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<EndpointMapper> annotatedClass)voidManagedServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<java.lang.Object> annotatedClass)voidMeteorServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<jakarta.servlet.Servlet> annotatedClass)voidProcessor. handle(AtmosphereFramework framework, java.lang.Class<T> annotatedClass)Invoked by theAnnotationHandlerwhen an annotation is detected.voidUUIDProviderServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<UUIDProvider> annotatedClass)voidWebSocketFactoryServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<WebSocketFactory> annotatedClass)voidWebSocketHandlerServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<WebSocketHandler> annotatedClass)voidWebSocketProcessorServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<WebSocketProcessor> annotatedClass)voidWebSocketProtocolServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<WebSocketProtocol> annotatedClass)static voidAnnotationUtil. interceptors(java.lang.Class<? extends AtmosphereInterceptor>[] interceptors, AtmosphereFramework framework)static voidAnnotationUtil. interceptorsForHandler(AtmosphereFramework framework, java.util.List<java.lang.Class<? extends AtmosphereInterceptor>> interceptors, java.util.List<AtmosphereInterceptor> l)static voidAnnotationUtil. interceptorsForManagedService(AtmosphereFramework framework, java.util.List<java.lang.Class<? extends AtmosphereInterceptor>> interceptors, java.util.List<AtmosphereInterceptor> l)static voidAnnotationUtil. interceptorsForManagedService(AtmosphereFramework framework, java.util.List<java.lang.Class<? extends AtmosphereInterceptor>> interceptors, java.util.List<AtmosphereInterceptor> l, boolean checkDuplicate)static AtmosphereInterceptorAnnotationUtil. listeners(java.lang.Class<? extends AtmosphereResourceEventListener>[] listeners, AtmosphereFramework framework) -
Uses of AtmosphereFramework in org.atmosphere.container
Constructors in org.atmosphere.container with parameters of type AtmosphereFramework Constructor Description AtmosphereConfigurator(AtmosphereFramework framework)EmbeddedWebSocketHandler(AtmosphereFramework framework)JSR356Endpoint(AtmosphereFramework framework, WebSocketProcessor webSocketProcessor)QuarkusAtmosphereConfigurator(AtmosphereFramework framework) -
Uses of AtmosphereFramework in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as AtmosphereFramework Modifier and Type Field Description protected AtmosphereFrameworkAtmosphereFrameworkInitializer. frameworkMethods in org.atmosphere.cpr that return AtmosphereFramework Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. addAnnotationPackage(java.lang.Class<?> clazz)Add support for package detection of Atmosphere's Component.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h)Add anAtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, java.lang.String broadcasterId)Add anAtmosphereHandlerserviced by theServlet.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, java.lang.String broadcasterId, java.util.List<AtmosphereInterceptor> l)Add anAtmosphereHandlerserviced by theServlet.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, java.util.List<AtmosphereInterceptor> l)Add anAtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, Broadcaster broadcaster)Add anAtmosphereHandlerserviced by theServlet.AtmosphereFrameworkAtmosphereFramework. addAtmosphereHandler(java.lang.String mapping, AtmosphereHandler h, Broadcaster broadcaster, java.util.List<AtmosphereInterceptor> l)Add anAtmosphereHandlerserviced by theServlet.AtmosphereFrameworkAtmosphereFramework. addBroadcasterCacheInjector(BroadcasterCacheInspector b)Add aBroadcasterCacheInspectorwhich will be associated with the definedBroadcasterCache.AtmosphereFrameworkAtmosphereFramework. addBroadcasterCacheListener(BroadcasterCacheListener b)AddBroadcasterCacheListenerto theBroadcasterCache.AtmosphereFrameworkAtmosphereFramework. addBroadcasterListener(BroadcasterListener b)AddBroadcasterListenerto all createdBroadcasters.AtmosphereFrameworkAtmosphereFramework. addBroadcasterType(java.lang.String broadcasterTypeString)Add a new Broadcaster class name that AtmosphereServlet can use when initializing requests, and when the atmosphere.xml broadcaster element is unspecified.AtmosphereFrameworkAtmosphereFramework. addCustomAnnotationPackage(java.lang.Class p)Add a package containing classes annotated withAtmosphereAnnotation.AtmosphereFrameworkAtmosphereFramework. addInitParameter(java.lang.String name, java.lang.String value)Add init-param like if they were defined in web.xmlAtmosphereFrameworkAtmosphereFramework. addWebSocketHandler(java.lang.String path, WebSocketHandler handler)Add anWebSocketHandlermapped to the path.AtmosphereFrameworkAtmosphereFramework. addWebSocketHandler(java.lang.String path, WebSocketHandler handler, AtmosphereHandler h)AtmosphereFrameworkAtmosphereFramework. addWebSocketHandler(java.lang.String path, WebSocketHandler handler, AtmosphereHandler h, java.util.List<AtmosphereInterceptor> l)AtmosphereFrameworkAtmosphereFramework. addWebSocketHandler(WebSocketHandler handler)Add anWebSocketHandlermapped to "/*".AtmosphereFrameworkAtmosphereFramework. allowAllClassesScan(boolean allowAllClassesScan)AtmosphereFrameworkAtmosphereFramework. annotationProcessorClassName(java.lang.String annotationProcessorClassName)AtmosphereFrameworkAtmosphereFramework. annotationScanned(boolean b)Invoked when aAnnotationProcessorfound an annotation.AtmosphereFrameworkAtmosphereFramework. asyncSupportListener(AsyncSupportListener asyncSupportListener)Add anAsyncSupportListener.AtmosphereFrameworkAtmosphereFramework. atmosphereResourceListener(AtmosphereResourceListener atmosphereResourceListener)AtmosphereFrameworkAtmosphereFramework. broadcasterFilters(BroadcastFilter f)Add aBroadcastFilter.AtmosphereFrameworkAtmosphereFramework. broadcasterLifeCyclePolicy(java.lang.String broadcasterLifeCyclePolicy)AtmosphereFrameworkAtmosphereFramework. configureRequestResponse(AtmosphereRequest req, AtmosphereResponse res)Configure some attributes on theAtmosphereRequest.AtmosphereFrameworkAtmosphereFramework. destroy()AtmosphereFrameworkAtmosphereFramework. endPointMapper(EndpointMapper endpointMapper)Set theEndpointMapper.AtmosphereFrameworkAtmosphereFramework. excludeInterceptor(java.lang.String interceptor)Exclude anAtmosphereInterceptorfrom being added, at startup, by Atmosphere.AtmosphereFrameworkAtmosphereFramework. externalizeDestroy(boolean externalizeDestroy)If set to true, the task of finishing the request/response lifecycle will not be handled by this class.AtmosphereFrameworkAtmosphereFramework. filterManipulator(BroadcasterConfig.FilterManipulator m)AtmosphereFrameworkAtmosphereConfig. framework()Return theAtmosphereFramework.AtmosphereFrameworkAtmosphereFrameworkInitializer. framework()AtmosphereFrameworkAtmosphereServlet. framework()static AtmosphereFrameworkUniverse. framework()Return theAtmosphereFrameworkAtmosphereFrameworkAtmosphereFramework. frameworkListener(AtmosphereFrameworkListener l)AtmosphereFrameworkAtmosphereFramework. init()Initialize the AtmosphereFramework.AtmosphereFrameworkAtmosphereFramework. init(jakarta.servlet.ServletConfig sc)Initialize the AtmosphereFramework using theServletContext.AtmosphereFrameworkAtmosphereFramework. init(jakarta.servlet.ServletConfig sc, boolean wrap)Initialize the AtmosphereFramework using theServletContext.AtmosphereFrameworkAtmosphereFramework. interceptor(AtmosphereInterceptor c)Add anAtmosphereInterceptorimplementation.AtmosphereFrameworkAtmosphereFramework. mappingRegex(java.lang.String mappingRegex)static AtmosphereFrameworkAtmosphereFrameworkInitializer. newAtmosphereFramework(jakarta.servlet.ServletContext sc, boolean isFilter, boolean autoDetectHandlers)protected AtmosphereFrameworkAtmosphereFrameworkInitializer. newAtmosphereFramework(java.lang.Class<? extends AtmosphereFramework> frameworkClass)protected static AtmosphereFrameworkAtmosphereFrameworkInitializer. newAtmosphereFramework(java.lang.Class<? extends AtmosphereFramework> frameworkClass, boolean isFilter, boolean autoDetectHandlers)protected static AtmosphereFrameworkAtmosphereFrameworkInitializer. newAtmosphereFramework(java.lang.Class<? extends AtmosphereFramework> frameworkClass, boolean isFilter, boolean autoDetectHandlers, jakarta.servlet.ServletContext c)protected AtmosphereFrameworkAtmosphereServlet. newAtmosphereFramework()AtmosphereFrameworkAtmosphereFramework. notify(Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response)AtmosphereFrameworkAtmosphereFramework. notifyDestroyed(java.lang.String uuid)AtmosphereFrameworkAtmosphereFramework. notifySuspended(java.lang.String uuid)AtmosphereFrameworkAtmosphereFramework. removeAllAtmosphereHandler()Remove allAtmosphereHandlers.AtmosphereFrameworkAtmosphereFramework. removeAllInitParams()Remove all init parameters.AtmosphereFrameworkAtmosphereFramework. removeAtmosphereHandler(java.lang.String mapping)Remove anAtmosphereHandler.AtmosphereFrameworkAtmosphereFramework. resetStates()AtmosphereFrameworkAtmosphereFramework. setAsyncSupport(AsyncSupport asyncSupport)Set theAsyncSupportimplementation.AtmosphereFrameworkAtmosphereFramework. setAtmosphereDotXmlPath(java.lang.String atmosphereDotXmlPath)AtmosphereFrameworkAtmosphereFramework. setBroadcasterCacheClassName(java.lang.String broadcasterCacheClassName)Set theBroadcasterCacheclass name.AtmosphereFrameworkAtmosphereFramework. setBroadcasterFactory(BroadcasterFactory broadcasterFactory)Set theBroadcasterFactorywhich is used by Atmosphere to constructBroadcaster.AtmosphereFrameworkAtmosphereFramework. setCometSupport(AsyncSupport asyncSupport)AtmosphereFrameworkAtmosphereFramework. setDefaultBroadcasterClassName(java.lang.String bccn)Set the defaultBroadcasterclass name.AtmosphereFrameworkAtmosphereFramework. setDefaultSerializerClassName(java.lang.String defaultSerializerClassName)Set the defaultSerializerclass name to use forAtmosphereResources.AtmosphereFrameworkAtmosphereFramework. setHandlersPath(java.lang.String handlersPath)AtmosphereFrameworkAtmosphereFramework. setLibPath(java.lang.String libPath)Set the location of the JARs containing the application.AtmosphereFrameworkAtmosphereFramework. setUseBlockingImplementation(boolean useBlockingImplementation)AtmosphereFrameworkAtmosphereFramework. setUseNativeImplementation(boolean useNativeImplementation)AtmosphereFrameworkAtmosphereFramework. setUseStreamForFlushingComments(boolean useStreamForFlushingComments)Set to true so Atmosphere usesAtmosphereResponseImpl.getOutputStream()by default for write operation.AtmosphereFrameworkAtmosphereFramework. setWebsocketProcessorClassName(java.lang.String webSocketProcessorClassName)Set theWebSocketProcessorclass name used to process WebSocket requests.AtmosphereFrameworkAtmosphereFramework. setWebSocketProtocolClassName(java.lang.String webSocketProtocolClassName)AtmosphereFrameworkAtmosphereFramework. sharedThreadPools(boolean sharedThreadPools)AtmosphereFrameworkAtmosphereFramework. shareExecutorServices(boolean sharedThreadPools)Set to true to have aExecutorServiceshared among all components.AtmosphereFrameworkAtmosphereFramework. uuidProvider(UUIDProvider uuidProvider)Set aUUIDlike implementation for generating random UUID StringAtmosphereFrameworkAtmosphereFramework. webSocketEnabled(boolean webSocketEnabled)AtmosphereFrameworkAtmosphereFramework. webSocketFactory(WebSocketFactory webSocketFactory)Configure theWebSocketFactoryMethods in org.atmosphere.cpr that return types with arguments of type AtmosphereFramework Modifier and Type Method Description java.util.Map<AtmosphereFramework,WebSocketProcessor>WebSocketProcessorFactory. processors()Methods in org.atmosphere.cpr with parameters of type AtmosphereFramework Modifier and Type Method Description voidAtmosphereFramework.MetaServiceAction. apply(AtmosphereFramework fwk, java.lang.Class<?> clazz)Applies this action to given class.static voidUniverse. framework(AtmosphereFramework a)Set the must be uniqueAtmosphereFrameworkWebSocketProcessorWebSocketProcessorFactory. getWebSocketProcessor(AtmosphereFramework framework)Return theWebSocketProcessor.AnnotationHandlerAnnotationHandler. handleAnnotation(AtmosphereFramework framework, java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.Class<?> discoveredClass)voidAtmosphereFrameworkListener. onPostDestroy(AtmosphereFramework f)Invoked afterdestroy()gets invokedvoidAtmosphereFrameworkListenerAdapter. onPostDestroy(AtmosphereFramework f)voidAtmosphereFrameworkListener. onPostInit(AtmosphereFramework f)Invoked afterinit()gets invokedvoidAtmosphereFrameworkListenerAdapter. onPostInit(AtmosphereFramework f)voidAtmosphereFrameworkListener. onPreDestroy(AtmosphereFramework f)Invoked beforedestroy()gets invokedvoidAtmosphereFrameworkListenerAdapter. onPreDestroy(AtmosphereFramework f)voidAtmosphereFrameworkListener. onPreInit(AtmosphereFramework f)Invoked beforeinit()gets invokedvoidAtmosphereFrameworkListenerAdapter. onPreInit(AtmosphereFramework f)voidAtmosphereConfig.StartupHook. started(AtmosphereFramework framework)Method parameters in org.atmosphere.cpr with type arguments of type AtmosphereFramework Modifier and Type Method Description AtmosphereFrameworkInitializerAtmosphereFrameworkInitializer. configureFramework(jakarta.servlet.ServletConfig sc, boolean init, boolean useNative, java.lang.Class<? extends AtmosphereFramework> frameworkClass)protected AtmosphereFrameworkAtmosphereFrameworkInitializer. newAtmosphereFramework(java.lang.Class<? extends AtmosphereFramework> frameworkClass)protected static AtmosphereFrameworkAtmosphereFrameworkInitializer. newAtmosphereFramework(java.lang.Class<? extends AtmosphereFramework> frameworkClass, boolean isFilter, boolean autoDetectHandlers)protected static AtmosphereFrameworkAtmosphereFrameworkInitializer. newAtmosphereFramework(java.lang.Class<? extends AtmosphereFramework> frameworkClass, boolean isFilter, boolean autoDetectHandlers, jakarta.servlet.ServletContext c)Constructors in org.atmosphere.cpr with parameters of type AtmosphereFramework Constructor Description AtmosphereConfig(AtmosphereFramework framework) -
Uses of AtmosphereFramework in org.atmosphere.inject
Methods in org.atmosphere.inject that return AtmosphereFramework Modifier and Type Method Description AtmosphereFrameworkAtmosphereProducers. getAtmosphereFramework()AtmosphereFrameworkAtmosphereFrameworkInjectable. injectable(AtmosphereConfig config)Methods in org.atmosphere.inject with parameters of type AtmosphereFramework Modifier and Type Method Description <U> voidInjectableObjectFactory. injectFields(java.util.Set<java.lang.reflect.Field> fields, U instance, AtmosphereFramework framework, java.util.LinkedList<Injectable<?>> injectable)<U> voidInjectableObjectFactory. injectInjectable(U instance, java.lang.Class<? extends U> defaultType, AtmosphereFramework framework)protected voidInjectableObjectFactory. retryInjection(AtmosphereFramework framework)
-