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