Source compatibility report for the RichFaces library between 4.5.5 and 4.5.6 versions
Test Info
Library Name | RichFaces |
Version #1 | 4.5.5 |
Version #2 | 4.5.6 |
Java Version | 1.6.0_24 |
Test Results
Total Java ARchives | 10 |
---|
Total Methods / Classes | 32733 / 4209 |
---|
Verdict | Incompatible (2.6%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 273 |
---|
Removed Methods | High | 49 |
---|
Problems with Data Types | High | 38 |
---|
Medium | 4 |
Low | 0 |
Problems with Methods | High | 2 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 19 |
Added Methods (273)
atmosphere-runtime-2.3.1.jar, AbstractBroadcasterCache.class
package org.atmosphere.cache
AbstractBroadcasterCache.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/cache/AbstractBroadcasterCache.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, AbstractReflectorAtmosphereHandler.class
package org.atmosphere.handler
AbstractReflectorAtmosphereHandler.init ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/handler/AbstractReflectorAtmosphereHandler.init:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, AnnotationUtil.class
package org.atmosphere.annotation
AnnotationUtil.checkDefault ( Class i ) [static] : boolean
[mangled: org/atmosphere/annotation/AnnotationUtil.checkDefault:(Ljava/lang/Class;)Z]
AnnotationUtil.defaultManagedServiceInterceptors ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List l ) [static] : void
[mangled: org/atmosphere/annotation/AnnotationUtil.defaultManagedServiceInterceptors:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/util/List;)V]
AnnotationUtil.interceptorsForHandler ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List interceptors, java.util.List l ) [static] : void
[mangled: org/atmosphere/annotation/AnnotationUtil.interceptorsForHandler:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/util/List;Ljava/util/List;)V]
AnnotationUtil.interceptorsForManagedService ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List interceptors, java.util.List l ) [static] : void
[mangled: org/atmosphere/annotation/AnnotationUtil.interceptorsForManagedService:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/util/List;Ljava/util/List;)V]
AnnotationUtil.interceptorsForManagedService ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List interceptors, java.util.List l, boolean checkDuplicate ) [static] : void
[mangled: org/atmosphere/annotation/AnnotationUtil.interceptorsForManagedService:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/util/List;Ljava/util/List;Z)V]
atmosphere-runtime-2.3.1.jar, Async.class
package org.atmosphere.cpr
AtmosphereResourceFactory.Async.available ( AtmosphereResource p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereResourceFactory.Async.available:(Lorg/atmosphere/cpr/AtmosphereResource;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereConfig.class
package org.atmosphere.cpr
AtmosphereConfig.populate ( AtmosphereConfig config ) : AtmosphereConfig
[mangled: org/atmosphere/cpr/AtmosphereConfig.populate:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/AtmosphereConfig;]
AtmosphereConfig.sessionFactory ( ) : AtmosphereResourceSessionFactory
[mangled: org/atmosphere/cpr/AtmosphereConfig.sessionFactory:()Lorg/atmosphere/cpr/AtmosphereResourceSessionFactory;]
AtmosphereConfig.uuidProvider ( ) : org.atmosphere.util.UUIDProvider
[mangled: org/atmosphere/cpr/AtmosphereConfig.uuidProvider:()Lorg/atmosphere/util/UUIDProvider;]
atmosphere-runtime-2.3.1.jar, AtmosphereConfigAware.class
package org.atmosphere.inject
AtmosphereConfigAware.configure ( org.atmosphere.cpr.AtmosphereConfig p1 ) [abstract] : void
[mangled: org/atmosphere/inject/AtmosphereConfigAware.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereConfigInjectable.class
package org.atmosphere.inject
AtmosphereConfigInjectable.AtmosphereConfigInjectable ( )
[mangled: org/atmosphere/inject/AtmosphereConfigInjectable."<init>":()V]
AtmosphereConfigInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config ) : org.atmosphere.cpr.AtmosphereConfig
[mangled: org/atmosphere/inject/AtmosphereConfigInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/AtmosphereConfig;]
AtmosphereConfigInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 ) : Object
[mangled: org/atmosphere/inject/AtmosphereConfigInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/Object;]
AtmosphereConfigInjectable.supportedType ( reflect.Type t ) : boolean
[mangled: org/atmosphere/inject/AtmosphereConfigInjectable.supportedType:(Ljava/lang/reflect/Type;)Z]
atmosphere-runtime-2.3.1.jar, AtmosphereFramework.class
package org.atmosphere.cpr
AtmosphereFramework.addDefaultOrAppInterceptors ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.addDefaultOrAppInterceptors:()V]
AtmosphereFramework.addInterceptorToAllWrappers ( AtmosphereInterceptor c ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.addInterceptorToAllWrappers:(Lorg/atmosphere/cpr/AtmosphereInterceptor;)V]
AtmosphereFramework.addInterceptorToWrapper ( AtmosphereFramework.AtmosphereHandlerWrapper wrapper, java.util.List interceptors ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.addInterceptorToWrapper:(Lorg/atmosphere/cpr/AtmosphereFramework$AtmosphereHandlerWrapper;Ljava/util/List;)V]
AtmosphereFramework.addInterceptorToWrapper ( AtmosphereFramework.AtmosphereHandlerWrapper wrapper, AtmosphereInterceptor c ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.addInterceptorToWrapper:(Lorg/atmosphere/cpr/AtmosphereFramework$AtmosphereHandlerWrapper;Lorg/atmosphere/cpr/AtmosphereInterceptor;)V]
AtmosphereFramework.atmosphereResourceListener ( AtmosphereResourceListener atmosphereResourceListener ) : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFramework.atmosphereResourceListener:(Lorg/atmosphere/cpr/AtmosphereResourceListener;)Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereFramework.atmosphereResourceListeners ( ) : java.util.List
[mangled: org/atmosphere/cpr/AtmosphereFramework.atmosphereResourceListeners:()Ljava/util/List;]
AtmosphereFramework.closeAtmosphereResource ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.closeAtmosphereResource:()V]
AtmosphereFramework.createWrapperAndConfigureHandler ( AtmosphereHandler h, String mapping, java.util.List l ) : AtmosphereFramework.AtmosphereHandlerWrapper
[mangled: org/atmosphere/cpr/AtmosphereFramework.createWrapperAndConfigureHandler:(Lorg/atmosphere/cpr/AtmosphereHandler;Ljava/lang/String;Ljava/util/List;)Lorg/atmosphere/cpr/AtmosphereFramework$AtmosphereHandlerWrapper;]
AtmosphereFramework.destroyInterceptors ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.destroyInterceptors:()V]
AtmosphereFramework.frameworkListener ( AtmosphereFrameworkListener l ) : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFramework.frameworkListener:(Lorg/atmosphere/cpr/AtmosphereFrameworkListener;)Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereFramework.frameworkListeners ( ) : java.util.List
[mangled: org/atmosphere/cpr/AtmosphereFramework.frameworkListeners:()Ljava/util/List;]
AtmosphereFramework.newAtmosphereConfig ( ) : AtmosphereConfig
[mangled: org/atmosphere/cpr/AtmosphereFramework.newAtmosphereConfig:()Lorg/atmosphere/cpr/AtmosphereConfig;]
AtmosphereFramework.notifyDestroyed ( String uuid ) : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFramework.notifyDestroyed:(Ljava/lang/String;)Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereFramework.notifySuspended ( String uuid ) : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFramework.notifySuspended:(Ljava/lang/String;)Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereFramework.onPostDestroy ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.onPostDestroy:()V]
AtmosphereFramework.onPostInit ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.onPostInit:()V]
AtmosphereFramework.onPreDestroy ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.onPreDestroy:()V]
AtmosphereFramework.onPreInit ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.onPreInit:()V]
AtmosphereFramework.servletConfig ( javax.servlet.ServletConfig sc, boolean wrap ) : javax.servlet.ServletConfig
[mangled: org/atmosphere/cpr/AtmosphereFramework.servletConfig:(Ljavax/servlet/ServletConfig;Z)Ljavax/servlet/ServletConfig;]
AtmosphereFramework.sessionFactory ( ) : AtmosphereResourceSessionFactory
[mangled: org/atmosphere/cpr/AtmosphereFramework.sessionFactory:()Lorg/atmosphere/cpr/AtmosphereResourceSessionFactory;]
AtmosphereFramework.setAndConfigureAtmosphereResourceFactory ( AtmosphereResourceFactory arFactory ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.setAndConfigureAtmosphereResourceFactory:(Lorg/atmosphere/cpr/AtmosphereResourceFactory;)V]
AtmosphereFramework.universe ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.universe:()V]
AtmosphereFramework.uuidProvider ( ) : org.atmosphere.util.UUIDProvider
[mangled: org/atmosphere/cpr/AtmosphereFramework.uuidProvider:()Lorg/atmosphere/util/UUIDProvider;]
AtmosphereFramework.uuidProvider ( org.atmosphere.util.UUIDProvider uuidProvider ) : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFramework.uuidProvider:(Lorg/atmosphere/util/UUIDProvider;)Lorg/atmosphere/cpr/AtmosphereFramework;]
atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkInitializer.class
package org.atmosphere.cpr
AtmosphereFrameworkInitializer.configureFramework ( javax.servlet.ServletConfig sc, boolean init, boolean useNative, Class frameworkClass ) : AtmosphereFrameworkInitializer
[mangled: org/atmosphere/cpr/AtmosphereFrameworkInitializer.configureFramework:(Ljavax/servlet/ServletConfig;ZZLjava/lang/Class;)Lorg/atmosphere/cpr/AtmosphereFrameworkInitializer;]
AtmosphereFrameworkInitializer.newAtmosphereFramework ( Class frameworkClass ) : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFrameworkInitializer.newAtmosphereFramework:(Ljava/lang/Class;)Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereFrameworkInitializer.newAtmosphereFramework ( Class frameworkClass, boolean isFilter, boolean autoDetectHandlers ) [static] : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFrameworkInitializer.newAtmosphereFramework:(Ljava/lang/Class;ZZ)Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereFrameworkInitializer.newAtmosphereFramework ( javax.servlet.ServletContext sc, boolean isFilter, boolean autoDetectHandlers ) [static] : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFrameworkInitializer.newAtmosphereFramework:(Ljavax/servlet/ServletContext;ZZ)Lorg/atmosphere/cpr/AtmosphereFramework;]
atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkInjectable.class
package org.atmosphere.inject
AtmosphereFrameworkInjectable.AtmosphereFrameworkInjectable ( )
[mangled: org/atmosphere/inject/AtmosphereFrameworkInjectable."<init>":()V]
AtmosphereFrameworkInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config ) : org.atmosphere.cpr.AtmosphereFramework
[mangled: org/atmosphere/inject/AtmosphereFrameworkInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereFrameworkInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 ) : Object
[mangled: org/atmosphere/inject/AtmosphereFrameworkInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/Object;]
AtmosphereFrameworkInjectable.supportedType ( reflect.Type t ) : boolean
[mangled: org/atmosphere/inject/AtmosphereFrameworkInjectable.supportedType:(Ljava/lang/reflect/Type;)Z]
atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkListener.class
package org.atmosphere.cpr
AtmosphereFrameworkListener.onPostDestroy ( AtmosphereFramework p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListener.onPostDestroy:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
AtmosphereFrameworkListener.onPostInit ( AtmosphereFramework p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListener.onPostInit:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
AtmosphereFrameworkListener.onPreDestroy ( AtmosphereFramework p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListener.onPreDestroy:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
AtmosphereFrameworkListener.onPreInit ( AtmosphereFramework p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListener.onPreInit:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkListenerAdapter.class
package org.atmosphere.cpr
AtmosphereFrameworkListenerAdapter.AtmosphereFrameworkListenerAdapter ( )
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListenerAdapter."<init>":()V]
AtmosphereFrameworkListenerAdapter.onPostDestroy ( AtmosphereFramework f ) : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListenerAdapter.onPostDestroy:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
AtmosphereFrameworkListenerAdapter.onPostInit ( AtmosphereFramework f ) : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListenerAdapter.onPostInit:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
AtmosphereFrameworkListenerAdapter.onPreDestroy ( AtmosphereFramework f ) : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListenerAdapter.onPreDestroy:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
AtmosphereFrameworkListenerAdapter.onPreInit ( AtmosphereFramework f ) : void
[mangled: org/atmosphere/cpr/AtmosphereFrameworkListenerAdapter.onPreInit:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkServiceProcessor.class
package org.atmosphere.annotation
AtmosphereFrameworkServiceProcessor.AtmosphereFrameworkServiceProcessor ( )
[mangled: org/atmosphere/annotation/AtmosphereFrameworkServiceProcessor."<init>":()V]
AtmosphereFrameworkServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass ) : void
[mangled: org/atmosphere/annotation/AtmosphereFrameworkServiceProcessor.handle:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/lang/Class;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereInterceptor.class
package org.atmosphere.cpr
AtmosphereInterceptor.destroy ( ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereInterceptor.destroy:()V]
atmosphere-runtime-2.3.1.jar, AtmosphereInterceptorAdapter.class
package org.atmosphere.cpr
AtmosphereInterceptorAdapter.destroy ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereInterceptorAdapter.destroy:()V]
atmosphere-runtime-2.3.1.jar, AtmosphereInterceptorWriter.class
package org.atmosphere.cpr
AtmosphereInterceptorWriter.interceptor ( AsyncIOInterceptor filter, int index ) : AtmosphereInterceptorWriter
[mangled: org/atmosphere/cpr/AtmosphereInterceptorWriter.interceptor:(Lorg/atmosphere/cpr/AsyncIOInterceptor;I)Lorg/atmosphere/cpr/AtmosphereInterceptorWriter;]
atmosphere-runtime-2.3.1.jar, AtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereObjectFactory.allowInjectionOf ( Object p1 ) [abstract] : AtmosphereObjectFactory
[mangled: org/atmosphere/cpr/AtmosphereObjectFactory.allowInjectionOf:(Ljava/lang/Object;)Lorg/atmosphere/cpr/AtmosphereObjectFactory;]
AtmosphereObjectFactory.newClassInstance ( Class p1, Class p2 ) [abstract] : Object
[mangled: org/atmosphere/cpr/AtmosphereObjectFactory.newClassInstance:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
atmosphere-runtime-2.3.1.jar, AtmosphereProducers.class
package org.atmosphere.inject
AtmosphereProducers.AtmosphereProducers ( )
[mangled: org/atmosphere/inject/AtmosphereProducers."<init>":()V]
AtmosphereProducers.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/inject/AtmosphereProducers.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
AtmosphereProducers.getAtmosphereConfig ( ) : org.atmosphere.cpr.AtmosphereConfig
[mangled: org/atmosphere/inject/AtmosphereProducers.getAtmosphereConfig:()Lorg/atmosphere/cpr/AtmosphereConfig;]
AtmosphereProducers.getAtmosphereFramework ( ) : org.atmosphere.cpr.AtmosphereFramework
[mangled: org/atmosphere/inject/AtmosphereProducers.getAtmosphereFramework:()Lorg/atmosphere/cpr/AtmosphereFramework;]
AtmosphereProducers.getAtmosphereResourceFactory ( ) : org.atmosphere.cpr.AtmosphereResourceFactory
[mangled: org/atmosphere/inject/AtmosphereProducers.getAtmosphereResourceFactory:()Lorg/atmosphere/cpr/AtmosphereResourceFactory;]
AtmosphereProducers.getAtmosphereResourceSessionFactory ( ) : org.atmosphere.cpr.AtmosphereResourceSessionFactory
[mangled: org/atmosphere/inject/AtmosphereProducers.getAtmosphereResourceSessionFactory:()Lorg/atmosphere/cpr/AtmosphereResourceSessionFactory;]
AtmosphereProducers.getBroadcasterFactory ( ) : org.atmosphere.cpr.BroadcasterFactory
[mangled: org/atmosphere/inject/AtmosphereProducers.getBroadcasterFactory:()Lorg/atmosphere/cpr/BroadcasterFactory;]
AtmosphereProducers.getMetaBroadcaster ( ) : org.atmosphere.cpr.MetaBroadcaster
[mangled: org/atmosphere/inject/AtmosphereProducers.getMetaBroadcaster:()Lorg/atmosphere/cpr/MetaBroadcaster;]
atmosphere-runtime-2.3.1.jar, AtmosphereRequest.class
package org.atmosphere.cpr
AtmosphereRequest.cloneRequest ( javax.servlet.http.HttpServletRequest request, boolean loadInMemory, boolean copySession, boolean isDestroyable, boolean createSession ) [static] : AtmosphereRequest
[mangled: org/atmosphere/cpr/AtmosphereRequest.cloneRequest:(Ljavax/servlet/http/HttpServletRequest;ZZZZ)Lorg/atmosphere/cpr/AtmosphereRequest;]
AtmosphereRequest.localAttributes ( ) : java.util.Map
[mangled: org/atmosphere/cpr/AtmosphereRequest.localAttributes:()Ljava/util/Map;]
AtmosphereRequest.uuid ( ) : String
[mangled: org/atmosphere/cpr/AtmosphereRequest.uuid:()Ljava/lang/String;]
atmosphere-runtime-2.3.1.jar, AtmosphereResource.class
package org.atmosphere.cpr
AtmosphereResource.addBroadcaster ( Broadcaster p1 ) [abstract] : AtmosphereResource
[mangled: org/atmosphere/cpr/AtmosphereResource.addBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/cpr/AtmosphereResource;]
AtmosphereResource.broadcasters ( ) [abstract] : java.util.List
[mangled: org/atmosphere/cpr/AtmosphereResource.broadcasters:()Ljava/util/List;]
AtmosphereResource.removeBroadcaster ( Broadcaster p1 ) [abstract] : AtmosphereResource
[mangled: org/atmosphere/cpr/AtmosphereResource.removeBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/cpr/AtmosphereResource;]
AtmosphereResource.removeFromAllBroadcasters ( ) [abstract] : AtmosphereResource
[mangled: org/atmosphere/cpr/AtmosphereResource.removeFromAllBroadcasters:()Lorg/atmosphere/cpr/AtmosphereResource;]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceFactory.class
package org.atmosphere.cpr
AtmosphereResourceFactory.locate ( String p1, AtmosphereResourceFactory.Async p2 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereResourceFactory.locate:(Ljava/lang/String;Lorg/atmosphere/cpr/AtmosphereResourceFactory$Async;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceFactoryInjectable.class
package org.atmosphere.inject
AtmosphereResourceFactoryInjectable.AtmosphereResourceFactoryInjectable ( )
[mangled: org/atmosphere/inject/AtmosphereResourceFactoryInjectable."<init>":()V]
AtmosphereResourceFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config ) : org.atmosphere.cpr.AtmosphereResourceFactory
[mangled: org/atmosphere/inject/AtmosphereResourceFactoryInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/AtmosphereResourceFactory;]
AtmosphereResourceFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 ) : Object
[mangled: org/atmosphere/inject/AtmosphereResourceFactoryInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/Object;]
AtmosphereResourceFactoryInjectable.supportedType ( reflect.Type t ) : boolean
[mangled: org/atmosphere/inject/AtmosphereResourceFactoryInjectable.supportedType:(Ljava/lang/reflect/Type;)Z]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceFactoryServiceProcessor.class
package org.atmosphere.annotation
AtmosphereResourceFactoryServiceProcessor.AtmosphereResourceFactoryServiceProcessor ( )
[mangled: org/atmosphere/annotation/AtmosphereResourceFactoryServiceProcessor."<init>":()V]
AtmosphereResourceFactoryServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass ) : void
[mangled: org/atmosphere/annotation/AtmosphereResourceFactoryServiceProcessor.handle:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/lang/Class;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceImpl.class
package org.atmosphere.cpr
AtmosphereResourceImpl.addBroadcaster ( Broadcaster broadcaster ) : AtmosphereResource
[mangled: org/atmosphere/cpr/AtmosphereResourceImpl.addBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/cpr/AtmosphereResource;]
AtmosphereResourceImpl.broadcasters ( ) : java.util.List
[mangled: org/atmosphere/cpr/AtmosphereResourceImpl.broadcasters:()Ljava/util/List;]
AtmosphereResourceImpl.hashCode ( ) : int
[mangled: org/atmosphere/cpr/AtmosphereResourceImpl.hashCode:()I]
AtmosphereResourceImpl.removeBroadcaster ( Broadcaster broadcaster ) : AtmosphereResource
[mangled: org/atmosphere/cpr/AtmosphereResourceImpl.removeBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/cpr/AtmosphereResource;]
AtmosphereResourceImpl.removeFromAllBroadcasters ( ) : AtmosphereResource
[mangled: org/atmosphere/cpr/AtmosphereResourceImpl.removeFromAllBroadcasters:()Lorg/atmosphere/cpr/AtmosphereResource;]
AtmosphereResourceImpl.uniqueBroadcaster ( Broadcaster newB ) : AtmosphereResource
[mangled: org/atmosphere/cpr/AtmosphereResourceImpl.uniqueBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/cpr/AtmosphereResource;]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceLifecycleInterceptor.class
package org.atmosphere.interceptor
AtmosphereResourceLifecycleInterceptor.destroy ( ) : void
[mangled: org/atmosphere/interceptor/AtmosphereResourceLifecycleInterceptor.destroy:()V]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceListener.class
package org.atmosphere.cpr
AtmosphereResourceListener.onDisconnect ( String p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereResourceListener.onDisconnect:(Ljava/lang/String;)V]
AtmosphereResourceListener.onSuspended ( String p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereResourceListener.onSuspended:(Ljava/lang/String;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceListenerAdapter.class
package org.atmosphere.cpr
AtmosphereResourceListenerAdapter.AtmosphereResourceListenerAdapter ( )
[mangled: org/atmosphere/cpr/AtmosphereResourceListenerAdapter."<init>":()V]
AtmosphereResourceListenerAdapter.onDisconnect ( String uuid ) : void
[mangled: org/atmosphere/cpr/AtmosphereResourceListenerAdapter.onDisconnect:(Ljava/lang/String;)V]
AtmosphereResourceListenerAdapter.onSuspended ( String uuid ) : void
[mangled: org/atmosphere/cpr/AtmosphereResourceListenerAdapter.onSuspended:(Ljava/lang/String;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceListenerServiceProcessor.class
package org.atmosphere.annotation
AtmosphereResourceListenerServiceProcessor.AtmosphereResourceListenerServiceProcessor ( )
[mangled: org/atmosphere/annotation/AtmosphereResourceListenerServiceProcessor."<init>":()V]
AtmosphereResourceListenerServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass ) : void
[mangled: org/atmosphere/annotation/AtmosphereResourceListenerServiceProcessor.handle:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/lang/Class;)V]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceSessionFactory.class
package org.atmosphere.cpr
AtmosphereResourceSessionFactory.destroy ( ) [abstract] : void
[mangled: org/atmosphere/cpr/AtmosphereResourceSessionFactory.destroy:()V]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceSessionFactoryInjectable.class
package org.atmosphere.inject
AtmosphereResourceSessionFactoryInjectable.AtmosphereResourceSessionFactoryInjectable ( )
[mangled: org/atmosphere/inject/AtmosphereResourceSessionFactoryInjectable."<init>":()V]
AtmosphereResourceSessionFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config ) : org.atmosphere.cpr.AtmosphereResourceSessionFactory
[mangled: org/atmosphere/inject/AtmosphereResourceSessionFactoryInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/AtmosphereResourceSessionFactory;]
AtmosphereResourceSessionFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 ) : Object
[mangled: org/atmosphere/inject/AtmosphereResourceSessionFactoryInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/Object;]
AtmosphereResourceSessionFactoryInjectable.supportedType ( reflect.Type t ) : boolean
[mangled: org/atmosphere/inject/AtmosphereResourceSessionFactoryInjectable.supportedType:(Ljava/lang/reflect/Type;)Z]
atmosphere-runtime-2.3.1.jar, AtmosphereResourceStateRecovery.class
package org.atmosphere.interceptor
AtmosphereResourceStateRecovery.destroy ( ) : void
[mangled: org/atmosphere/interceptor/AtmosphereResourceStateRecovery.destroy:()V]
atmosphere-runtime-2.3.1.jar, BoundedApachePoolableProvider.class
package org.atmosphere.pool
BoundedApachePoolableProvider.borrowBroadcaster ( Object id ) : org.atmosphere.cpr.Broadcaster
[mangled: org/atmosphere/pool/BoundedApachePoolableProvider.borrowBroadcaster:(Ljava/lang/Object;)Lorg/atmosphere/cpr/Broadcaster;]
BoundedApachePoolableProvider.BoundedApachePoolableProvider ( )
[mangled: org/atmosphere/pool/BoundedApachePoolableProvider."<init>":()V]
BoundedApachePoolableProvider.configureGenericObjectPoolConfig ( ) : void
[mangled: org/atmosphere/pool/BoundedApachePoolableProvider.configureGenericObjectPoolConfig:()V]
atmosphere-runtime-2.3.1.jar, Broadcaster.class
package org.atmosphere.cpr
Broadcaster.getBroadcasterLifeCyclePolicy ( ) [abstract] : BroadcasterLifeCyclePolicy
[mangled: org/atmosphere/cpr/Broadcaster.getBroadcasterLifeCyclePolicy:()Lorg/atmosphere/cpr/BroadcasterLifeCyclePolicy;]
atmosphere-runtime-2.3.1.jar, BroadcasterCreationException.class
package org.atmosphere.cpr
BroadcasterFactory.BroadcasterCreationException.BroadcasterFactory.BroadcasterCreationException ( Throwable t )
[mangled: org/atmosphere/cpr/BroadcasterFactory.BroadcasterCreationException."<init>":(Ljava/lang/Throwable;)V]
atmosphere-runtime-2.3.1.jar, BroadcasterFactory.class
package org.atmosphere.cpr
BroadcasterFactory.broadcasterListeners ( ) [abstract] : java.util.Collection
[mangled: org/atmosphere/cpr/BroadcasterFactory.broadcasterListeners:()Ljava/util/Collection;]
atmosphere-runtime-2.3.1.jar, BroadcasterFactoryInjectable.class
package org.atmosphere.inject
BroadcasterFactoryInjectable.BroadcasterFactoryInjectable ( )
[mangled: org/atmosphere/inject/BroadcasterFactoryInjectable."<init>":()V]
BroadcasterFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config ) : org.atmosphere.cpr.BroadcasterFactory
[mangled: org/atmosphere/inject/BroadcasterFactoryInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/BroadcasterFactory;]
BroadcasterFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 ) : Object
[mangled: org/atmosphere/inject/BroadcasterFactoryInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/Object;]
BroadcasterFactoryInjectable.supportedType ( reflect.Type t ) : boolean
[mangled: org/atmosphere/inject/BroadcasterFactoryInjectable.supportedType:(Ljava/lang/reflect/Type;)Z]
atmosphere-runtime-2.3.1.jar, BroadcasterLifecyclePolicyHandler.class
package org.atmosphere.lifecycle
BroadcasterLifecyclePolicyHandler.BroadcasterLifecyclePolicyHandler ( )
[mangled: org/atmosphere/lifecycle/BroadcasterLifecyclePolicyHandler."<init>":()V]
BroadcasterLifecyclePolicyHandler.onPostCreate ( org.atmosphere.cpr.Broadcaster b ) : void
[mangled: org/atmosphere/lifecycle/BroadcasterLifecyclePolicyHandler.onPostCreate:(Lorg/atmosphere/cpr/Broadcaster;)V]
BroadcasterLifecyclePolicyHandler.onPreDestroy ( org.atmosphere.cpr.Broadcaster b ) : void
[mangled: org/atmosphere/lifecycle/BroadcasterLifecyclePolicyHandler.onPreDestroy:(Lorg/atmosphere/cpr/Broadcaster;)V]
BroadcasterLifecyclePolicyHandler.onRemoveAtmosphereResource ( org.atmosphere.cpr.Broadcaster b, org.atmosphere.cpr.AtmosphereResource r ) : void
[mangled: org/atmosphere/lifecycle/BroadcasterLifecyclePolicyHandler.onRemoveAtmosphereResource:(Lorg/atmosphere/cpr/Broadcaster;Lorg/atmosphere/cpr/AtmosphereResource;)V]
atmosphere-runtime-2.3.1.jar, ContainerInitializer.class
package org.atmosphere.cpr
ContainerInitializer.ContainerInitializer ( )
[mangled: org/atmosphere/cpr/ContainerInitializer."<init>":()V]
ContainerInitializer.onStartup ( java.util.Set classes, javax.servlet.ServletContext c ) : void
[mangled: org/atmosphere/cpr/ContainerInitializer.onStartup:(Ljava/util/Set;Ljavax/servlet/ServletContext;)V]
atmosphere-runtime-2.3.1.jar, DefaultAnnotationProcessor.class
package org.atmosphere.cpr
DefaultAnnotationProcessor.configure ( AtmosphereConfig config ) : void
[mangled: org/atmosphere/cpr/DefaultAnnotationProcessor.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, DefaultAtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereFramework.DefaultAtmosphereObjectFactory.allowInjectionOf ( Object o ) : AtmosphereObjectFactory
[mangled: org/atmosphere/cpr/AtmosphereFramework.DefaultAtmosphereObjectFactory.allowInjectionOf:(Ljava/lang/Object;)Lorg/atmosphere/cpr/AtmosphereObjectFactory;]
AtmosphereFramework.DefaultAtmosphereObjectFactory.configure ( AtmosphereConfig config ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.DefaultAtmosphereObjectFactory.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
AtmosphereFramework.DefaultAtmosphereObjectFactory.newClassInstance ( Class classType, Class defaultType ) : Object
[mangled: org/atmosphere/cpr/AtmosphereFramework.DefaultAtmosphereObjectFactory.newClassInstance:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
atmosphere-runtime-2.3.1.jar, DefaultAtmosphereResourceFactory.class
package org.atmosphere.cpr
DefaultAtmosphereResourceFactory.locate ( String uuid, AtmosphereResourceFactory.Async async ) : void
[mangled: org/atmosphere/cpr/DefaultAtmosphereResourceFactory.locate:(Ljava/lang/String;Lorg/atmosphere/cpr/AtmosphereResourceFactory$Async;)V]
atmosphere-runtime-2.3.1.jar, DefaultAtmosphereResourceSessionFactory.class
package org.atmosphere.cpr
DefaultAtmosphereResourceSessionFactory.destroy ( ) : void
[mangled: org/atmosphere/cpr/DefaultAtmosphereResourceSessionFactory.destroy:()V]
DefaultAtmosphereResourceSessionFactory.getSession ( AtmosphereResource resource ) : AtmosphereResourceSession
[mangled: org/atmosphere/cpr/DefaultAtmosphereResourceSessionFactory.getSession:(Lorg/atmosphere/cpr/AtmosphereResource;)Lorg/atmosphere/cpr/AtmosphereResourceSession;]
atmosphere-runtime-2.3.1.jar, DefaultBroadcaster.class
package org.atmosphere.cpr
DefaultBroadcaster.broadcasterListeners ( ) : java.util.Collection
[mangled: org/atmosphere/cpr/DefaultBroadcaster.broadcasterListeners:()Ljava/util/Collection;]
DefaultBroadcaster.currentLifecycleTask ( ) : java.util.concurrent.Future
[mangled: org/atmosphere/cpr/DefaultBroadcaster.currentLifecycleTask:()Ljava/util/concurrent/Future;]
DefaultBroadcaster.currentLifecycleTask ( java.util.concurrent.Future currentLifecycleTask ) : DefaultBroadcaster
[mangled: org/atmosphere/cpr/DefaultBroadcaster.currentLifecycleTask:(Ljava/util/concurrent/Future;)Lorg/atmosphere/cpr/DefaultBroadcaster;]
DefaultBroadcaster.getBroadcasterLifeCyclePolicy ( ) : BroadcasterLifeCyclePolicy
[mangled: org/atmosphere/cpr/DefaultBroadcaster.getBroadcasterLifeCyclePolicy:()Lorg/atmosphere/cpr/BroadcasterLifeCyclePolicy;]
DefaultBroadcaster.lifecycleHandler ( ) : org.atmosphere.lifecycle.LifecycleHandler
[mangled: org/atmosphere/cpr/DefaultBroadcaster.lifecycleHandler:()Lorg/atmosphere/lifecycle/LifecycleHandler;]
DefaultBroadcaster.lifecycleHandler ( org.atmosphere.lifecycle.LifecycleHandler lifecycleHandler ) : DefaultBroadcaster
[mangled: org/atmosphere/cpr/DefaultBroadcaster.lifecycleHandler:(Lorg/atmosphere/lifecycle/LifecycleHandler;)Lorg/atmosphere/cpr/DefaultBroadcaster;]
DefaultBroadcaster.recentActivity ( ) : java.util.concurrent.atomic.AtomicBoolean
[mangled: org/atmosphere/cpr/DefaultBroadcaster.recentActivity:()Ljava/util/concurrent/atomic/AtomicBoolean;]
DefaultBroadcaster.rename ( String id ) : Broadcaster
[mangled: org/atmosphere/cpr/DefaultBroadcaster.rename:(Ljava/lang/String;)Lorg/atmosphere/cpr/Broadcaster;]
atmosphere-runtime-2.3.1.jar, DefaultBroadcasterCache.class
package org.atmosphere.cache
DefaultBroadcasterCache.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/cache/DefaultBroadcasterCache.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, DefaultBroadcasterFactory.class
package org.atmosphere.cpr
DefaultBroadcasterFactory.broadcasterListeners ( ) : java.util.Collection
[mangled: org/atmosphere/cpr/DefaultBroadcasterFactory.broadcasterListeners:()Ljava/util/Collection;]
atmosphere-runtime-2.3.1.jar, DefaultMetaBroadcaster.class
package org.atmosphere.cpr
DefaultMetaBroadcaster.addBroadcasterListener ( BroadcasterListener b ) : MetaBroadcaster
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.addBroadcasterListener:(Lorg/atmosphere/cpr/BroadcasterListener;)Lorg/atmosphere/cpr/MetaBroadcaster;]
DefaultMetaBroadcaster.broadcast ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage ) : DefaultMetaBroadcaster.MetaBroadcasterFuture
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.broadcast:(Ljava/lang/String;Ljava/lang/Object;ILjava/util/concurrent/TimeUnit;ZZ)Lorg/atmosphere/cpr/DefaultMetaBroadcaster$MetaBroadcasterFuture;]
DefaultMetaBroadcaster.broadcastTo ( String broadcasterID, Object message ) : java.util.concurrent.Future
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.broadcastTo:(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/concurrent/Future;]
DefaultMetaBroadcaster.broadcastTo ( String broadcasterID, Object message, boolean cacheMessage ) : java.util.concurrent.Future
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.broadcastTo:(Ljava/lang/String;Ljava/lang/Object;Z)Ljava/util/concurrent/Future;]
DefaultMetaBroadcaster.cache ( MetaBroadcaster.MetaBroadcasterCache cache ) : MetaBroadcaster
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.cache:(Lorg/atmosphere/cpr/MetaBroadcaster$MetaBroadcasterCache;)Lorg/atmosphere/cpr/MetaBroadcaster;]
DefaultMetaBroadcaster.configure ( AtmosphereConfig config ) : void
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
DefaultMetaBroadcaster.DefaultMetaBroadcaster ( )
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster."<init>":()V]
DefaultMetaBroadcaster.delayTo ( String broadcasterID, Object message, int time, java.util.concurrent.TimeUnit unit ) : java.util.concurrent.Future
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.delayTo:(Ljava/lang/String;Ljava/lang/Object;ILjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;]
DefaultMetaBroadcaster.destroy ( ) : void
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.destroy:()V]
DefaultMetaBroadcaster.flushCache ( ) : MetaBroadcaster
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.flushCache:()Lorg/atmosphere/cpr/MetaBroadcaster;]
DefaultMetaBroadcaster.map ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage ) : DefaultMetaBroadcaster.MetaBroadcasterFuture
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.map:(Ljava/lang/String;Ljava/lang/Object;ILjava/util/concurrent/TimeUnit;ZZ)Lorg/atmosphere/cpr/DefaultMetaBroadcaster$MetaBroadcasterFuture;]
DefaultMetaBroadcaster.removeBroadcasterListener ( BroadcasterListener b ) : MetaBroadcaster
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.removeBroadcasterListener:(Lorg/atmosphere/cpr/BroadcasterListener;)Lorg/atmosphere/cpr/MetaBroadcaster;]
DefaultMetaBroadcaster.scheduleTo ( String broadcasterID, Object message, int time, java.util.concurrent.TimeUnit unit ) : java.util.concurrent.Future
[mangled: org/atmosphere/cpr/DefaultMetaBroadcaster.scheduleTo:(Ljava/lang/String;Ljava/lang/Object;ILjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;]
atmosphere-runtime-2.3.1.jar, DefaultUUIDProvider.class
package org.atmosphere.util
DefaultUUIDProvider.DefaultUUIDProvider ( )
[mangled: org/atmosphere/util/DefaultUUIDProvider."<init>":()V]
DefaultUUIDProvider.generateUuid ( ) : String
[mangled: org/atmosphere/util/DefaultUUIDProvider.generateUuid:()Ljava/lang/String;]
atmosphere-runtime-2.3.1.jar, DefaultWebSocketProcessor.class
package org.atmosphere.websocket
DefaultWebSocketProcessor.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : WebSocketProcessor
[mangled: org/atmosphere/websocket/DefaultWebSocketProcessor.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/websocket/WebSocketProcessor;]
DefaultWebSocketProcessor.DefaultWebSocketProcessor ( )
[mangled: org/atmosphere/websocket/DefaultWebSocketProcessor."<init>":()V]
DefaultWebSocketProcessor.onPing ( WebSocket webSocket, byte[ ] payload, int offset, int length ) : void
[mangled: org/atmosphere/websocket/DefaultWebSocketProcessor.onPing:(Lorg/atmosphere/websocket/WebSocket;[BII)V]
DefaultWebSocketProcessor.onPong ( WebSocket webSocket, byte[ ] payload, int offset, int length ) : void
[mangled: org/atmosphere/websocket/DefaultWebSocketProcessor.onPong:(Lorg/atmosphere/websocket/WebSocket;[BII)V]
atmosphere-runtime-2.3.1.jar, ExecutorsFactory.class
package org.atmosphere.util
ExecutorsFactory.reset ( org.atmosphere.cpr.AtmosphereConfig config ) [static] : void
[mangled: org/atmosphere/util/ExecutorsFactory.reset:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, ForkJoinPool.class
package org.atmosphere.util
ForkJoinPool.awaitTermination ( long timeout, java.util.concurrent.TimeUnit unit ) : boolean
[mangled: org/atmosphere/util/ForkJoinPool.awaitTermination:(JLjava/util/concurrent/TimeUnit;)Z]
ForkJoinPool.execute ( Runnable command ) : void
[mangled: org/atmosphere/util/ForkJoinPool.execute:(Ljava/lang/Runnable;)V]
ForkJoinPool.ForkJoinPool ( )
[mangled: org/atmosphere/util/ForkJoinPool."<init>":()V]
ForkJoinPool.isShutdown ( ) : boolean
[mangled: org/atmosphere/util/ForkJoinPool.isShutdown:()Z]
ForkJoinPool.isTerminated ( ) : boolean
[mangled: org/atmosphere/util/ForkJoinPool.isTerminated:()Z]
ForkJoinPool.pool ( ) : java.util.concurrent.ForkJoinPool
[mangled: org/atmosphere/util/ForkJoinPool.pool:()Ljava/util/concurrent/ForkJoinPool;]
ForkJoinPool.shutdown ( ) : void
[mangled: org/atmosphere/util/ForkJoinPool.shutdown:()V]
ForkJoinPool.shutdownNow ( ) : java.util.List
[mangled: org/atmosphere/util/ForkJoinPool.shutdownNow:()Ljava/util/List;]
atmosphere-runtime-2.3.1.jar, HeartbeatAtmosphereResourceEvent.class
package org.atmosphere.cpr
HeartbeatAtmosphereResourceEvent.HeartbeatAtmosphereResourceEvent ( AtmosphereResourceImpl resource )
[mangled: org/atmosphere/cpr/HeartbeatAtmosphereResourceEvent."<init>":(Lorg/atmosphere/cpr/AtmosphereResourceImpl;)V]
atmosphere-runtime-2.3.1.jar, HeartbeatInterceptor.class
package org.atmosphere.interceptor
HeartbeatInterceptor.destroy ( ) : void
[mangled: org/atmosphere/interceptor/HeartbeatInterceptor.destroy:()V]
atmosphere-runtime-2.3.1.jar, IdleResourceInterceptor.class
package org.atmosphere.interceptor
IdleResourceInterceptor.destroy ( ) : void
[mangled: org/atmosphere/interceptor/IdleResourceInterceptor.destroy:()V]
atmosphere-runtime-2.3.1.jar, Injectable.class
package org.atmosphere.inject
Injectable.injectable ( org.atmosphere.cpr.AtmosphereConfig p1 ) [abstract] : Object
[mangled: org/atmosphere/inject/Injectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/Object;]
Injectable.supportedType ( reflect.Type p1 ) [abstract] : boolean
[mangled: org/atmosphere/inject/Injectable.supportedType:(Ljava/lang/reflect/Type;)Z]
atmosphere-runtime-2.3.1.jar, InjectableObjectFactory.class
package org.atmosphere.inject
InjectableObjectFactory.allowInjectionOf ( Object x0 ) : org.atmosphere.cpr.AtmosphereObjectFactory
[mangled: org/atmosphere/inject/InjectableObjectFactory.allowInjectionOf:(Ljava/lang/Object;)Lorg/atmosphere/cpr/AtmosphereObjectFactory;]
InjectableObjectFactory.allowInjectionOf ( Injectable injectable ) : org.atmosphere.cpr.AtmosphereObjectFactory
[mangled: org/atmosphere/inject/InjectableObjectFactory.allowInjectionOf:(Lorg/atmosphere/inject/Injectable;)Lorg/atmosphere/cpr/AtmosphereObjectFactory;]
InjectableObjectFactory.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/inject/InjectableObjectFactory.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
InjectableObjectFactory.InjectableObjectFactory ( )
[mangled: org/atmosphere/inject/InjectableObjectFactory."<init>":()V]
InjectableObjectFactory.injectAtmosphereInternalObject ( Object instance, Class defaultType, org.atmosphere.cpr.AtmosphereFramework framework ) : void
[mangled: org/atmosphere/inject/InjectableObjectFactory.injectAtmosphereInternalObject:(Ljava/lang/Object;Ljava/lang/Class;Lorg/atmosphere/cpr/AtmosphereFramework;)V]
InjectableObjectFactory.newClassInstance ( Class classType, Class defaultType ) : Object
[mangled: org/atmosphere/inject/InjectableObjectFactory.newClassInstance:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
InjectableObjectFactory.postConstructExecution ( Object instance, Class defaultType ) : void
[mangled: org/atmosphere/inject/InjectableObjectFactory.postConstructExecution:(Ljava/lang/Object;Ljava/lang/Class;)V]
InjectableObjectFactory.toString ( ) : String
[mangled: org/atmosphere/inject/InjectableObjectFactory.toString:()Ljava/lang/String;]
atmosphere-runtime-2.3.1.jar, IOUtils.class
package org.atmosphere.util
IOUtils.guestRawServletPath ( org.atmosphere.cpr.AtmosphereConfig config ) [static] : String
[mangled: org/atmosphere/util/IOUtils.guestRawServletPath:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/String;]
atmosphere-runtime-2.3.1.jar, JSR356AsyncSupport.class
package org.atmosphere.container
JSR356AsyncSupport.JSR356AsyncSupport ( org.atmosphere.cpr.AtmosphereConfig config, javax.servlet.ServletContext ctx )
[mangled: org/atmosphere/container/JSR356AsyncSupport."<init>":(Lorg/atmosphere/cpr/AtmosphereConfig;Ljavax/servlet/ServletContext;)V]
atmosphere-runtime-2.3.1.jar, LifecycleHandler.class
package org.atmosphere.lifecycle
LifecycleHandler.LifecycleHandler ( )
[mangled: org/atmosphere/lifecycle/LifecycleHandler."<init>":()V]
LifecycleHandler.notifyDestroyListener ( org.atmosphere.cpr.DefaultBroadcaster broadcaster ) : void
[mangled: org/atmosphere/lifecycle/LifecycleHandler.notifyDestroyListener:(Lorg/atmosphere/cpr/DefaultBroadcaster;)V]
LifecycleHandler.notifyEmptyListener ( org.atmosphere.cpr.DefaultBroadcaster broadcaster ) : void
[mangled: org/atmosphere/lifecycle/LifecycleHandler.notifyEmptyListener:(Lorg/atmosphere/cpr/DefaultBroadcaster;)V]
LifecycleHandler.notifyIdleListener ( org.atmosphere.cpr.DefaultBroadcaster broadcaster ) : void
[mangled: org/atmosphere/lifecycle/LifecycleHandler.notifyIdleListener:(Lorg/atmosphere/cpr/DefaultBroadcaster;)V]
LifecycleHandler.off ( org.atmosphere.cpr.DefaultBroadcaster broadcaster ) : LifecycleHandler
[mangled: org/atmosphere/lifecycle/LifecycleHandler.off:(Lorg/atmosphere/cpr/DefaultBroadcaster;)Lorg/atmosphere/lifecycle/LifecycleHandler;]
LifecycleHandler.offIfEmpty ( org.atmosphere.cpr.DefaultBroadcaster broadcaster ) : LifecycleHandler
[mangled: org/atmosphere/lifecycle/LifecycleHandler.offIfEmpty:(Lorg/atmosphere/cpr/DefaultBroadcaster;)Lorg/atmosphere/lifecycle/LifecycleHandler;]
LifecycleHandler.on ( org.atmosphere.cpr.DefaultBroadcaster broadcaster ) : LifecycleHandler
[mangled: org/atmosphere/lifecycle/LifecycleHandler.on:(Lorg/atmosphere/cpr/DefaultBroadcaster;)Lorg/atmosphere/lifecycle/LifecycleHandler;]
atmosphere-runtime-2.3.1.jar, MetaBroadcaster.class
package org.atmosphere.cpr
MetaBroadcaster.broadcastTo ( String p1, Object p2, boolean p3 ) [abstract] : java.util.concurrent.Future
[mangled: org/atmosphere/cpr/MetaBroadcaster.broadcastTo:(Ljava/lang/String;Ljava/lang/Object;Z)Ljava/util/concurrent/Future;]
atmosphere-runtime-2.3.1.jar, MetaBroadcasterInjectable.class
package org.atmosphere.inject
MetaBroadcasterInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config ) : org.atmosphere.cpr.MetaBroadcaster
[mangled: org/atmosphere/inject/MetaBroadcasterInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/MetaBroadcaster;]
MetaBroadcasterInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 ) : Object
[mangled: org/atmosphere/inject/MetaBroadcasterInjectable.injectable:(Lorg/atmosphere/cpr/AtmosphereConfig;)Ljava/lang/Object;]
MetaBroadcasterInjectable.MetaBroadcasterInjectable ( )
[mangled: org/atmosphere/inject/MetaBroadcasterInjectable."<init>":()V]
MetaBroadcasterInjectable.supportedType ( reflect.Type t ) : boolean
[mangled: org/atmosphere/inject/MetaBroadcasterInjectable.supportedType:(Ljava/lang/reflect/Type;)Z]
atmosphere-runtime-2.3.1.jar, Meteor.class
package org.atmosphere.cpr
Meteor.getAtmosphereConfig ( ) : AtmosphereConfig
[mangled: org/atmosphere/cpr/Meteor.getAtmosphereConfig:()Lorg/atmosphere/cpr/AtmosphereConfig;]
atmosphere-runtime-2.3.1.jar, PoolableBroadcasterFactory.class
package org.atmosphere.pool
PoolableBroadcasterFactory.add ( org.atmosphere.cpr.Broadcaster b, Object id ) : boolean
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.add:(Lorg/atmosphere/cpr/Broadcaster;Ljava/lang/Object;)Z]
PoolableBroadcasterFactory.configure ( String broadcasterLifeCyclePolicy ) : void
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.configure:(Ljava/lang/String;)V]
PoolableBroadcasterFactory.createBroadcaster ( ) : org.atmosphere.cpr.Broadcaster
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.createBroadcaster:()Lorg/atmosphere/cpr/Broadcaster;]
PoolableBroadcasterFactory.get ( ) : org.atmosphere.cpr.Broadcaster
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.get:()Lorg/atmosphere/cpr/Broadcaster;]
PoolableBroadcasterFactory.lookup ( Class c, Object id, boolean createIfNull, boolean unique ) : org.atmosphere.cpr.Broadcaster
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.lookup:(Ljava/lang/Class;Ljava/lang/Object;ZZ)Lorg/atmosphere/cpr/Broadcaster;]
PoolableBroadcasterFactory.lookupAll ( ) : java.util.Collection
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.lookupAll:()Ljava/util/Collection;]
PoolableBroadcasterFactory.PoolableBroadcasterFactory ( )
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory."<init>":()V]
PoolableBroadcasterFactory.PoolableBroadcasterFactory ( Class clazz, String broadcasterLifeCyclePolicy, org.atmosphere.cpr.AtmosphereConfig c ) *DEPRECATED*
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory."<init>":(Ljava/lang/Class;Ljava/lang/String;Lorg/atmosphere/cpr/AtmosphereConfig;)V]
PoolableBroadcasterFactory.poolableProvider ( ) : PoolableProvider
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.poolableProvider:()Lorg/atmosphere/pool/PoolableProvider;]
PoolableBroadcasterFactory.poolableProvider ( PoolableProvider poolableProvider ) : PoolableBroadcasterFactory
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.poolableProvider:(Lorg/atmosphere/pool/PoolableProvider;)Lorg/atmosphere/pool/PoolableBroadcasterFactory;]
PoolableBroadcasterFactory.remove ( Object id ) : boolean
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.remove:(Ljava/lang/Object;)Z]
PoolableBroadcasterFactory.remove ( org.atmosphere.cpr.Broadcaster b, Object id ) : boolean
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.remove:(Lorg/atmosphere/cpr/Broadcaster;Ljava/lang/Object;)Z]
PoolableBroadcasterFactory.removeAllAtmosphereResource ( org.atmosphere.cpr.AtmosphereResource r ) : void
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.removeAllAtmosphereResource:(Lorg/atmosphere/cpr/AtmosphereResource;)V]
PoolableBroadcasterFactory.trackPooledBroadcaster ( ) : boolean
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.trackPooledBroadcaster:()Z]
PoolableBroadcasterFactory.trackPooledBroadcaster ( boolean trackPooledBroadcaster ) : PoolableBroadcasterFactory
[mangled: org/atmosphere/pool/PoolableBroadcasterFactory.trackPooledBroadcaster:(Z)Lorg/atmosphere/pool/PoolableBroadcasterFactory;]
atmosphere-runtime-2.3.1.jar, PoolableProvider.class
package org.atmosphere.pool
PoolableProvider.activeBroadcaster ( ) [abstract] : long
[mangled: org/atmosphere/pool/PoolableProvider.activeBroadcaster:()J]
PoolableProvider.borrowBroadcaster ( Object p1 ) [abstract] : org.atmosphere.cpr.Broadcaster
[mangled: org/atmosphere/pool/PoolableProvider.borrowBroadcaster:(Ljava/lang/Object;)Lorg/atmosphere/cpr/Broadcaster;]
PoolableProvider.implementation ( ) [abstract] : Object
[mangled: org/atmosphere/pool/PoolableProvider.implementation:()Ljava/lang/Object;]
PoolableProvider.poolSize ( ) [abstract] : long
[mangled: org/atmosphere/pool/PoolableProvider.poolSize:()J]
PoolableProvider.returnBroadcaster ( org.atmosphere.cpr.Broadcaster p1 ) [abstract] : PoolableProvider
[mangled: org/atmosphere/pool/PoolableProvider.returnBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/pool/PoolableProvider;]
atmosphere-runtime-2.3.1.jar, ProtocolUtil.class
package org.atmosphere.websocket.protocol
ProtocolUtil.constructRequest ( org.atmosphere.websocket.WebSocket webSocket, String pathInfo, String requestURI, String methodType, String contentType, boolean destroyable ) [static] : org.atmosphere.cpr.AtmosphereRequest.Builder
[mangled: org/atmosphere/websocket/protocol/ProtocolUtil.constructRequest:(Lorg/atmosphere/websocket/WebSocket;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/atmosphere/cpr/AtmosphereRequest$Builder;]
atmosphere-runtime-2.3.1.jar, UnboundedApachePoolableProvider.class
package org.atmosphere.pool
UnboundedApachePoolableProvider.activeBroadcaster ( ) : long
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.activeBroadcaster:()J]
UnboundedApachePoolableProvider.borrowBroadcaster ( Object id ) : org.atmosphere.cpr.Broadcaster
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.borrowBroadcaster:(Ljava/lang/Object;)Lorg/atmosphere/cpr/Broadcaster;]
UnboundedApachePoolableProvider.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
UnboundedApachePoolableProvider.configureGenericObjectPoolConfig ( ) : void
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.configureGenericObjectPoolConfig:()V]
UnboundedApachePoolableProvider.implementation ( ) : Object
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.implementation:()Ljava/lang/Object;]
UnboundedApachePoolableProvider.implementation ( ) : org.apache.commons.pool2.impl.GenericObjectPool
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.implementation:()Lorg/apache/commons/pool2/impl/GenericObjectPool;]
UnboundedApachePoolableProvider.poolSize ( ) : long
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.poolSize:()J]
UnboundedApachePoolableProvider.returnBroadcaster ( org.atmosphere.cpr.Broadcaster b ) : PoolableProvider
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider.returnBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/pool/PoolableProvider;]
UnboundedApachePoolableProvider.UnboundedApachePoolableProvider ( )
[mangled: org/atmosphere/pool/UnboundedApachePoolableProvider."<init>":()V]
atmosphere-runtime-2.3.1.jar, Universe.class
package org.atmosphere.cpr
Universe.broadcasterFactory ( ) [static] : BroadcasterFactory
[mangled: org/atmosphere/cpr/Universe.broadcasterFactory:()Lorg/atmosphere/cpr/BroadcasterFactory;]
Universe.broadcasterFactory ( BroadcasterFactory a ) [static] : void
[mangled: org/atmosphere/cpr/Universe.broadcasterFactory:(Lorg/atmosphere/cpr/BroadcasterFactory;)V]
Universe.framework ( ) [static] : AtmosphereFramework
[mangled: org/atmosphere/cpr/Universe.framework:()Lorg/atmosphere/cpr/AtmosphereFramework;]
Universe.framework ( AtmosphereFramework a ) [static] : void
[mangled: org/atmosphere/cpr/Universe.framework:(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
Universe.metaBroadcaster ( ) [static] : DefaultMetaBroadcaster
[mangled: org/atmosphere/cpr/Universe.metaBroadcaster:()Lorg/atmosphere/cpr/DefaultMetaBroadcaster;]
Universe.metaBroadcaster ( DefaultMetaBroadcaster a ) [static] : void
[mangled: org/atmosphere/cpr/Universe.metaBroadcaster:(Lorg/atmosphere/cpr/DefaultMetaBroadcaster;)V]
Universe.resourceFactory ( ) [static] : AtmosphereResourceFactory
[mangled: org/atmosphere/cpr/Universe.resourceFactory:()Lorg/atmosphere/cpr/AtmosphereResourceFactory;]
Universe.resourceFactory ( AtmosphereResourceFactory a ) [static] : void
[mangled: org/atmosphere/cpr/Universe.resourceFactory:(Lorg/atmosphere/cpr/AtmosphereResourceFactory;)V]
Universe.sessionFactory ( ) [static] : AtmosphereResourceSessionFactory
[mangled: org/atmosphere/cpr/Universe.sessionFactory:()Lorg/atmosphere/cpr/AtmosphereResourceSessionFactory;]
Universe.sessionResourceFactory ( AtmosphereResourceSessionFactory a ) [static] : void
[mangled: org/atmosphere/cpr/Universe.sessionResourceFactory:(Lorg/atmosphere/cpr/AtmosphereResourceSessionFactory;)V]
Universe.Universe ( )
[mangled: org/atmosphere/cpr/Universe."<init>":()V]
atmosphere-runtime-2.3.1.jar, UUIDBroadcasterCache.class
package org.atmosphere.cache
UUIDBroadcasterCache.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/cache/UUIDBroadcasterCache.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, UUIDProvider.class
package org.atmosphere.util
UUIDProvider.generateUuid ( ) [abstract] : String
[mangled: org/atmosphere/util/UUIDProvider.generateUuid:()Ljava/lang/String;]
atmosphere-runtime-2.3.1.jar, UUIDProviderServiceProcessor.class
package org.atmosphere.annotation
UUIDProviderServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass ) : void
[mangled: org/atmosphere/annotation/UUIDProviderServiceProcessor.handle:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/lang/Class;)V]
UUIDProviderServiceProcessor.UUIDProviderServiceProcessor ( )
[mangled: org/atmosphere/annotation/UUIDProviderServiceProcessor."<init>":()V]
atmosphere-runtime-2.3.1.jar, VoidAnnotationProcessor.class
package org.atmosphere.util
VoidAnnotationProcessor.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : void
[mangled: org/atmosphere/util/VoidAnnotationProcessor.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.3.1.jar, WebSocket.class
package org.atmosphere.websocket
WebSocket.attributes ( ) : java.util.Map
[mangled: org/atmosphere/websocket/WebSocket.attributes:()Ljava/util/Map;]
WebSocket.sendPing ( byte[ ] payload ) : WebSocket
[mangled: org/atmosphere/websocket/WebSocket.sendPing:([B)Lorg/atmosphere/websocket/WebSocket;]
WebSocket.sendPong ( byte[ ] payload ) : WebSocket
[mangled: org/atmosphere/websocket/WebSocket.sendPong:([B)Lorg/atmosphere/websocket/WebSocket;]
WebSocket.shiftAttributes ( ) : WebSocket
[mangled: org/atmosphere/websocket/WebSocket.shiftAttributes:()Lorg/atmosphere/websocket/WebSocket;]
atmosphere-runtime-2.3.1.jar, WebSocketHandlerProxy.class
package org.atmosphere.websocket
WebSocketProcessor.WebSocketHandlerProxy.WebSocketProcessor.WebSocketHandlerProxy ( Class broadcasterClazz, WebSocketHandler proxied )
[mangled: org/atmosphere/websocket/WebSocketProcessor.WebSocketHandlerProxy."<init>":(Ljava/lang/Class;Lorg/atmosphere/websocket/WebSocketHandler;)V]
atmosphere-runtime-2.3.1.jar, WebSocketPingPongListener.class
package org.atmosphere.websocket
WebSocketPingPongListener.onPing ( WebSocket p1, byte[ ] p2, int p3, int p4 ) [abstract] : void
[mangled: org/atmosphere/websocket/WebSocketPingPongListener.onPing:(Lorg/atmosphere/websocket/WebSocket;[BII)V]
WebSocketPingPongListener.onPong ( WebSocket p1, byte[ ] p2, int p3, int p4 ) [abstract] : void
[mangled: org/atmosphere/websocket/WebSocketPingPongListener.onPong:(Lorg/atmosphere/websocket/WebSocket;[BII)V]
atmosphere-runtime-2.3.1.jar, WebSocketProcessor.class
package org.atmosphere.websocket
WebSocketProcessor.configure ( org.atmosphere.cpr.AtmosphereConfig p1 ) [abstract] : WebSocketProcessor
[mangled: org/atmosphere/websocket/WebSocketProcessor.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/websocket/WebSocketProcessor;]
atmosphere-runtime-2.3.1.jar, WebSocketProcessorAdapter.class
package org.atmosphere.websocket
WebSocketProcessorAdapter.close ( WebSocket webSocket, int closeCode ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.close:(Lorg/atmosphere/websocket/WebSocket;I)V]
WebSocketProcessorAdapter.configure ( org.atmosphere.cpr.AtmosphereConfig config ) : WebSocketProcessor
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.configure:(Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/websocket/WebSocketProcessor;]
WebSocketProcessorAdapter.destroy ( ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.destroy:()V]
WebSocketProcessorAdapter.handshake ( javax.servlet.http.HttpServletRequest request ) : boolean
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.handshake:(Ljavax/servlet/http/HttpServletRequest;)Z]
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, byte[ ] data, int offset, int length ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.invokeWebSocketProtocol:(Lorg/atmosphere/websocket/WebSocket;[BII)V]
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, java.io.InputStream stream ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.invokeWebSocketProtocol:(Lorg/atmosphere/websocket/WebSocket;Ljava/io/InputStream;)V]
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, java.io.Reader reader ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.invokeWebSocketProtocol:(Lorg/atmosphere/websocket/WebSocket;Ljava/io/Reader;)V]
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, String webSocketMessage ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.invokeWebSocketProtocol:(Lorg/atmosphere/websocket/WebSocket;Ljava/lang/String;)V]
WebSocketProcessorAdapter.notifyListener ( WebSocket webSocket, WebSocketEventListener.WebSocketEvent webSocketEvent ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.notifyListener:(Lorg/atmosphere/websocket/WebSocket;Lorg/atmosphere/websocket/WebSocketEventListener$WebSocketEvent;)V]
WebSocketProcessorAdapter.open ( WebSocket webSocket, org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response ) : void
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.open:(Lorg/atmosphere/websocket/WebSocket;Lorg/atmosphere/cpr/AtmosphereRequest;Lorg/atmosphere/cpr/AtmosphereResponse;)V]
WebSocketProcessorAdapter.registerWebSocketHandler ( String path, WebSocketProcessor.WebSocketHandlerProxy webSockethandler ) : WebSocketProcessor
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter.registerWebSocketHandler:(Ljava/lang/String;Lorg/atmosphere/websocket/WebSocketProcessor$WebSocketHandlerProxy;)Lorg/atmosphere/websocket/WebSocketProcessor;]
WebSocketProcessorAdapter.WebSocketProcessorAdapter ( )
[mangled: org/atmosphere/websocket/WebSocketProcessorAdapter."<init>":()V]
richfaces-a4j-4.5.6.Final.jar, PanelIconBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconBasic.paintImage ( java.awt.Graphics2D p1, java.awt.Color p2, java.awt.Color p3, java.awt.Color p4 ) [abstract] : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconBasic.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V]
richfaces-a4j-4.5.6.Final.jar, PanelIconChevronBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconChevronBasic.paintImage ( java.awt.Graphics2D graphics2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconChevronBasic.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V]
richfaces-a4j-4.5.6.Final.jar, PanelIconDisc.class
package org.richfaces.renderkit.html.iconimages
PanelIconDisc.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconDisc.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V]
richfaces-a4j-4.5.6.Final.jar, PanelIconGrid.class
package org.richfaces.renderkit.html.iconimages
PanelIconGrid.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconGrid.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V]
richfaces-a4j-4.5.6.Final.jar, PanelIconTriangleBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconTriangleBasic.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconTriangleBasic.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V]
richfaces-a4j-4.5.6.Final.jar, UISequence.class
package org.richfaces.component
UISequence.invokeOnRow ( javax.faces.context.FacesContext facesContext, String clientId, javax.faces.component.ContextCallback callback ) : boolean
[mangled: org/richfaces/component/UISequence.invokeOnRow:(Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljavax/faces/component/ContextCallback;)Z]
richfaces-rich-4.5.6.Final.jar, AbstractFileUpload.class
package org.richfaces.component
AbstractFileUpload.getMaxFileSize ( ) [abstract] : long
[mangled: org/richfaces/component/AbstractFileUpload.getMaxFileSize:()J]
AbstractFileUpload.getOnsizerejected ( ) [abstract] : String
[mangled: org/richfaces/component/AbstractFileUpload.getOnsizerejected:()Ljava/lang/String;]
richfaces-rich-4.5.6.Final.jar, UIFileUpload.class
package org.richfaces.component
UIFileUpload.getMaxFileSize ( ) : long
[mangled: org/richfaces/component/UIFileUpload.getMaxFileSize:()J]
UIFileUpload.getOnsizerejected ( ) : String
[mangled: org/richfaces/component/UIFileUpload.getOnsizerejected:()Ljava/lang/String;]
UIFileUpload.setMaxFileSize ( long maxFileSize ) : void
[mangled: org/richfaces/component/UIFileUpload.setMaxFileSize:(J)V]
UIFileUpload.setOnsizerejected ( String onsizerejected ) : void
[mangled: org/richfaces/component/UIFileUpload.setOnsizerejected:(Ljava/lang/String;)V]
to the top
Removed Methods (49)
atmosphere-runtime-2.2.6.jar, AbstractBroadcasterCache.class
package org.atmosphere.cache
AbstractBroadcasterCache.configure ( org.atmosphere.cpr.BroadcasterConfig config ) : void
[mangled: org/atmosphere/cache/AbstractBroadcasterCache.configure:(Lorg/atmosphere/cpr/BroadcasterConfig;)V]
atmosphere-runtime-2.2.6.jar, AnnotationProcessor.class
package org.atmosphere.cpr
AnnotationProcessor.configure ( AtmosphereFramework p1 ) [abstract] : AnnotationProcessor
[mangled: org/atmosphere/cpr/AnnotationProcessor.configure:(Lorg/atmosphere/cpr/AtmosphereFramework;)Lorg/atmosphere/cpr/AnnotationProcessor;]
atmosphere-runtime-2.2.6.jar, AtmosphereFramework.class
package org.atmosphere.cpr
AtmosphereFramework.initGlobalInterceptors ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.initGlobalInterceptors:()V]
AtmosphereFramework.initHandlerInterceptors ( java.util.LinkedList l ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.initHandlerInterceptors:(Ljava/util/LinkedList;)V]
AtmosphereFramework.initInterceptors ( ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.initInterceptors:()V]
AtmosphereFramework.positionInterceptor ( org.atmosphere.interceptor.InvokationOrder.PRIORITY p, AtmosphereInterceptor c, java.util.LinkedList interceptors ) : void
[mangled: org/atmosphere/cpr/AtmosphereFramework.positionInterceptor:(Lorg/atmosphere/interceptor/InvokationOrder$PRIORITY;Lorg/atmosphere/cpr/AtmosphereInterceptor;Ljava/util/LinkedList;)V]
atmosphere-runtime-2.2.6.jar, AtmosphereFrameworkInitializer.class
package org.atmosphere.cpr
AtmosphereFrameworkInitializer.configureFramework ( javax.servlet.ServletConfig sc, boolean init, boolean useNative ) : AtmosphereFrameworkInitializer
[mangled: org/atmosphere/cpr/AtmosphereFrameworkInitializer.configureFramework:(Ljavax/servlet/ServletConfig;ZZ)Lorg/atmosphere/cpr/AtmosphereFrameworkInitializer;]
AtmosphereFrameworkInitializer.newAtmosphereFramework ( ) : AtmosphereFramework
[mangled: org/atmosphere/cpr/AtmosphereFrameworkInitializer.newAtmosphereFramework:()Lorg/atmosphere/cpr/AtmosphereFramework;]
atmosphere-runtime-2.2.6.jar, AtmosphereInitializer.class
package org.atmosphere.cpr
AtmosphereInitializer.AtmosphereInitializer ( )
[mangled: org/atmosphere/cpr/AtmosphereInitializer."<init>":()V]
AtmosphereInitializer.onStartup ( java.util.Set classes, javax.servlet.ServletContext c ) : void
[mangled: org/atmosphere/cpr/AtmosphereInitializer.onStartup:(Ljava/util/Set;Ljavax/servlet/ServletContext;)V]
atmosphere-runtime-2.2.6.jar, AtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereObjectFactory.newClassInstance ( AtmosphereFramework p1, Class p2, Class p3 ) [abstract] : Object
[mangled: org/atmosphere/cpr/AtmosphereObjectFactory.newClassInstance:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
atmosphere-runtime-2.2.6.jar, AtmosphereRequest.class
package org.atmosphere.cpr
AtmosphereRequest.cloneRequest ( javax.servlet.http.HttpServletRequest request, boolean loadInMemory, boolean copySession, boolean isDestroyable ) [static] : AtmosphereRequest
[mangled: org/atmosphere/cpr/AtmosphereRequest.cloneRequest:(Ljavax/servlet/http/HttpServletRequest;ZZZ)Lorg/atmosphere/cpr/AtmosphereRequest;]
atmosphere-runtime-2.2.6.jar, AtmosphereResourceFactory.class
package org.atmosphere.cpr
AtmosphereResourceFactory.AtmosphereResourceFactory ( )
[mangled: org/atmosphere/cpr/AtmosphereResourceFactory."<init>":()V]
AtmosphereResourceFactory.getDefault ( ) [static] : AtmosphereResourceFactory *DEPRECATED*
[mangled: org/atmosphere/cpr/AtmosphereResourceFactory.getDefault:()Lorg/atmosphere/cpr/AtmosphereResourceFactory;]
atmosphere-runtime-2.2.6.jar, AtmosphereResourceImpl.class
package org.atmosphere.cpr
AtmosphereResourceImpl.setBroadcaster ( Broadcaster broadcaster ) : AtmosphereResourceImpl
[mangled: org/atmosphere/cpr/AtmosphereResourceImpl.setBroadcaster:(Lorg/atmosphere/cpr/Broadcaster;)Lorg/atmosphere/cpr/AtmosphereResourceImpl;]
atmosphere-runtime-2.2.6.jar, AtmosphereResourceSessionFactory.class
package org.atmosphere.cpr
AtmosphereResourceSessionFactory.AtmosphereResourceSessionFactory ( )
[mangled: org/atmosphere/cpr/AtmosphereResourceSessionFactory."<init>":()V]
AtmosphereResourceSessionFactory.getDefault ( ) [static] : AtmosphereResourceSessionFactory
[mangled: org/atmosphere/cpr/AtmosphereResourceSessionFactory.getDefault:()Lorg/atmosphere/cpr/AtmosphereResourceSessionFactory;]
atmosphere-runtime-2.2.6.jar, BroadcasterCache.class
package org.atmosphere.cpr
BroadcasterCache.configure ( BroadcasterConfig p1 ) [abstract] : void
[mangled: org/atmosphere/cpr/BroadcasterCache.configure:(Lorg/atmosphere/cpr/BroadcasterConfig;)V]
atmosphere-runtime-2.2.6.jar, BroadcasterCreationException.class
package org.atmosphere.cpr
DefaultBroadcasterFactory.BroadcasterCreationException.DefaultBroadcasterFactory.BroadcasterCreationException ( Throwable t )
[mangled: org/atmosphere/cpr/DefaultBroadcasterFactory.BroadcasterCreationException."<init>":(Ljava/lang/Throwable;)V]
atmosphere-runtime-2.2.6.jar, BroadcasterFactory.class
package org.atmosphere.cpr
BroadcasterFactory.BroadcasterFactory ( )
[mangled: org/atmosphere/cpr/BroadcasterFactory."<init>":()V]
BroadcasterFactory.getDefault ( ) [static] : BroadcasterFactory *DEPRECATED*
[mangled: org/atmosphere/cpr/BroadcasterFactory.getDefault:()Lorg/atmosphere/cpr/BroadcasterFactory;]
atmosphere-runtime-2.2.6.jar, DefaultAnnotationProcessor.class
package org.atmosphere.cpr
DefaultAnnotationProcessor.configure ( AtmosphereFramework framework ) : AnnotationProcessor
[mangled: org/atmosphere/cpr/DefaultAnnotationProcessor.configure:(Lorg/atmosphere/cpr/AtmosphereFramework;)Lorg/atmosphere/cpr/AnnotationProcessor;]
atmosphere-runtime-2.2.6.jar, DefaultAtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereFramework.DefaultAtmosphereObjectFactory.newClassInstance ( AtmosphereFramework framework, Class classType, Class defaultType ) : Object
[mangled: org/atmosphere/cpr/AtmosphereFramework.DefaultAtmosphereObjectFactory.newClassInstance:(Lorg/atmosphere/cpr/AtmosphereFramework;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
atmosphere-runtime-2.2.6.jar, DefaultBroadcaster.class
package org.atmosphere.cpr
DefaultBroadcaster.broadcasterListeners ( ) : java.util.concurrent.ConcurrentLinkedQueue
[mangled: org/atmosphere/cpr/DefaultBroadcaster.broadcasterListeners:()Ljava/util/concurrent/ConcurrentLinkedQueue;]
DefaultBroadcaster.cacheLostMessage ( AtmosphereResource r ) : void
[mangled: org/atmosphere/cpr/DefaultBroadcaster.cacheLostMessage:(Lorg/atmosphere/cpr/AtmosphereResource;)V]
DefaultBroadcaster.notifyDestroyListener ( ) : void
[mangled: org/atmosphere/cpr/DefaultBroadcaster.notifyDestroyListener:()V]
DefaultBroadcaster.notifyEmptyListener ( ) : void
[mangled: org/atmosphere/cpr/DefaultBroadcaster.notifyEmptyListener:()V]
DefaultBroadcaster.notifyIdleListener ( ) : void
[mangled: org/atmosphere/cpr/DefaultBroadcaster.notifyIdleListener:()V]
atmosphere-runtime-2.2.6.jar, DefaultBroadcasterCache.class
package org.atmosphere.cache
DefaultBroadcasterCache.configure ( org.atmosphere.cpr.BroadcasterConfig config ) : void
[mangled: org/atmosphere/cache/DefaultBroadcasterCache.configure:(Lorg/atmosphere/cpr/BroadcasterConfig;)V]
atmosphere-runtime-2.2.6.jar, DefaultBroadcasterFactory.class
package org.atmosphere.cpr
DefaultBroadcasterFactory.buildAndReplaceDefaultfactory ( Class clazz, AtmosphereConfig c ) [static] : BroadcasterFactory
[mangled: org/atmosphere/cpr/DefaultBroadcasterFactory.buildAndReplaceDefaultfactory:(Ljava/lang/Class;Lorg/atmosphere/cpr/AtmosphereConfig;)Lorg/atmosphere/cpr/BroadcasterFactory;]
atmosphere-runtime-2.2.6.jar, DefaultWebSocketProcessor.class
package org.atmosphere.websocket
DefaultWebSocketProcessor.DefaultWebSocketProcessor ( org.atmosphere.cpr.AtmosphereFramework framework )
[mangled: org/atmosphere/websocket/DefaultWebSocketProcessor."<init>":(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
atmosphere-runtime-2.2.6.jar, HeartbeatAtmosphereResourceEvent.class
package org.atmosphere
HeartbeatAtmosphereResourceEvent.HeartbeatAtmosphereResourceEvent ( cpr.AtmosphereResourceImpl resource )
[mangled: org/atmosphere/HeartbeatAtmosphereResourceEvent."<init>":(Lorg/atmosphere/cpr/AtmosphereResourceImpl;)V]
atmosphere-runtime-2.2.6.jar, MetaBroadcaster.class
package org.atmosphere.cpr
MetaBroadcaster.broadcast ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage ) : MetaBroadcaster.MetaBroadcasterFuture
[mangled: org/atmosphere/cpr/MetaBroadcaster.broadcast:(Ljava/lang/String;Ljava/lang/Object;ILjava/util/concurrent/TimeUnit;ZZ)Lorg/atmosphere/cpr/MetaBroadcaster$MetaBroadcasterFuture;]
MetaBroadcaster.flushCache ( ) : MetaBroadcaster
[mangled: org/atmosphere/cpr/MetaBroadcaster.flushCache:()Lorg/atmosphere/cpr/MetaBroadcaster;]
MetaBroadcaster.getDefault ( ) [static] : MetaBroadcaster *DEPRECATED*
[mangled: org/atmosphere/cpr/MetaBroadcaster.getDefault:()Lorg/atmosphere/cpr/MetaBroadcaster;]
MetaBroadcaster.map ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage ) : MetaBroadcaster.MetaBroadcasterFuture
[mangled: org/atmosphere/cpr/MetaBroadcaster.map:(Ljava/lang/String;Ljava/lang/Object;ILjava/util/concurrent/TimeUnit;ZZ)Lorg/atmosphere/cpr/MetaBroadcaster$MetaBroadcasterFuture;]
MetaBroadcaster.MetaBroadcaster ( )
[mangled: org/atmosphere/cpr/MetaBroadcaster."<init>":()V]
MetaBroadcaster.MetaBroadcaster ( AtmosphereConfig config )
[mangled: org/atmosphere/cpr/MetaBroadcaster."<init>":(Lorg/atmosphere/cpr/AtmosphereConfig;)V]
atmosphere-runtime-2.2.6.jar, ProtocolUtil.class
package org.atmosphere.websocket.protocol
ProtocolUtil.constructRequest ( org.atmosphere.cpr.AtmosphereResource resource, String pathInfo, String requestURI, String methodType, String contentType, boolean destroyable ) [static] : org.atmosphere.cpr.AtmosphereRequest.Builder
[mangled: org/atmosphere/websocket/protocol/ProtocolUtil.constructRequest:(Lorg/atmosphere/cpr/AtmosphereResource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/atmosphere/cpr/AtmosphereRequest$Builder;]
atmosphere-runtime-2.2.6.jar, UUIDBroadcasterCache.class
package org.atmosphere.cache
UUIDBroadcasterCache.configure ( org.atmosphere.cpr.BroadcasterConfig config ) : void
[mangled: org/atmosphere/cache/UUIDBroadcasterCache.configure:(Lorg/atmosphere/cpr/BroadcasterConfig;)V]
atmosphere-runtime-2.2.6.jar, VoidAnnotationProcessor.class
package org.atmosphere.util
VoidAnnotationProcessor.configure ( org.atmosphere.cpr.AtmosphereFramework framework ) : org.atmosphere.cpr.AnnotationProcessor
[mangled: org/atmosphere/util/VoidAnnotationProcessor.configure:(Lorg/atmosphere/cpr/AtmosphereFramework;)Lorg/atmosphere/cpr/AnnotationProcessor;]
atmosphere-runtime-2.2.6.jar, WebSocketHandlerProxy.class
package org.atmosphere.websocket
WebSocketProcessor.WebSocketHandlerProxy.interceptors ( ) : java.util.List
[mangled: org/atmosphere/websocket/WebSocketProcessor.WebSocketHandlerProxy.interceptors:()Ljava/util/List;]
WebSocketProcessor.WebSocketHandlerProxy.WebSocketProcessor.WebSocketHandlerProxy ( Class broadcasterClazz, WebSocketHandler proxied, java.util.List interceptors )
[mangled: org/atmosphere/websocket/WebSocketProcessor.WebSocketHandlerProxy."<init>":(Ljava/lang/Class;Lorg/atmosphere/websocket/WebSocketHandler;Ljava/util/List;)V]
richfaces-a4j-4.5.5.Final.jar, PanelIconBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconBasic.paintImage ( java.awt.Graphics2D p1, java.awt.Color p2 ) [abstract] : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconBasic.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;)V]
PanelIconBasic.setDisabled ( boolean topIcon ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconBasic.setDisabled:(Z)V]
richfaces-a4j-4.5.5.Final.jar, PanelIconChevronBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconChevronBasic.paintImage ( java.awt.Graphics2D graphics2d, java.awt.Color color ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconChevronBasic.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;)V]
richfaces-a4j-4.5.5.Final.jar, PanelIconDisc.class
package org.richfaces.renderkit.html.iconimages
PanelIconDisc.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconDisc.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;)V]
richfaces-a4j-4.5.5.Final.jar, PanelIconGrid.class
package org.richfaces.renderkit.html.iconimages
PanelIconGrid.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconGrid.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;)V]
richfaces-a4j-4.5.5.Final.jar, PanelIconTriangleBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconTriangleBasic.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color ) : void
[mangled: org/richfaces/renderkit/html/iconimages/PanelIconTriangleBasic.paintImage:(Ljava/awt/Graphics2D;Ljava/awt/Color;)V]
to the top
Problems with Data Types, High Severity (38)
atmosphere-runtime-2.2.6.jar
package org.atmosphere
[+] HeartbeatAtmosphereResourceEvent (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HeartbeatAtmosphereResourceEvent. |
[+] affected methods (1)
HeartbeatAtmosphereResourceEvent ( cpr.AtmosphereResourceImpl )This constructor is from 'HeartbeatAtmosphereResourceEvent' class.
package org.atmosphere.cpr
[+] AnnotationProcessor (2)
| Change | Effect |
---|
1 | Added super-interface org.atmosphere.inject.AtmosphereConfigAware. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in org.atmosphere.inject.AtmosphereConfigAware. |
2 | Abstract method configure ( AtmosphereFramework ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method configure(AtmosphereFramework) in interface AnnotationProcessor. |
[+] affected methods (215)
atmosphereConfig ( java.lang.String[ ], AtmosphereFramework )Field 'framework.annotationProcessor' in 2nd parameter 'framework' of this method has type 'AnnotationProcessor'.
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
broadcasterClass ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
filters ( java.lang.Class[ ], AtmosphereFramework )Field 'framework.annotationProcessor' in 2nd parameter 'framework' of this method has type 'AnnotationProcessor'.
interceptors ( java.lang.Class[ ], AtmosphereFramework )Field 'framework.annotationProcessor' in 2nd parameter 'framework' of this method has type 'AnnotationProcessor'.
listeners ( java.lang.Class[ ], AtmosphereFramework )Field 'framework.annotationProcessor' in 2nd parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'p1.annotationProcessor' in 1st parameter 'p1' of this abstract method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
EmbeddedWebSocketHandler ( AtmosphereFramework )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.annotationProcessor' in 2nd parameter 'framework' of this method has type 'AnnotationProcessor'.
JettyWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.annotationProcessor' in 2nd parameter 'framework' of this method has type 'AnnotationProcessor'.
JSR356AsyncSupport.AtmosphereConfigurator ( AtmosphereFramework )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
JSR356Endpoint ( AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
TomcatWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.annotationProcessor' in 2nd parameter 'framework' of this method has type 'AnnotationProcessor'.
handleAnnotation ( AtmosphereFramework, java.lang.Class, java.lang.Class )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
destroy ( )This abstract method is from 'AnnotationProcessor' interface.
scan ( java.io.File )Return value of this abstract method has type 'AnnotationProcessor'.
scan ( java.lang.String )Return value of this abstract method has type 'AnnotationProcessor'.
scanAll ( )Return value of this abstract method has type 'AnnotationProcessor'.
AtmosphereConfig ( AtmosphereFramework )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
framework ( )Field 'retval.annotationProcessor' in return value of this method has type 'AnnotationProcessor'.
started ( AtmosphereFramework )Field 'p1.annotationProcessor' in 1st parameter 'p1' of this abstract method has type 'AnnotationProcessor'.
addAnnotationPackage ( java.lang.Class )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String, java.util.List )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.util.List )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addBroadcasterCacheListener ( BroadcasterCacheListener )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addBroadcasterListener ( BroadcasterListener )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addBroadcasterType ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addCustomAnnotationPackage ( java.lang.Class )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addInitParameter ( java.lang.String, java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler, java.util.List )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
allowAllClassesScan ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
allowAllClassesScan ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
analytics ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
annotationProcessor ( )Return value of this method has type 'AnnotationProcessor'.
annotationProcessorClassName ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
annotationScanned ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
asyncSupportListener ( AsyncSupportListener )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
asyncSupportListeners ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
atmosphereFactory ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
AtmosphereFramework ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
AtmosphereFramework ( boolean, boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
AtmosphereFramework ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
autoConfigureService ( javax.servlet.ServletContext )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
autoDetectContainer ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
broadcasterCacheListeners ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
broadcasterFilters ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
broadcasterFilters ( BroadcastFilter )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
broadcasterLifeCyclePolicy ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
broadcasterLifeCyclePolicy ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
broadcasterListeners ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
broadcasterTypes ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureBroadcaster ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureBroadcasterFactory ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureObjectFactory ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureQueryStringAsRequest ( AtmosphereRequest )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureRequestResponse ( AtmosphereRequest, AtmosphereResponse )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
createAsyncSupportResolver ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
customAnnotationPackages ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
defaultInterceptors ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
defaultPackagesToScan ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
destroy ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
detectSupportedFramework ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doCometSupport ( AtmosphereRequest, AtmosphereResponse )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doInitParams ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doInitParams ( javax.servlet.ServletConfig, boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
endPointMapper ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
endPointMapper ( org.atmosphere.util.EndpointMapper )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
excludedInterceptors ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
excludeInterceptor ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
externalizeDestroy ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
externalizeDestroy ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
filterManipulator ( BroadcasterConfig.FilterManipulator )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
filterManipulators ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getAsyncSupport ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getAtmosphereConfig ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getAtmosphereDotXmlPath ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getAtmosphereHandlers ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getBroadcasterCacheClassName ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getBroadcasterFactory ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getCometSupport ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getDefaultBroadcasterClassName ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getDefaultSerializerClass ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getDefaultSerializerClassName ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getHandlersPath ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getLibPath ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getServletConfig ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getServletContext ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getWebSocketProcessorClassName ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getWebSocketProtocol ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
getWebSocketProtocolClassName ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
init ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
init ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
init ( javax.servlet.ServletConfig, boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
initAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
initEndpointMapper ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
initialized ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
initWebSocket ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
inspectors ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
installAnnotationProcessor ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
interceptor ( AtmosphereInterceptor )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
interceptors ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isAServletFilter ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isBroadcasterSpecified ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isDestroyed ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isShareExecutorServices ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isUseBlockingImplementation ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isUseNativeImplementation ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isUseServlet30 ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
isUseStreamForFlushingComments ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
loadConfiguration ( javax.servlet.ServletConfig )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
loadMetaService ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
lookupDefaultBroadcasterType ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
lookupDefaultObjectFactoryType ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
mappingRegex ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
mappingRegex ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
metaBroadcaster ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
apply ( AtmosphereFramework, java.lang.Class )Field 'fwk.annotationProcessor' in 1st parameter 'fwk' of this method has type 'AnnotationProcessor'.
newAInterceptor ( java.lang.Class )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
newClassInstance ( java.lang.Class, java.lang.Class )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
objectFactory ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
objectFactory ( AtmosphereObjectFactory )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
objectFactoryType ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
packages ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
patchContainer ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
preventOOM ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
readSystemProperties ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
reconfigureInitParams ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
removeAllAtmosphereHandler ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
removeAllInitParams ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
removeAtmosphereHandler ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
resetStates ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
sessionSupport ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setAsyncSupport ( AsyncSupport )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setAtmosphereDotXmlPath ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setBroadcasterCacheClassName ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setBroadcasterFactory ( BroadcasterFactory )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setCometSupport ( AsyncSupport )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setDefaultBroadcasterClassName ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setDefaultSerializerClassName ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setHandlersPath ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setLibPath ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setUseBlockingImplementation ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setUseNativeImplementation ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setUseServlet30 ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setUseStreamForFlushingComments ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setWebsocketProcessorClassName ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
setWebSocketProtocolClassName ( java.lang.String )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
sharedThreadPools ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
sharedThreadPools ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
shareExecutorServices ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
webSocketEnabled ( )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
webSocketEnabled ( boolean )Field 'this.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
destroy ( )Field 'this.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
framework ( )Field 'this.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
AtmosphereServlet ( )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.initializer.framework.annotationProcessor' in return value of this method has type 'AnnotationProcessor'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'retval.initializer.framework.annotationProcessor' in return value of this method has type 'AnnotationProcessor'.
destroy ( )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
framework ( )Field 'retval.annotationProcessor' in return value of this method has type 'AnnotationProcessor'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework.annotationProcessor' in the object of this method has type 'AnnotationProcessor'.
newAtmosphereFramework ( )Field 'retval.annotationProcessor' in return value of this method has type 'AnnotationProcessor'.
scan ( java.io.File )Return value of this method has type 'AnnotationProcessor'.
scan ( java.lang.String )Return value of this method has type 'AnnotationProcessor'.
scanAll ( )Return value of this method has type 'AnnotationProcessor'.
getWebSocketProcessor ( AtmosphereFramework )Field 'framework.annotationProcessor' in 1st parameter 'framework' of this method has type 'AnnotationProcessor'.
scan ( java.io.File )Return value of this method has type 'AnnotationProcessor'.
scan ( java.lang.String )Return value of this method has type 'AnnotationProcessor'.
scanAll ( )Return value of this method has type 'AnnotationProcessor'.
[+] AtmosphereFramework (1)
| Change | Effect |
---|
1 | Field defaultInterceptors of type java.lang.Class[] has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable defaultInterceptors in AtmosphereFramework. |
[+] affected methods (205)
atmosphereConfig ( java.lang.String[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
broadcasterClass ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
filters ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
interceptors ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
listeners ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'p1' of this abstract method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
EmbeddedWebSocketHandler ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
JettyWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
JSR356AsyncSupport.AtmosphereConfigurator ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
JSR356Endpoint ( AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
TomcatWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
handleAnnotation ( AtmosphereFramework, java.lang.Class, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
AtmosphereConfig ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
framework ( )Return value of this method has type 'AtmosphereFramework'.
started ( AtmosphereFramework )1st parameter 'p1' of this abstract method has type 'AtmosphereFramework'.
addAnnotationPackage ( java.lang.Class )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String, java.util.List )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.util.List )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )This method is from 'AtmosphereFramework' class.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )This method is from 'AtmosphereFramework' class.
addBroadcasterCacheListener ( BroadcasterCacheListener )This method is from 'AtmosphereFramework' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'AtmosphereFramework' class.
addBroadcasterType ( java.lang.String )This method is from 'AtmosphereFramework' class.
addCustomAnnotationPackage ( java.lang.Class )This method is from 'AtmosphereFramework' class.
addInitParameter ( java.lang.String, java.lang.String )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler, java.util.List )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )This method is from 'AtmosphereFramework' class.
allowAllClassesScan ( )This method is from 'AtmosphereFramework' class.
allowAllClassesScan ( boolean )This method is from 'AtmosphereFramework' class.
analytics ( )This method is from 'AtmosphereFramework' class.
annotationProcessor ( )This method is from 'AtmosphereFramework' class.
annotationProcessorClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
annotationScanned ( boolean )This method is from 'AtmosphereFramework' class.
asyncSupportListener ( AsyncSupportListener )This method is from 'AtmosphereFramework' class.
asyncSupportListeners ( )This method is from 'AtmosphereFramework' class.
atmosphereFactory ( )This method is from 'AtmosphereFramework' class.
AtmosphereFramework ( )This constructor is from 'AtmosphereFramework' class.
AtmosphereFramework ( boolean, boolean )This constructor is from 'AtmosphereFramework' class.
AtmosphereFramework ( javax.servlet.ServletConfig )This constructor is from 'AtmosphereFramework' class.
autoConfigureService ( javax.servlet.ServletContext )This method is from 'AtmosphereFramework' class.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'AtmosphereFramework' class.
autoDetectContainer ( )This method is from 'AtmosphereFramework' class.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'AtmosphereFramework' class.
broadcasterCacheListeners ( )This method is from 'AtmosphereFramework' class.
broadcasterFilters ( )This method is from 'AtmosphereFramework' class.
broadcasterFilters ( BroadcastFilter )This method is from 'AtmosphereFramework' class.
broadcasterLifeCyclePolicy ( )This method is from 'AtmosphereFramework' class.
broadcasterLifeCyclePolicy ( java.lang.String )This method is from 'AtmosphereFramework' class.
broadcasterListeners ( )This method is from 'AtmosphereFramework' class.
broadcasterTypes ( )This method is from 'AtmosphereFramework' class.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
configureBroadcaster ( )This method is from 'AtmosphereFramework' class.
configureBroadcasterFactory ( )This method is from 'AtmosphereFramework' class.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )This method is from 'AtmosphereFramework' class.
configureObjectFactory ( )This method is from 'AtmosphereFramework' class.
configureQueryStringAsRequest ( AtmosphereRequest )This method is from 'AtmosphereFramework' class.
configureRequestResponse ( AtmosphereRequest, AtmosphereResponse )This method is from 'AtmosphereFramework' class.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )This method is from 'AtmosphereFramework' class.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
createAsyncSupportResolver ( )This method is from 'AtmosphereFramework' class.
customAnnotationPackages ( )This method is from 'AtmosphereFramework' class.
defaultInterceptors ( )This method is from 'AtmosphereFramework' class.
defaultPackagesToScan ( )This method is from 'AtmosphereFramework' class.
destroy ( )This method is from 'AtmosphereFramework' class.
detectSupportedFramework ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
doCometSupport ( AtmosphereRequest, AtmosphereResponse )This method is from 'AtmosphereFramework' class.
doInitParams ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
doInitParams ( javax.servlet.ServletConfig, boolean )This method is from 'AtmosphereFramework' class.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
endPointMapper ( )This method is from 'AtmosphereFramework' class.
endPointMapper ( org.atmosphere.util.EndpointMapper )This method is from 'AtmosphereFramework' class.
excludedInterceptors ( )This method is from 'AtmosphereFramework' class.
excludeInterceptor ( java.lang.String )This method is from 'AtmosphereFramework' class.
externalizeDestroy ( )This method is from 'AtmosphereFramework' class.
externalizeDestroy ( boolean )This method is from 'AtmosphereFramework' class.
filterManipulator ( BroadcasterConfig.FilterManipulator )This method is from 'AtmosphereFramework' class.
filterManipulators ( )This method is from 'AtmosphereFramework' class.
getAsyncSupport ( )This method is from 'AtmosphereFramework' class.
getAtmosphereConfig ( )This method is from 'AtmosphereFramework' class.
getAtmosphereDotXmlPath ( )This method is from 'AtmosphereFramework' class.
getAtmosphereHandlers ( )This method is from 'AtmosphereFramework' class.
getBroadcasterCacheClassName ( )This method is from 'AtmosphereFramework' class.
getBroadcasterFactory ( )This method is from 'AtmosphereFramework' class.
getCometSupport ( )This method is from 'AtmosphereFramework' class.
getDefaultBroadcasterClassName ( )This method is from 'AtmosphereFramework' class.
getDefaultSerializerClass ( )This method is from 'AtmosphereFramework' class.
getDefaultSerializerClassName ( )This method is from 'AtmosphereFramework' class.
getHandlersPath ( )This method is from 'AtmosphereFramework' class.
getLibPath ( )This method is from 'AtmosphereFramework' class.
getServletConfig ( )This method is from 'AtmosphereFramework' class.
getServletContext ( )This method is from 'AtmosphereFramework' class.
getWebSocketProcessorClassName ( )This method is from 'AtmosphereFramework' class.
getWebSocketProtocol ( )This method is from 'AtmosphereFramework' class.
getWebSocketProtocolClassName ( )This method is from 'AtmosphereFramework' class.
init ( )This method is from 'AtmosphereFramework' class.
init ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
init ( javax.servlet.ServletConfig, boolean )This method is from 'AtmosphereFramework' class.
initAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
initEndpointMapper ( )This method is from 'AtmosphereFramework' class.
initialized ( )This method is from 'AtmosphereFramework' class.
initWebSocket ( )This method is from 'AtmosphereFramework' class.
inspectors ( )This method is from 'AtmosphereFramework' class.
installAnnotationProcessor ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
interceptor ( AtmosphereInterceptor )This method is from 'AtmosphereFramework' class.
interceptors ( )This method is from 'AtmosphereFramework' class.
isAServletFilter ( )This method is from 'AtmosphereFramework' class.
isBroadcasterSpecified ( )This method is from 'AtmosphereFramework' class.
isDestroyed ( )This method is from 'AtmosphereFramework' class.
isShareExecutorServices ( )This method is from 'AtmosphereFramework' class.
isUseBlockingImplementation ( )This method is from 'AtmosphereFramework' class.
isUseNativeImplementation ( )This method is from 'AtmosphereFramework' class.
isUseServlet30 ( )This method is from 'AtmosphereFramework' class.
isUseStreamForFlushingComments ( )This method is from 'AtmosphereFramework' class.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )This method is from 'AtmosphereFramework' class.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'AtmosphereFramework' class.
loadConfiguration ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
loadMetaService ( )This method is from 'AtmosphereFramework' class.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'AtmosphereFramework' class.
lookupDefaultBroadcasterType ( java.lang.String )This method is from 'AtmosphereFramework' class.
lookupDefaultObjectFactoryType ( )This method is from 'AtmosphereFramework' class.
mappingRegex ( )This method is from 'AtmosphereFramework' class.
mappingRegex ( java.lang.String )This method is from 'AtmosphereFramework' class.
metaBroadcaster ( )This method is from 'AtmosphereFramework' class.
apply ( AtmosphereFramework, java.lang.Class )1st parameter 'fwk' of this method has type 'AtmosphereFramework'.
newAInterceptor ( java.lang.Class )This method is from 'AtmosphereFramework' class.
newClassInstance ( java.lang.Class, java.lang.Class )This method is from 'AtmosphereFramework' class.
objectFactory ( )This method is from 'AtmosphereFramework' class.
objectFactory ( AtmosphereObjectFactory )This method is from 'AtmosphereFramework' class.
objectFactoryType ( )This method is from 'AtmosphereFramework' class.
packages ( )This method is from 'AtmosphereFramework' class.
patchContainer ( )This method is from 'AtmosphereFramework' class.
preventOOM ( )This method is from 'AtmosphereFramework' class.
readSystemProperties ( )This method is from 'AtmosphereFramework' class.
reconfigureInitParams ( boolean )This method is from 'AtmosphereFramework' class.
removeAllAtmosphereHandler ( )This method is from 'AtmosphereFramework' class.
removeAllInitParams ( )This method is from 'AtmosphereFramework' class.
removeAtmosphereHandler ( java.lang.String )This method is from 'AtmosphereFramework' class.
resetStates ( )This method is from 'AtmosphereFramework' class.
sessionSupport ( boolean )This method is from 'AtmosphereFramework' class.
setAsyncSupport ( AsyncSupport )This method is from 'AtmosphereFramework' class.
setAtmosphereDotXmlPath ( java.lang.String )This method is from 'AtmosphereFramework' class.
setBroadcasterCacheClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setBroadcasterFactory ( BroadcasterFactory )This method is from 'AtmosphereFramework' class.
setCometSupport ( AsyncSupport )This method is from 'AtmosphereFramework' class.
setDefaultBroadcasterClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setDefaultSerializerClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setHandlersPath ( java.lang.String )This method is from 'AtmosphereFramework' class.
setLibPath ( java.lang.String )This method is from 'AtmosphereFramework' class.
setUseBlockingImplementation ( boolean )This method is from 'AtmosphereFramework' class.
setUseNativeImplementation ( boolean )This method is from 'AtmosphereFramework' class.
setUseServlet30 ( boolean )This method is from 'AtmosphereFramework' class.
setUseStreamForFlushingComments ( boolean )This method is from 'AtmosphereFramework' class.
setWebsocketProcessorClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setWebSocketProtocolClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
sharedThreadPools ( )This method is from 'AtmosphereFramework' class.
sharedThreadPools ( boolean )This method is from 'AtmosphereFramework' class.
shareExecutorServices ( boolean )This method is from 'AtmosphereFramework' class.
webSocketEnabled ( )This method is from 'AtmosphereFramework' class.
webSocketEnabled ( boolean )This method is from 'AtmosphereFramework' class.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework' in the object of this method has type 'AtmosphereFramework'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.framework' in the object of this method has type 'AtmosphereFramework'.
destroy ( )Field 'this.framework' in the object of this method has type 'AtmosphereFramework'.
framework ( )Field 'this.framework' in the object of this method has type 'AtmosphereFramework'.
AtmosphereServlet ( )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.initializer.framework' in return value of this method has type 'AtmosphereFramework'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'retval.initializer.framework' in return value of this method has type 'AtmosphereFramework'.
destroy ( )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
framework ( )Return value of this method has type 'AtmosphereFramework'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
newAtmosphereFramework ( )Return value of this method has type 'AtmosphereFramework'.
getWebSocketProcessor ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
[+] AtmosphereInitializer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AtmosphereInitializer. |
[+] affected methods (2)
AtmosphereInitializer ( )This constructor is from 'AtmosphereInitializer' class.
onStartup ( java.util.Set, javax.servlet.ServletContext )This method is from 'AtmosphereInitializer' class.
[+] AtmosphereInterceptor (2)
| Change | Effect |
---|
1 | Abstract method destroy ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroy() in AtmosphereInterceptor. |
2 | Added super-interface org.atmosphere.inject.AtmosphereConfigAware. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in org.atmosphere.inject.AtmosphereConfigAware. |
[+] affected methods (5)
listeners ( java.lang.Class[ ], AtmosphereFramework )Return value of this method has type 'AtmosphereInterceptor'.
interceptor ( AtmosphereInterceptor )1st parameter 'c' of this method has type 'AtmosphereInterceptor'.
newAInterceptor ( java.lang.Class )Return value of this method has type 'AtmosphereInterceptor'.
inspect ( AtmosphereResource )This abstract method is from 'AtmosphereInterceptor' interface.
postInspect ( AtmosphereResource )This abstract method is from 'AtmosphereInterceptor' interface.
[+] AtmosphereObjectFactory (4)
| Change | Effect |
---|
1 | Abstract method allowInjectionOf ( java.lang.Object ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method allowInjectionOf(java.lang.Object) in AtmosphereObjectFactory. |
2 | Abstract method newClassInstance ( java.lang.Class, java.lang.Class ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newClassInstance(java.lang.Class, java.lang.Class) in AtmosphereObjectFactory. |
3 | Added super-interface org.atmosphere.inject.AtmosphereConfigAware. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in org.atmosphere.inject.AtmosphereConfigAware. |
4 | Abstract method newClassInstance ( AtmosphereFramework, java.lang.Class, java.lang.Class ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method newClassInstance(AtmosphereFramework, java.lang.Class, java.lang.Class) in interface AtmosphereObjectFactory. |
[+] affected methods (205)
atmosphereConfig ( java.lang.String[ ], AtmosphereFramework )Field 'framework.objectFactory' in 2nd parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
broadcasterClass ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
filters ( java.lang.Class[ ], AtmosphereFramework )Field 'framework.objectFactory' in 2nd parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
interceptors ( java.lang.Class[ ], AtmosphereFramework )Field 'framework.objectFactory' in 2nd parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
listeners ( java.lang.Class[ ], AtmosphereFramework )Field 'framework.objectFactory' in 2nd parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'p1.objectFactory' in 1st parameter 'p1' of this abstract method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handle ( AtmosphereFramework, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
EmbeddedWebSocketHandler ( AtmosphereFramework )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.objectFactory' in 2nd parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
JettyWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.objectFactory' in 2nd parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
JSR356AsyncSupport.AtmosphereConfigurator ( AtmosphereFramework )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
JSR356Endpoint ( AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
TomcatWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.objectFactory' in 2nd parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
handleAnnotation ( AtmosphereFramework, java.lang.Class, java.lang.Class )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
AtmosphereConfig ( AtmosphereFramework )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
framework ( )Field 'retval.objectFactory' in return value of this method has type 'AtmosphereObjectFactory'.
started ( AtmosphereFramework )Field 'p1.objectFactory' in 1st parameter 'p1' of this abstract method has type 'AtmosphereObjectFactory'.
addAnnotationPackage ( java.lang.Class )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String, java.util.List )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.util.List )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addBroadcasterCacheListener ( BroadcasterCacheListener )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addBroadcasterListener ( BroadcasterListener )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addBroadcasterType ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addCustomAnnotationPackage ( java.lang.Class )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addInitParameter ( java.lang.String, java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler, java.util.List )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
allowAllClassesScan ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
allowAllClassesScan ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
analytics ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
annotationProcessor ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
annotationProcessorClassName ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
annotationScanned ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
asyncSupportListener ( AsyncSupportListener )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
asyncSupportListeners ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
atmosphereFactory ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
AtmosphereFramework ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
AtmosphereFramework ( boolean, boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
AtmosphereFramework ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
autoConfigureService ( javax.servlet.ServletContext )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
autoDetectContainer ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
broadcasterCacheListeners ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
broadcasterFilters ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
broadcasterFilters ( BroadcastFilter )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
broadcasterLifeCyclePolicy ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
broadcasterLifeCyclePolicy ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
broadcasterListeners ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
broadcasterTypes ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureBroadcaster ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureBroadcasterFactory ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureObjectFactory ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureQueryStringAsRequest ( AtmosphereRequest )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureRequestResponse ( AtmosphereRequest, AtmosphereResponse )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
createAsyncSupportResolver ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
customAnnotationPackages ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
defaultInterceptors ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
defaultPackagesToScan ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
destroy ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
detectSupportedFramework ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doCometSupport ( AtmosphereRequest, AtmosphereResponse )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doInitParams ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doInitParams ( javax.servlet.ServletConfig, boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
endPointMapper ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
endPointMapper ( org.atmosphere.util.EndpointMapper )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
excludedInterceptors ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
excludeInterceptor ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
externalizeDestroy ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
externalizeDestroy ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
filterManipulator ( BroadcasterConfig.FilterManipulator )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
filterManipulators ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getAsyncSupport ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getAtmosphereConfig ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getAtmosphereDotXmlPath ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getAtmosphereHandlers ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getBroadcasterCacheClassName ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getBroadcasterFactory ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getCometSupport ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getDefaultBroadcasterClassName ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getDefaultSerializerClass ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getDefaultSerializerClassName ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getHandlersPath ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getLibPath ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getServletConfig ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getServletContext ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getWebSocketProcessorClassName ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getWebSocketProtocol ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
getWebSocketProtocolClassName ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
init ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
init ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
init ( javax.servlet.ServletConfig, boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
initAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
initEndpointMapper ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
initialized ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
initWebSocket ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
inspectors ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
installAnnotationProcessor ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
interceptor ( AtmosphereInterceptor )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
interceptors ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isAServletFilter ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isBroadcasterSpecified ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isDestroyed ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isShareExecutorServices ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isUseBlockingImplementation ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isUseNativeImplementation ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isUseServlet30 ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
isUseStreamForFlushingComments ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
loadConfiguration ( javax.servlet.ServletConfig )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
loadMetaService ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
lookupDefaultBroadcasterType ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
lookupDefaultObjectFactoryType ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
mappingRegex ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
mappingRegex ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
metaBroadcaster ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
apply ( AtmosphereFramework, java.lang.Class )Field 'fwk.objectFactory' in 1st parameter 'fwk' of this method has type 'AtmosphereObjectFactory'.
newAInterceptor ( java.lang.Class )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
newClassInstance ( java.lang.Class, java.lang.Class )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
objectFactory ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
objectFactory ( AtmosphereObjectFactory )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
objectFactoryType ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
packages ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
patchContainer ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
preventOOM ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
readSystemProperties ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
reconfigureInitParams ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
removeAllAtmosphereHandler ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
removeAllInitParams ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
removeAtmosphereHandler ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
resetStates ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
sessionSupport ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setAsyncSupport ( AsyncSupport )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setAtmosphereDotXmlPath ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setBroadcasterCacheClassName ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setBroadcasterFactory ( BroadcasterFactory )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setCometSupport ( AsyncSupport )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setDefaultBroadcasterClassName ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setDefaultSerializerClassName ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setHandlersPath ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setLibPath ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setUseBlockingImplementation ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setUseNativeImplementation ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setUseServlet30 ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setUseStreamForFlushingComments ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setWebsocketProcessorClassName ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
setWebSocketProtocolClassName ( java.lang.String )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
sharedThreadPools ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
sharedThreadPools ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
shareExecutorServices ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
webSocketEnabled ( )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
webSocketEnabled ( boolean )Field 'this.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
destroy ( )Field 'this.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
framework ( )Field 'this.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
AtmosphereServlet ( )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.initializer.framework.objectFactory' in return value of this method has type 'AtmosphereObjectFactory'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'retval.initializer.framework.objectFactory' in return value of this method has type 'AtmosphereObjectFactory'.
destroy ( )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
framework ( )Field 'retval.objectFactory' in return value of this method has type 'AtmosphereObjectFactory'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework.objectFactory' in the object of this method has type 'AtmosphereObjectFactory'.
newAtmosphereFramework ( )Field 'retval.objectFactory' in return value of this method has type 'AtmosphereObjectFactory'.
getWebSocketProcessor ( AtmosphereFramework )Field 'framework.objectFactory' in 1st parameter 'framework' of this method has type 'AtmosphereObjectFactory'.
[+] AtmosphereResource (4)
| Change | Effect |
---|
1 | Abstract method addBroadcaster ( Broadcaster ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addBroadcaster(Broadcaster) in AtmosphereResource. |
2 | Abstract method broadcasters ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method broadcasters() in AtmosphereResource. |
3 | Abstract method removeBroadcaster ( Broadcaster ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeBroadcaster(Broadcaster) in AtmosphereResource. |
4 | Abstract method removeFromAllBroadcasters ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeFromAllBroadcasters() in AtmosphereResource. |
[+] affected methods (245)
excludeFromCache ( java.lang.String, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
excludeFromCache ( java.lang.String, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
excludeFromCache ( java.lang.String, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
uuid ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
filter ( java.lang.String, AtmosphereResource, java.lang.Object, java.lang.Object )2nd parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
onRequest ( AtmosphereResource )1st parameter 'resource' of this method has type 'AtmosphereResource'.
processReady ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
managed ( org.atmosphere.handler.AnnotatedProxy, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'x0' of this method has type 'AtmosphereResource'.
completeLifecycle ( AtmosphereResource, boolean )1st parameter 'r' of this method has type 'AtmosphereResource'.
invokeInterceptors ( java.util.List, AtmosphereResource, int )2nd parameter 'r' of this method has type 'AtmosphereResource'.
postInterceptors ( java.util.List, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
action ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
complete ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
onRequest ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
postInspect ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
postInspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
resource ( )Return value of this method has type 'AtmosphereResource'.
addEventListener ( AtmosphereResourceEventListener )This abstract method is from 'AtmosphereResource' interface.
close ( )This abstract method is from 'AtmosphereResource' interface.
forceBinaryWrite ( )This abstract method is from 'AtmosphereResource' interface.
forceBinaryWrite ( boolean )This abstract method is from 'AtmosphereResource' interface.
getAtmosphereConfig ( )This abstract method is from 'AtmosphereResource' interface.
getAtmosphereHandler ( )This abstract method is from 'AtmosphereResource' interface.
getAtmosphereResourceEvent ( )This abstract method is from 'AtmosphereResource' interface.
getBroadcaster ( )This abstract method is from 'AtmosphereResource' interface.
getRequest ( )This abstract method is from 'AtmosphereResource' interface.
getResponse ( )This abstract method is from 'AtmosphereResource' interface.
getSerializer ( )This abstract method is from 'AtmosphereResource' interface.
initialize ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )This abstract method is from 'AtmosphereResource' interface.
isCancelled ( )This abstract method is from 'AtmosphereResource' interface.
isResumed ( )This abstract method is from 'AtmosphereResource' interface.
isSuspended ( )This abstract method is from 'AtmosphereResource' interface.
notifyListeners ( )This abstract method is from 'AtmosphereResource' interface.
notifyListeners ( AtmosphereResourceEvent )This abstract method is from 'AtmosphereResource' interface.
removeEventListener ( AtmosphereResourceEventListener )This abstract method is from 'AtmosphereResource' interface.
removeEventListeners ( )This abstract method is from 'AtmosphereResource' interface.
resume ( )This abstract method is from 'AtmosphereResource' interface.
resumeOnBroadcast ( )This abstract method is from 'AtmosphereResource' interface.
resumeOnBroadcast ( boolean )This abstract method is from 'AtmosphereResource' interface.
session ( )This abstract method is from 'AtmosphereResource' interface.
session ( boolean )This abstract method is from 'AtmosphereResource' interface.
setBroadcaster ( Broadcaster )This abstract method is from 'AtmosphereResource' interface.
setSerializer ( Serializer )This abstract method is from 'AtmosphereResource' interface.
suspend ( )This abstract method is from 'AtmosphereResource' interface.
suspend ( long )This abstract method is from 'AtmosphereResource' interface.
suspend ( long, java.util.concurrent.TimeUnit )This abstract method is from 'AtmosphereResource' interface.
transport ( )This abstract method is from 'AtmosphereResource' interface.
uuid ( )This abstract method is from 'AtmosphereResource' interface.
write ( byte[ ] )This abstract method is from 'AtmosphereResource' interface.
write ( java.lang.String )This abstract method is from 'AtmosphereResource' interface.
writeOnTimeout ( )This abstract method is from 'AtmosphereResource' interface.
writeOnTimeout ( java.lang.Object )This abstract method is from 'AtmosphereResource' interface.
getResource ( )Return value of this abstract method has type 'AtmosphereResource'.
getResource ( )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, java.lang.String )Return value of this abstract method has type 'AtmosphereResource'.
create ( AtmosphereConfig, java.lang.String, AtmosphereRequest )Return value of this abstract method has type 'AtmosphereResource'.
create ( AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport )Return value of this abstract method has type 'AtmosphereResource'.
create ( AtmosphereConfig, AtmosphereResponse, AsyncSupport )Return value of this abstract method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )Return value of this abstract method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )Return value of this abstract method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler )Return value of this abstract method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )Return value of this abstract method has type 'AtmosphereResource'.
find ( java.lang.String )Return value of this abstract method has type 'AtmosphereResource'.
registerUuidForFindCandidate ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
remove ( java.lang.String )Return value of this abstract method has type 'AtmosphereResource'.
unRegisterUuidForFindCandidate ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
addEventListener ( AtmosphereResourceEventListener )Return value of this method has type 'AtmosphereResource'.
cloneState ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
forceBinaryWrite ( boolean )Return value of this method has type 'AtmosphereResource'.
initialize ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )Return value of this method has type 'AtmosphereResource'.
notifyListeners ( )Return value of this method has type 'AtmosphereResource'.
notifyListeners ( AtmosphereResourceEvent )Return value of this method has type 'AtmosphereResource'.
removeEventListener ( AtmosphereResourceEventListener )Return value of this method has type 'AtmosphereResource'.
removeEventListeners ( )Return value of this method has type 'AtmosphereResource'.
resume ( )Return value of this method has type 'AtmosphereResource'.
resumeOnBroadcast ( boolean )Return value of this method has type 'AtmosphereResource'.
setBroadcaster ( Broadcaster )Return value of this method has type 'AtmosphereResource'.
setSerializer ( Serializer )Return value of this method has type 'AtmosphereResource'.
suspend ( )Return value of this method has type 'AtmosphereResource'.
suspend ( long )Return value of this method has type 'AtmosphereResource'.
suspend ( long, java.util.concurrent.TimeUnit )Return value of this method has type 'AtmosphereResource'.
write ( byte[ ] )Return value of this method has type 'AtmosphereResource'.
write ( java.lang.String )Return value of this method has type 'AtmosphereResource'.
writeOnTimeout ( java.lang.Object )Return value of this method has type 'AtmosphereResource'.
getSession ( AtmosphereResource )1st parameter 'resource' of this method has type 'AtmosphereResource'.
getSession ( AtmosphereResource, boolean )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
resource ( )Return value of this method has type 'AtmosphereResource'.
acquire ( )Return value of this method has type 'AtmosphereResource'.
AtmosphereSession ( AtmosphereResource )1st parameter 'resource' of this method has type 'AtmosphereResource'.
AtmosphereSession ( AtmosphereResource, Broadcaster[ ] )1st parameter 'r' of this method has type 'AtmosphereResource'.
tryAcquire ( )Return value of this method has type 'AtmosphereResource'.
tryAcquire ( int )Return value of this method has type 'AtmosphereResource'.
addAtmosphereResource ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
broadcast ( java.lang.Object, AtmosphereResource )2nd parameter 'p2' of this abstract method has type 'AtmosphereResource'.
removeAtmosphereResource ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
excludeFromCache ( java.lang.String, AtmosphereResource )2nd parameter 'p2' of this abstract method has type 'AtmosphereResource'.
applyFilters ( AtmosphereResource, java.util.List )1st parameter 'r' of this method has type 'AtmosphereResource'.
filter ( AtmosphereResource, java.lang.Object, java.lang.Object )1st parameter 'r' of this method has type 'AtmosphereResource'.
removeAllAtmosphereResource ( AtmosphereResource )1st parameter 'p1' of this abstract method has type 'AtmosphereResource'.
onAddAtmosphereResource ( Broadcaster, AtmosphereResource )2nd parameter 'p2' of this abstract method has type 'AtmosphereResource'.
onMessage ( Broadcaster, Deliver )Field 'p2.resource' in 2nd parameter 'p2' of this abstract method has type 'AtmosphereResource'.
onRemoveAtmosphereResource ( Broadcaster, AtmosphereResource )2nd parameter 'p2' of this abstract method has type 'AtmosphereResource'.
onAddAtmosphereResource ( Broadcaster, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
onMessage ( Broadcaster, Deliver )Field 'deliver.resource' in 2nd parameter 'deliver' of this method has type 'AtmosphereResource'.
onRemoveAtmosphereResource ( Broadcaster, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
filter ( java.lang.String, AtmosphereResource, java.lang.Object, java.lang.Object )2nd parameter 'r' of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, java.lang.String )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, java.lang.String, AtmosphereRequest )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, AtmosphereResponse, AsyncSupport )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler )Return value of this method has type 'AtmosphereResource'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )Return value of this method has type 'AtmosphereResource'.
find ( java.lang.String )Return value of this method has type 'AtmosphereResource'.
registerUuidForFindCandidate ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
remove ( java.lang.String )Return value of this method has type 'AtmosphereResource'.
unRegisterUuidForFindCandidate ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
getSession ( AtmosphereResource, boolean )1st parameter 'r' of this method has type 'AtmosphereResource'.
addAtmosphereResource ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
DefaultBroadcaster.AsyncWriteToken ( AtmosphereResource, java.lang.Object, BroadcasterFuture, java.lang.Object, java.util.concurrent.atomic.AtomicInteger )1st parameter 'resource' of this method has type 'AtmosphereResource'.
DefaultBroadcaster.AsyncWriteToken ( AtmosphereResource, java.lang.Object, BroadcasterFuture, java.lang.Object, org.atmosphere.cache.CacheMessage, java.util.concurrent.atomic.AtomicInteger )1st parameter 'resource' of this method has type 'AtmosphereResource'.
broadcast ( java.lang.Object, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
broadcastOnResume ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
cacheAndSuspend ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
cacheLostMessage ( AtmosphereResource, boolean )1st parameter 'r' of this method has type 'AtmosphereResource'.
cacheLostMessage ( AtmosphereResource, DefaultBroadcaster.AsyncWriteToken )1st parameter 'r' of this method has type 'AtmosphereResource'.
cacheLostMessage ( AtmosphereResource, DefaultBroadcaster.AsyncWriteToken, boolean )1st parameter 'r' of this method has type 'AtmosphereResource'.
checkCachedAndPush ( AtmosphereResource, AtmosphereResourceEvent )1st parameter 'r' of this method has type 'AtmosphereResource'.
deliverPush ( Deliver, boolean )Field 'deliver.resource' in 1st parameter 'deliver' of this method has type 'AtmosphereResource'.
dispatchMessages ( Deliver )Field 'e.resource' in 1st parameter 'e' of this method has type 'AtmosphereResource'.
endBroadcast ( Deliver, boolean )Field 'deliver.resource' in 1st parameter 'deliver' of this method has type 'AtmosphereResource'.
executeBlockingWrite ( AtmosphereResource, Deliver, java.util.concurrent.atomic.AtomicInteger )Field 'deliver.resource' in 2nd parameter 'deliver' of this method has type 'AtmosphereResource'.
invokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )1st parameter 'r' of this method has type 'AtmosphereResource'.
notifyAndAdd ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
notifyOnAddAtmosphereResourceListener ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
notifyOnMessage ( Deliver )Field 'deliver.resource' in 1st parameter 'deliver' of this method has type 'AtmosphereResource'.
notifyOnRemoveAtmosphereResourceListener ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
onException ( java.lang.Throwable, AtmosphereResource )2nd parameter 'ar' of this method has type 'AtmosphereResource'.
onException ( java.lang.Throwable, AtmosphereResource, boolean )2nd parameter 'ar' of this method has type 'AtmosphereResource'.
perRequestFilter ( AtmosphereResource, Deliver )Field 'msg.resource' in 2nd parameter 'msg' of this method has type 'AtmosphereResource'.
prepareInvokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )1st parameter 'r' of this method has type 'AtmosphereResource'.
push ( Deliver )Field 'deliver.resource' in 1st parameter 'deliver' of this method has type 'AtmosphereResource'.
queueWriteIO ( AtmosphereResource, Deliver, java.util.concurrent.atomic.AtomicInteger )Field 'deliver.resource' in 2nd parameter 'deliver' of this method has type 'AtmosphereResource'.
removeAtmosphereResource ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
removeAtmosphereResource ( AtmosphereResource, boolean )1st parameter 'r' of this method has type 'AtmosphereResource'.
retrieveTrackedBroadcast ( AtmosphereResource, AtmosphereResourceEvent )1st parameter 'r' of this method has type 'AtmosphereResource'.
removeAllAtmosphereResource ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
Deliver ( java.lang.Object, java.util.Set, BroadcasterFuture, java.lang.Object )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
Deliver ( java.lang.Object, AtmosphereResource, BroadcasterFuture, java.lang.Object )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
Deliver ( java.lang.Object, BroadcasterFuture, boolean )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
Deliver ( java.lang.Object, BroadcasterFuture, java.lang.Object )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
Deliver ( AtmosphereResource, Deliver )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
Deliver ( Deliver.TYPE, java.lang.Object, java.lang.Object, AtmosphereResource, BroadcasterFuture, org.atmosphere.cache.CacheMessage, boolean, java.util.Set, boolean )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getCache ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getFuture ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getMessage ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getOriginalMessage ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getResource ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getResources ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getType ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
isAsync ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
isWriteLocally ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
setAsync ( boolean )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
setCache ( org.atmosphere.cache.CacheMessage )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
setFuture ( BroadcasterFuture )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
setMessage ( java.lang.Object )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
setOriginalMessage ( java.lang.Object )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
setWriteLocally ( boolean )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
toString ( )Field 'this.resource' in the object of this method has type 'AtmosphereResource'.
getAtmosphereResource ( )Return value of this method has type 'AtmosphereResource'.
filter ( java.lang.String, AtmosphereResource, java.lang.Object, java.lang.Object )2nd parameter 'p2' of this abstract method has type 'AtmosphereResource'.
onRequest ( AtmosphereResource )1st parameter 'resource' of this method has type 'AtmosphereResource'.
onRequest ( AtmosphereResource )1st parameter 'resource' of this method has type 'AtmosphereResource'.
onOpen ( AtmosphereResource )1st parameter 'resource' of this method has type 'AtmosphereResource'.
onRequest ( AtmosphereResource )1st parameter 'resource' of this method has type 'AtmosphereResource'.
onRequest ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
postInspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
onAddAtmosphereResource ( Broadcaster, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
onRemoveAtmosphereResource ( Broadcaster, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
postInspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
retrieveCache ( AtmosphereResource, org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker, boolean )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
postInspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
clock ( int, AtmosphereResource, AtmosphereRequest, AtmosphereResponse )2nd parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'ar' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
inspect ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
broadcast ( java.lang.Object, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
invokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )1st parameter 'r' of this method has type 'AtmosphereResource'.
broadcast ( java.lang.Object, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
deliver ( java.lang.Object, org.atmosphere.config.service.DeliverTo, org.atmosphere.config.service.DeliverTo.DELIVER_TO, AtmosphereResource )4th parameter 'r' of this method has type 'AtmosphereResource'.
readEntirely ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
readEntirelyAsByte ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
readEntirelyAsString ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
broadcast ( java.lang.Object, AtmosphereResource )2nd parameter 'r' of this method has type 'AtmosphereResource'.
prepareInvokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )1st parameter 'r' of this method has type 'AtmosphereResource'.
queueWriteIO ( AtmosphereResource, Deliver, java.util.concurrent.atomic.AtomicInteger )Field 'deliver.resource' in 2nd parameter 'deliver' of this method has type 'AtmosphereResource'.
webSocketMessage ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
websocketResource ( AtmosphereResource )Return value of this method has type 'AtmosphereResource'.
resource ( )Return value of this method has type 'AtmosphereResource'.
resource ( AtmosphereResource )1st parameter 'r' of this method has type 'AtmosphereResource'.
[+] AtmosphereResourceFactory (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: AtmosphereResourceFactory is abstract; cannot be instantiated. |
[+] affected methods (223)
atmosphereConfig ( java.lang.String[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
broadcasterClass ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
filters ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
interceptors ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
listeners ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'p1' of this abstract method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
EmbeddedWebSocketHandler ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
JettyWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
JSR356AsyncSupport.AtmosphereConfigurator ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
JSR356Endpoint ( AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
TomcatWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
handleAnnotation ( AtmosphereFramework, java.lang.Class, java.lang.Class )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
AtmosphereConfig ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
framework ( )Return value of this method has base type 'AtmosphereResourceFactory'.
resourcesFactory ( )Return value of this method has type 'AtmosphereResourceFactory'.
started ( AtmosphereFramework )1st parameter 'p1' of this abstract method has base type 'AtmosphereResourceFactory'.
addAnnotationPackage ( java.lang.Class )This method is from 'AtmosphereResourceFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler )This method is from 'AtmosphereResourceFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String )This method is from 'AtmosphereResourceFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String, java.util.List )This method is from 'AtmosphereResourceFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.util.List )This method is from 'AtmosphereResourceFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )This method is from 'AtmosphereResourceFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )This method is from 'AtmosphereResourceFactory' class.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )This method is from 'AtmosphereResourceFactory' class.
addBroadcasterCacheListener ( BroadcasterCacheListener )This method is from 'AtmosphereResourceFactory' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'AtmosphereResourceFactory' class.
addBroadcasterType ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
addCustomAnnotationPackage ( java.lang.Class )This method is from 'AtmosphereResourceFactory' class.
addInitParameter ( java.lang.String, java.lang.String )This method is from 'AtmosphereResourceFactory' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )This method is from 'AtmosphereResourceFactory' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler )This method is from 'AtmosphereResourceFactory' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler, java.util.List )This method is from 'AtmosphereResourceFactory' class.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )This method is from 'AtmosphereResourceFactory' class.
allowAllClassesScan ( )This method is from 'AtmosphereResourceFactory' class.
allowAllClassesScan ( boolean )This method is from 'AtmosphereResourceFactory' class.
analytics ( )This method is from 'AtmosphereResourceFactory' class.
annotationProcessor ( )This method is from 'AtmosphereResourceFactory' class.
annotationProcessorClassName ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
annotationScanned ( boolean )This method is from 'AtmosphereResourceFactory' class.
asyncSupportListener ( AsyncSupportListener )This method is from 'AtmosphereResourceFactory' class.
asyncSupportListeners ( )This method is from 'AtmosphereResourceFactory' class.
atmosphereFactory ( )Return value of this method has type 'AtmosphereResourceFactory'.
AtmosphereFramework ( )This constructor is from 'AtmosphereResourceFactory' class.
AtmosphereFramework ( boolean, boolean )This constructor is from 'AtmosphereResourceFactory' class.
AtmosphereFramework ( javax.servlet.ServletConfig )This constructor is from 'AtmosphereResourceFactory' class.
autoConfigureService ( javax.servlet.ServletContext )This method is from 'AtmosphereResourceFactory' class.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'AtmosphereResourceFactory' class.
autoDetectContainer ( )This method is from 'AtmosphereResourceFactory' class.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'AtmosphereResourceFactory' class.
broadcasterCacheListeners ( )This method is from 'AtmosphereResourceFactory' class.
broadcasterFilters ( )This method is from 'AtmosphereResourceFactory' class.
broadcasterFilters ( BroadcastFilter )This method is from 'AtmosphereResourceFactory' class.
broadcasterLifeCyclePolicy ( )This method is from 'AtmosphereResourceFactory' class.
broadcasterLifeCyclePolicy ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
broadcasterListeners ( )This method is from 'AtmosphereResourceFactory' class.
broadcasterTypes ( )This method is from 'AtmosphereResourceFactory' class.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
configureBroadcaster ( )This method is from 'AtmosphereResourceFactory' class.
configureBroadcasterFactory ( )This method is from 'AtmosphereResourceFactory' class.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )This method is from 'AtmosphereResourceFactory' class.
configureObjectFactory ( )This method is from 'AtmosphereResourceFactory' class.
configureQueryStringAsRequest ( AtmosphereRequest )This method is from 'AtmosphereResourceFactory' class.
configureRequestResponse ( AtmosphereRequest, AtmosphereResponse )This method is from 'AtmosphereResourceFactory' class.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )This method is from 'AtmosphereResourceFactory' class.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
createAsyncSupportResolver ( )This method is from 'AtmosphereResourceFactory' class.
customAnnotationPackages ( )This method is from 'AtmosphereResourceFactory' class.
defaultInterceptors ( )This method is from 'AtmosphereResourceFactory' class.
defaultPackagesToScan ( )This method is from 'AtmosphereResourceFactory' class.
destroy ( )This method is from 'AtmosphereResourceFactory' class.
detectSupportedFramework ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
doCometSupport ( AtmosphereRequest, AtmosphereResponse )This method is from 'AtmosphereResourceFactory' class.
doInitParams ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
doInitParams ( javax.servlet.ServletConfig, boolean )This method is from 'AtmosphereResourceFactory' class.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
endPointMapper ( )This method is from 'AtmosphereResourceFactory' class.
endPointMapper ( org.atmosphere.util.EndpointMapper )This method is from 'AtmosphereResourceFactory' class.
excludedInterceptors ( )This method is from 'AtmosphereResourceFactory' class.
excludeInterceptor ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
externalizeDestroy ( )This method is from 'AtmosphereResourceFactory' class.
externalizeDestroy ( boolean )This method is from 'AtmosphereResourceFactory' class.
filterManipulator ( BroadcasterConfig.FilterManipulator )This method is from 'AtmosphereResourceFactory' class.
filterManipulators ( )This method is from 'AtmosphereResourceFactory' class.
getAsyncSupport ( )This method is from 'AtmosphereResourceFactory' class.
getAtmosphereConfig ( )This method is from 'AtmosphereResourceFactory' class.
getAtmosphereDotXmlPath ( )This method is from 'AtmosphereResourceFactory' class.
getAtmosphereHandlers ( )This method is from 'AtmosphereResourceFactory' class.
getBroadcasterCacheClassName ( )This method is from 'AtmosphereResourceFactory' class.
getBroadcasterFactory ( )This method is from 'AtmosphereResourceFactory' class.
getCometSupport ( )This method is from 'AtmosphereResourceFactory' class.
getDefaultBroadcasterClassName ( )This method is from 'AtmosphereResourceFactory' class.
getDefaultSerializerClass ( )This method is from 'AtmosphereResourceFactory' class.
getDefaultSerializerClassName ( )This method is from 'AtmosphereResourceFactory' class.
getHandlersPath ( )This method is from 'AtmosphereResourceFactory' class.
getLibPath ( )This method is from 'AtmosphereResourceFactory' class.
getServletConfig ( )This method is from 'AtmosphereResourceFactory' class.
getServletContext ( )This method is from 'AtmosphereResourceFactory' class.
getWebSocketProcessorClassName ( )This method is from 'AtmosphereResourceFactory' class.
getWebSocketProtocol ( )This method is from 'AtmosphereResourceFactory' class.
getWebSocketProtocolClassName ( )This method is from 'AtmosphereResourceFactory' class.
init ( )This method is from 'AtmosphereResourceFactory' class.
init ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
init ( javax.servlet.ServletConfig, boolean )This method is from 'AtmosphereResourceFactory' class.
initAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
initEndpointMapper ( )This method is from 'AtmosphereResourceFactory' class.
initialized ( )This method is from 'AtmosphereResourceFactory' class.
initWebSocket ( )This method is from 'AtmosphereResourceFactory' class.
inspectors ( )This method is from 'AtmosphereResourceFactory' class.
installAnnotationProcessor ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
interceptor ( AtmosphereInterceptor )This method is from 'AtmosphereResourceFactory' class.
interceptors ( )This method is from 'AtmosphereResourceFactory' class.
isAServletFilter ( )This method is from 'AtmosphereResourceFactory' class.
isBroadcasterSpecified ( )This method is from 'AtmosphereResourceFactory' class.
isDestroyed ( )This method is from 'AtmosphereResourceFactory' class.
isShareExecutorServices ( )This method is from 'AtmosphereResourceFactory' class.
isUseBlockingImplementation ( )This method is from 'AtmosphereResourceFactory' class.
isUseNativeImplementation ( )This method is from 'AtmosphereResourceFactory' class.
isUseServlet30 ( )This method is from 'AtmosphereResourceFactory' class.
isUseStreamForFlushingComments ( )This method is from 'AtmosphereResourceFactory' class.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )This method is from 'AtmosphereResourceFactory' class.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'AtmosphereResourceFactory' class.
loadConfiguration ( javax.servlet.ServletConfig )This method is from 'AtmosphereResourceFactory' class.
loadMetaService ( )This method is from 'AtmosphereResourceFactory' class.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'AtmosphereResourceFactory' class.
lookupDefaultBroadcasterType ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
lookupDefaultObjectFactoryType ( )This method is from 'AtmosphereResourceFactory' class.
mappingRegex ( )This method is from 'AtmosphereResourceFactory' class.
mappingRegex ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
metaBroadcaster ( )This method is from 'AtmosphereResourceFactory' class.
apply ( AtmosphereFramework, java.lang.Class )1st parameter 'fwk' of this method has base type 'AtmosphereResourceFactory'.
newAInterceptor ( java.lang.Class )This method is from 'AtmosphereResourceFactory' class.
newClassInstance ( java.lang.Class, java.lang.Class )This method is from 'AtmosphereResourceFactory' class.
objectFactory ( )This method is from 'AtmosphereResourceFactory' class.
objectFactory ( AtmosphereObjectFactory )This method is from 'AtmosphereResourceFactory' class.
objectFactoryType ( )This method is from 'AtmosphereResourceFactory' class.
packages ( )This method is from 'AtmosphereResourceFactory' class.
patchContainer ( )This method is from 'AtmosphereResourceFactory' class.
preventOOM ( )This method is from 'AtmosphereResourceFactory' class.
readSystemProperties ( )This method is from 'AtmosphereResourceFactory' class.
reconfigureInitParams ( boolean )This method is from 'AtmosphereResourceFactory' class.
removeAllAtmosphereHandler ( )This method is from 'AtmosphereResourceFactory' class.
removeAllInitParams ( )This method is from 'AtmosphereResourceFactory' class.
removeAtmosphereHandler ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
resetStates ( )This method is from 'AtmosphereResourceFactory' class.
sessionSupport ( boolean )This method is from 'AtmosphereResourceFactory' class.
setAsyncSupport ( AsyncSupport )This method is from 'AtmosphereResourceFactory' class.
setAtmosphereDotXmlPath ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
setBroadcasterCacheClassName ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
setBroadcasterFactory ( BroadcasterFactory )This method is from 'AtmosphereResourceFactory' class.
setCometSupport ( AsyncSupport )This method is from 'AtmosphereResourceFactory' class.
setDefaultBroadcasterClassName ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
setDefaultSerializerClassName ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
setHandlersPath ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
setLibPath ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
setUseBlockingImplementation ( boolean )This method is from 'AtmosphereResourceFactory' class.
setUseNativeImplementation ( boolean )This method is from 'AtmosphereResourceFactory' class.
setUseServlet30 ( boolean )This method is from 'AtmosphereResourceFactory' class.
setUseStreamForFlushingComments ( boolean )This method is from 'AtmosphereResourceFactory' class.
setWebsocketProcessorClassName ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
setWebSocketProtocolClassName ( java.lang.String )This method is from 'AtmosphereResourceFactory' class.
sharedThreadPools ( )This method is from 'AtmosphereResourceFactory' class.
sharedThreadPools ( boolean )This method is from 'AtmosphereResourceFactory' class.
shareExecutorServices ( boolean )This method is from 'AtmosphereResourceFactory' class.
webSocketEnabled ( )This method is from 'AtmosphereResourceFactory' class.
webSocketEnabled ( boolean )This method is from 'AtmosphereResourceFactory' class.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
destroy ( )Field 'this.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
framework ( )Field 'this.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
broadcasters ( java.lang.String )This abstract method is from 'AtmosphereResourceFactory' abstract class.
configure ( AtmosphereConfig )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, java.lang.String )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, java.lang.String, AtmosphereRequest )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, AtmosphereResponse, AsyncSupport )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler )This abstract method is from 'AtmosphereResourceFactory' abstract class.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )This abstract method is from 'AtmosphereResourceFactory' abstract class.
destroy ( )This abstract method is from 'AtmosphereResourceFactory' abstract class.
find ( java.lang.String )This abstract method is from 'AtmosphereResourceFactory' abstract class.
findAll ( )This abstract method is from 'AtmosphereResourceFactory' abstract class.
registerUuidForFindCandidate ( AtmosphereResource )This abstract method is from 'AtmosphereResourceFactory' abstract class.
remove ( java.lang.String )This abstract method is from 'AtmosphereResourceFactory' abstract class.
resources ( )This abstract method is from 'AtmosphereResourceFactory' abstract class.
unRegisterUuidForFindCandidate ( AtmosphereResource )This abstract method is from 'AtmosphereResourceFactory' abstract class.
AtmosphereServlet ( )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.initializer.framework' in return value of this method has base type 'AtmosphereResourceFactory'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'retval.initializer.framework' in return value of this method has base type 'AtmosphereResourceFactory'.
destroy ( )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
framework ( )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
newAtmosphereFramework ( )Field 'this.initializer.framework' in the object of this method has base type 'AtmosphereResourceFactory'.
getWebSocketProcessor ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'AtmosphereResourceFactory'.
[+] AtmosphereResourceSessionFactory (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: AtmosphereResourceSessionFactory is abstract; cannot be instantiated. |
[+] affected methods (2)
getSession ( AtmosphereResource )This method is from 'AtmosphereResourceSessionFactory' abstract class.
getSession ( AtmosphereResource, boolean )This abstract method is from 'AtmosphereResourceSessionFactory' abstract class.
[+] AtmosphereServlet (3)
| Change | Effect |
---|
1 | Field autoDetectHandlers of type boolean has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable autoDetectHandlers in AtmosphereServlet. |
2 | Field framework of type AtmosphereFramework has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable framework in AtmosphereServlet. |
3 | Field isFilter of type boolean has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable isFilter in AtmosphereServlet. |
[+] affected methods (16)
AtmosphereServlet ( )This constructor is from 'AtmosphereServlet' class.
AtmosphereServlet ( boolean )This constructor is from 'AtmosphereServlet' class.
AtmosphereServlet ( boolean, boolean )This constructor is from 'AtmosphereServlet' class.
configureFramework ( javax.servlet.ServletConfig )This method is from 'AtmosphereServlet' class.
configureFramework ( javax.servlet.ServletConfig, boolean )This method is from 'AtmosphereServlet' class.
destroy ( )This method is from 'AtmosphereServlet' class.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )This method is from 'AtmosphereServlet' class.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )This method is from 'AtmosphereServlet' class.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )This method is from 'AtmosphereServlet' class.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )This method is from 'AtmosphereServlet' class.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )This method is from 'AtmosphereServlet' class.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )This method is from 'AtmosphereServlet' class.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )This method is from 'AtmosphereServlet' class.
framework ( )This method is from 'AtmosphereServlet' class.
init ( javax.servlet.ServletConfig )This method is from 'AtmosphereServlet' class.
newAtmosphereFramework ( )This method is from 'AtmosphereServlet' class.
[+] Broadcaster (1)
| Change | Effect |
---|
1 | Abstract method getBroadcasterLifeCyclePolicy ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBroadcasterLifeCyclePolicy() in Broadcaster. |
[+] affected methods (219)
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )Return value of this method has type 'Broadcaster'.
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )Field 'w.broadcaster' in 4th parameter 'w' of this method has type 'Broadcaster'.
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )Field 'w.broadcaster' in 4th parameter 'w' of this method has type 'Broadcaster'.
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )Field 'w.broadcaster' in 4th parameter 'w' of this method has type 'Broadcaster'.
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )Field 'p4.broadcaster' in 4th parameter 'p4' of this abstract method has type 'Broadcaster'.
mapAnnotatedService ( AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )Field 'w.broadcaster' in 2nd parameter 'w' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
action ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
complete ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
endRequest ( AtmosphereResourceImpl, boolean )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
invokeAtmosphereHandler ( AtmosphereResourceImpl )Field 'r.broadcaster' in 1st parameter 'r' of this method has type 'Broadcaster'.
map ( AtmosphereRequest )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )3rd parameter 'broadcaster' of this method has type 'Broadcaster'.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )3rd parameter 'broadcaster' of this method has type 'Broadcaster'.
AtmosphereFramework.AtmosphereHandlerWrapper ( AtmosphereHandler, Broadcaster )2nd parameter 'broadcaster' of this method has type 'Broadcaster'.
AtmosphereFramework.AtmosphereHandlerWrapper ( BroadcasterFactory, AtmosphereHandler, java.lang.String )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
toString ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getBroadcaster ( )Return value of this abstract method has type 'Broadcaster'.
initialize ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )2nd parameter 'p2' of this abstract method has type 'Broadcaster'.
setBroadcaster ( Broadcaster )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
broadcaster ( )Return value of this abstract method has type 'Broadcaster'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl )Field 'resource.broadcaster' in 1st parameter 'resource' of this method has type 'Broadcaster'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl, boolean, boolean )Field 'resource.broadcaster' in 1st parameter 'resource' of this method has type 'Broadcaster'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl, boolean, boolean, boolean, java.lang.Throwable )Field 'resource.broadcaster' in 1st parameter 'resource' of this method has type 'Broadcaster'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl, boolean, boolean, java.lang.Throwable )Field 'resource.broadcaster' in 1st parameter 'resource' of this method has type 'Broadcaster'.
broadcaster ( )Return value of this method has type 'Broadcaster'.
destroy ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
equals ( java.lang.Object )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
getMessage ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
getResource ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
hashCode ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
isCancelled ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
isClosedByApplication ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
isClosedByClient ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
isClosedByClient ( boolean )Field 'retval.resource.broadcaster' in return value of this method has type 'Broadcaster'.
isResumedOnTimeout ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
isResuming ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
isSuspended ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
setCancelled ( boolean )Field 'retval.resource.broadcaster' in return value of this method has type 'Broadcaster'.
setCloseByApplication ( boolean )Field 'retval.resource.broadcaster' in return value of this method has type 'Broadcaster'.
setIsResumedOnTimeout ( boolean )Field 'retval.resource.broadcaster' in return value of this method has type 'Broadcaster'.
setMessage ( java.lang.Object )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
setMessage ( java.lang.Object )Field 'retval.resource.broadcaster' in return value of this method has type 'Broadcaster'.
setThrowable ( java.lang.Throwable )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
throwable ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
toString ( )Field 'this.resource.broadcaster' in the object of this method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )2nd parameter 'p2' of this abstract method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )2nd parameter 'p2' of this abstract method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler )2nd parameter 'p2' of this abstract method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )2nd parameter 'p2' of this abstract method has type 'Broadcaster'.
_destroy ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
action ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
addEventListener ( AtmosphereResourceEventListener )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
atmosphereHandler ( AtmosphereHandler )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
atmosphereResourceEventListener ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
AtmosphereResourceImpl ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
AtmosphereResourceImpl ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )2nd parameter 'broadcaster' of this method has type 'Broadcaster'.
cancel ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
cloneState ( AtmosphereResource )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
close ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
dirtyClose ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
disableSuspend ( boolean )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
disableSuspendEvent ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
disableSuspendEvent ( boolean )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
equals ( java.lang.Object )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
forceBinaryWrite ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
forceBinaryWrite ( boolean )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getAndSetInClosingPhase ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getAtmosphereConfig ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getAtmosphereHandler ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getAtmosphereResourceEvent ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getAtmosphereResourceEvent ( )Field 'retval.resource.broadcaster' in return value of this method has type 'Broadcaster'.
getBroadcaster ( )Return value of this method has type 'Broadcaster'.
getBroadcaster ( boolean )Return value of this method has type 'Broadcaster'.
getRequest ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getRequest ( boolean )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getResponse ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getResponse ( boolean )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
getSerializer ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
initialize ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )2nd parameter 'broadcaster' of this method has type 'Broadcaster'.
isCancelled ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
isInScope ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
isResumed ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
isSuspended ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
listeners ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
notifyListeners ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
notifyListeners ( AtmosphereResourceEvent )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
onThrowable ( java.lang.Throwable )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
register ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
removeEventListener ( AtmosphereResourceEventListener )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
removeEventListeners ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
reset ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
resume ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
resumeOnBroadcast ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
resumeOnBroadcast ( boolean )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
session ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
session ( boolean )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
session ( javax.servlet.http.HttpSession )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
setBroadcaster ( Broadcaster )1st parameter 'x0' of this method has type 'Broadcaster'.
setIsInScope ( boolean )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
setSerializer ( Serializer )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
suspend ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
suspend ( long )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
suspend ( long, java.util.concurrent.TimeUnit )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
toString ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
transport ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
transport ( AtmosphereResource.TRANSPORT )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
uuid ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
webSocket ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
webSocket ( org.atmosphere.websocket.WebSocket )Field 'retval.broadcaster' in return value of this method has type 'Broadcaster'.
write ( byte[ ] )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
write ( java.lang.String )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
writeOnTimeout ( )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
writeOnTimeout ( java.lang.Object )Field 'this.broadcaster' in the object of this method has type 'Broadcaster'.
addAtmosphereResource ( AtmosphereResource )Return value of this abstract method has type 'Broadcaster'.
addBroadcasterLifeCyclePolicyListener ( BroadcasterLifeCyclePolicyListener )This abstract method is from 'Broadcaster' interface.
addBroadcasterListener ( BroadcasterListener )Return value of this abstract method has type 'Broadcaster'.
awaitAndBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This abstract method is from 'Broadcaster' interface.
broadcast ( java.lang.Object )This abstract method is from 'Broadcaster' interface.
broadcast ( java.lang.Object, java.util.Set )This abstract method is from 'Broadcaster' interface.
broadcast ( java.lang.Object, AtmosphereResource )This abstract method is from 'Broadcaster' interface.
broadcastOnResume ( java.lang.Object )This abstract method is from 'Broadcaster' interface.
delayBroadcast ( java.lang.Object )This abstract method is from 'Broadcaster' interface.
delayBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This abstract method is from 'Broadcaster' interface.
destroy ( )This abstract method is from 'Broadcaster' interface.
getAtmosphereResources ( )This abstract method is from 'Broadcaster' interface.
getBroadcasterConfig ( )This abstract method is from 'Broadcaster' interface.
getID ( )This abstract method is from 'Broadcaster' interface.
getScope ( )This abstract method is from 'Broadcaster' interface.
initialize ( java.lang.String, java.net.URI, AtmosphereConfig )Return value of this abstract method has type 'Broadcaster'.
isDestroyed ( )This abstract method is from 'Broadcaster' interface.
releaseExternalResources ( )This abstract method is from 'Broadcaster' interface.
removeAtmosphereResource ( AtmosphereResource )Return value of this abstract method has type 'Broadcaster'.
removeBroadcasterLifeCyclePolicyListener ( BroadcasterLifeCyclePolicyListener )This abstract method is from 'Broadcaster' interface.
removeBroadcasterListener ( BroadcasterListener )Return value of this abstract method has type 'Broadcaster'.
resumeAll ( )This abstract method is from 'Broadcaster' interface.
scheduleFixedBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This abstract method is from 'Broadcaster' interface.
scheduleFixedBroadcast ( java.lang.Object, long, long, java.util.concurrent.TimeUnit )This abstract method is from 'Broadcaster' interface.
setBroadcasterConfig ( BroadcasterConfig )This abstract method is from 'Broadcaster' interface.
setBroadcasterLifeCyclePolicy ( BroadcasterLifeCyclePolicy )This abstract method is from 'Broadcaster' interface.
setID ( java.lang.String )This abstract method is from 'Broadcaster' interface.
setScope ( Broadcaster.SCOPE )This abstract method is from 'Broadcaster' interface.
setSuspendPolicy ( long, Broadcaster.POLICY )This abstract method is from 'Broadcaster' interface.
add ( Broadcaster, java.lang.Object )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
get ( )Return value of this abstract method has type 'Broadcaster'.
get ( java.lang.Class, java.lang.Object )Return value of this abstract method has type 'Broadcaster'.
get ( java.lang.Object )Return value of this abstract method has type 'Broadcaster'.
lookup ( java.lang.Class, java.lang.Object )Return value of this abstract method has type 'Broadcaster'.
lookup ( java.lang.Class, java.lang.Object, boolean )Return value of this abstract method has type 'Broadcaster'.
lookup ( java.lang.Object )Return value of this abstract method has type 'Broadcaster'.
lookup ( java.lang.Object, boolean )Return value of this abstract method has type 'Broadcaster'.
remove ( Broadcaster, java.lang.Object )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
onAddAtmosphereResource ( Broadcaster, AtmosphereResource )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
onComplete ( Broadcaster )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
onMessage ( Broadcaster, Deliver )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
onPostCreate ( Broadcaster )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
onPreDestroy ( Broadcaster )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
onRemoveAtmosphereResource ( Broadcaster, AtmosphereResource )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
onAddAtmosphereResource ( Broadcaster, AtmosphereResource )1st parameter 'b' of this method has type 'Broadcaster'.
onComplete ( Broadcaster )1st parameter 'b' of this method has type 'Broadcaster'.
onMessage ( Broadcaster, Deliver )1st parameter 'b' of this method has type 'Broadcaster'.
onPostCreate ( Broadcaster )1st parameter 'b' of this method has type 'Broadcaster'.
onPreDestroy ( Broadcaster )1st parameter 'b' of this method has type 'Broadcaster'.
onRemoveAtmosphereResource ( Broadcaster, AtmosphereResource )1st parameter 'b' of this method has type 'Broadcaster'.
getBroadcaster ( )Return value of this abstract method has type 'Broadcaster'.
setBroadcaster ( Broadcaster )1st parameter 'p1' of this abstract method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )2nd parameter 'broadcaster' of this method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )2nd parameter 'broadcaster' of this method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler )2nd parameter 'broadcaster' of this method has type 'Broadcaster'.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )2nd parameter 'broadcaster' of this method has type 'Broadcaster'.
addAtmosphereResource ( AtmosphereResource )Return value of this method has type 'Broadcaster'.
addBroadcasterListener ( BroadcasterListener )Return value of this method has type 'Broadcaster'.
initialize ( java.lang.String, java.net.URI, AtmosphereConfig )Return value of this method has type 'Broadcaster'.
initialize ( java.lang.String, AtmosphereConfig )Return value of this method has type 'Broadcaster'.
removeAtmosphereResource ( AtmosphereResource )Return value of this method has type 'Broadcaster'.
removeAtmosphereResource ( AtmosphereResource, boolean )Return value of this method has type 'Broadcaster'.
removeBroadcasterListener ( BroadcasterListener )Return value of this method has type 'Broadcaster'.
add ( Broadcaster, java.lang.Object )1st parameter 'b' of this method has type 'Broadcaster'.
get ( )Return value of this method has type 'Broadcaster'.
get ( java.lang.Class, java.lang.Object )Return value of this method has type 'Broadcaster'.
get ( java.lang.Object )Return value of this method has type 'Broadcaster'.
lookup ( java.lang.Class, java.lang.Object )Return value of this method has type 'Broadcaster'.
lookup ( java.lang.Class, java.lang.Object, boolean )Return value of this method has type 'Broadcaster'.
lookup ( java.lang.Class, java.lang.Object, boolean, boolean )Return value of this method has type 'Broadcaster'.
lookup ( java.lang.Object )Return value of this method has type 'Broadcaster'.
lookup ( java.lang.Object, boolean )Return value of this method has type 'Broadcaster'.
notifyOnPostCreate ( Broadcaster )1st parameter 'b' of this method has type 'Broadcaster'.
remove ( Broadcaster, java.lang.Object )1st parameter 'b' of this method has type 'Broadcaster'.
getBroadcaster ( )Return value of this method has type 'Broadcaster'.
setBroadcaster ( Broadcaster )1st parameter 'b' of this method has type 'Broadcaster'.
onAddAtmosphereResource ( Broadcaster, AtmosphereResource )1st parameter 'b' of this method has type 'Broadcaster'.
onRemoveAtmosphereResource ( Broadcaster, AtmosphereResource )1st parameter 'b' of this method has type 'Broadcaster'.
add ( Broadcaster )1st parameter 'b' of this method has type 'Broadcaster'.
remove ( Broadcaster )1st parameter 'b' of this method has type 'Broadcaster'.
extractHeartbeatInterval ( AtmosphereResourceImpl )Field 'resource.broadcaster' in 1st parameter 'resource' of this method has type 'Broadcaster'.
initialize ( java.lang.String, java.net.URI, AtmosphereConfig )Return value of this method has type 'Broadcaster'.
initialize ( java.lang.String, AtmosphereConfig )Return value of this method has type 'Broadcaster'.
initialize ( java.lang.String, AtmosphereConfig )Return value of this method has type 'Broadcaster'.
[+] BroadcasterCache (2)
| Change | Effect |
---|
1 | Added super-interface org.atmosphere.inject.AtmosphereConfigAware. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in org.atmosphere.inject.AtmosphereConfigAware. |
2 | Abstract method configure ( BroadcasterConfig ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method configure(BroadcasterConfig) in interface BroadcasterCache. |
[+] affected methods (31)
addBroadcasterCacheListener ( BroadcasterCacheListener )Return value of this method has type 'BroadcasterCache'.
cacheCandidate ( java.lang.String, java.lang.String )Return value of this method has type 'BroadcasterCache'.
clearCache ( java.lang.String, java.lang.String, org.atmosphere.cache.CacheMessage )Return value of this method has type 'BroadcasterCache'.
excludeFromCache ( java.lang.String, AtmosphereResource )Return value of this method has type 'BroadcasterCache'.
inspector ( org.atmosphere.cache.BroadcasterCacheInspector )Return value of this method has type 'BroadcasterCache'.
removeBroadcasterCacheListener ( BroadcasterCacheListener )Return value of this method has type 'BroadcasterCache'.
addBroadcasterCacheListener ( BroadcasterCacheListener )Return value of this method has type 'BroadcasterCache'.
cacheCandidate ( java.lang.String, java.lang.String )Return value of this method has type 'BroadcasterCache'.
clearCache ( java.lang.String, java.lang.String, org.atmosphere.cache.CacheMessage )Return value of this method has type 'BroadcasterCache'.
excludeFromCache ( java.lang.String, AtmosphereResource )Return value of this method has type 'BroadcasterCache'.
inspector ( org.atmosphere.cache.BroadcasterCacheInspector )Return value of this method has type 'BroadcasterCache'.
removeBroadcasterCacheListener ( BroadcasterCacheListener )Return value of this method has type 'BroadcasterCache'.
addBroadcasterCacheListener ( BroadcasterCacheListener )Return value of this method has type 'BroadcasterCache'.
cacheCandidate ( java.lang.String, java.lang.String )Return value of this method has type 'BroadcasterCache'.
clearCache ( java.lang.String, java.lang.String, org.atmosphere.cache.CacheMessage )Return value of this method has type 'BroadcasterCache'.
excludeFromCache ( java.lang.String, AtmosphereResource )Return value of this method has type 'BroadcasterCache'.
inspector ( org.atmosphere.cache.BroadcasterCacheInspector )Return value of this method has type 'BroadcasterCache'.
removeBroadcasterCacheListener ( BroadcasterCacheListener )Return value of this method has type 'BroadcasterCache'.
addBroadcasterCacheListener ( BroadcasterCacheListener )This abstract method is from 'BroadcasterCache' interface.
addToCache ( java.lang.String, java.lang.String, org.atmosphere.cache.BroadcastMessage )This abstract method is from 'BroadcasterCache' interface.
cacheCandidate ( java.lang.String, java.lang.String )This abstract method is from 'BroadcasterCache' interface.
cleanup ( )This abstract method is from 'BroadcasterCache' interface.
clearCache ( java.lang.String, java.lang.String, org.atmosphere.cache.CacheMessage )This abstract method is from 'BroadcasterCache' interface.
excludeFromCache ( java.lang.String, AtmosphereResource )This abstract method is from 'BroadcasterCache' interface.
inspector ( org.atmosphere.cache.BroadcasterCacheInspector )This abstract method is from 'BroadcasterCache' interface.
removeBroadcasterCacheListener ( BroadcasterCacheListener )This abstract method is from 'BroadcasterCache' interface.
retrieveFromCache ( java.lang.String, java.lang.String )This abstract method is from 'BroadcasterCache' interface.
start ( )This abstract method is from 'BroadcasterCache' interface.
stop ( )This abstract method is from 'BroadcasterCache' interface.
getBroadcasterCache ( )Return value of this method has type 'BroadcasterCache'.
setBroadcasterCache ( BroadcasterCache )1st parameter 'broadcasterCache' of this method has type 'BroadcasterCache'.
[+] BroadcasterFactory (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: BroadcasterFactory is abstract; cannot be instantiated. |
[+] affected methods (225)
atmosphereConfig ( java.lang.String[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'BroadcasterFactory'.
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
broadcasterClass ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
filters ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'BroadcasterFactory'.
interceptors ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'BroadcasterFactory'.
listeners ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'p1' of this abstract method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
EmbeddedWebSocketHandler ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'BroadcasterFactory'.
JettyWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'BroadcasterFactory'.
JSR356AsyncSupport.AtmosphereConfigurator ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
JSR356Endpoint ( AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
TomcatWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'BroadcasterFactory'.
handleAnnotation ( AtmosphereFramework, java.lang.Class, java.lang.Class )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
AtmosphereConfig ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
framework ( )Return value of this method has base type 'BroadcasterFactory'.
getBroadcasterFactory ( )Return value of this method has type 'BroadcasterFactory'.
started ( AtmosphereFramework )1st parameter 'p1' of this abstract method has base type 'BroadcasterFactory'.
addAnnotationPackage ( java.lang.Class )This method is from 'BroadcasterFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler )This method is from 'BroadcasterFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String )This method is from 'BroadcasterFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String, java.util.List )This method is from 'BroadcasterFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.util.List )This method is from 'BroadcasterFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )This method is from 'BroadcasterFactory' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )This method is from 'BroadcasterFactory' class.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )This method is from 'BroadcasterFactory' class.
addBroadcasterCacheListener ( BroadcasterCacheListener )This method is from 'BroadcasterFactory' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'BroadcasterFactory' class.
addBroadcasterType ( java.lang.String )This method is from 'BroadcasterFactory' class.
addCustomAnnotationPackage ( java.lang.Class )This method is from 'BroadcasterFactory' class.
addInitParameter ( java.lang.String, java.lang.String )This method is from 'BroadcasterFactory' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )This method is from 'BroadcasterFactory' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler )This method is from 'BroadcasterFactory' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler, java.util.List )This method is from 'BroadcasterFactory' class.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )This method is from 'BroadcasterFactory' class.
allowAllClassesScan ( )This method is from 'BroadcasterFactory' class.
allowAllClassesScan ( boolean )This method is from 'BroadcasterFactory' class.
analytics ( )This method is from 'BroadcasterFactory' class.
annotationProcessor ( )This method is from 'BroadcasterFactory' class.
annotationProcessorClassName ( java.lang.String )This method is from 'BroadcasterFactory' class.
annotationScanned ( boolean )This method is from 'BroadcasterFactory' class.
asyncSupportListener ( AsyncSupportListener )This method is from 'BroadcasterFactory' class.
asyncSupportListeners ( )This method is from 'BroadcasterFactory' class.
atmosphereFactory ( )This method is from 'BroadcasterFactory' class.
AtmosphereFramework ( )This constructor is from 'BroadcasterFactory' class.
AtmosphereFramework ( boolean, boolean )This constructor is from 'BroadcasterFactory' class.
AtmosphereFramework ( javax.servlet.ServletConfig )This constructor is from 'BroadcasterFactory' class.
AtmosphereFramework.AtmosphereHandlerWrapper ( BroadcasterFactory, AtmosphereHandler, java.lang.String )1st parameter 'broadcasterFactory' of this method has type 'BroadcasterFactory'.
autoConfigureService ( javax.servlet.ServletContext )This method is from 'BroadcasterFactory' class.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'BroadcasterFactory' class.
autoDetectContainer ( )This method is from 'BroadcasterFactory' class.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'BroadcasterFactory' class.
broadcasterCacheListeners ( )This method is from 'BroadcasterFactory' class.
broadcasterFilters ( )This method is from 'BroadcasterFactory' class.
broadcasterFilters ( BroadcastFilter )This method is from 'BroadcasterFactory' class.
broadcasterLifeCyclePolicy ( )This method is from 'BroadcasterFactory' class.
broadcasterLifeCyclePolicy ( java.lang.String )This method is from 'BroadcasterFactory' class.
broadcasterListeners ( )This method is from 'BroadcasterFactory' class.
broadcasterTypes ( )This method is from 'BroadcasterFactory' class.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
configureBroadcaster ( )This method is from 'BroadcasterFactory' class.
configureBroadcasterFactory ( )This method is from 'BroadcasterFactory' class.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )This method is from 'BroadcasterFactory' class.
configureObjectFactory ( )This method is from 'BroadcasterFactory' class.
configureQueryStringAsRequest ( AtmosphereRequest )This method is from 'BroadcasterFactory' class.
configureRequestResponse ( AtmosphereRequest, AtmosphereResponse )This method is from 'BroadcasterFactory' class.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )This method is from 'BroadcasterFactory' class.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
createAsyncSupportResolver ( )This method is from 'BroadcasterFactory' class.
customAnnotationPackages ( )This method is from 'BroadcasterFactory' class.
defaultInterceptors ( )This method is from 'BroadcasterFactory' class.
defaultPackagesToScan ( )This method is from 'BroadcasterFactory' class.
destroy ( )This method is from 'BroadcasterFactory' class.
detectSupportedFramework ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
doCometSupport ( AtmosphereRequest, AtmosphereResponse )This method is from 'BroadcasterFactory' class.
doInitParams ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
doInitParams ( javax.servlet.ServletConfig, boolean )This method is from 'BroadcasterFactory' class.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
endPointMapper ( )This method is from 'BroadcasterFactory' class.
endPointMapper ( org.atmosphere.util.EndpointMapper )This method is from 'BroadcasterFactory' class.
excludedInterceptors ( )This method is from 'BroadcasterFactory' class.
excludeInterceptor ( java.lang.String )This method is from 'BroadcasterFactory' class.
externalizeDestroy ( )This method is from 'BroadcasterFactory' class.
externalizeDestroy ( boolean )This method is from 'BroadcasterFactory' class.
filterManipulator ( BroadcasterConfig.FilterManipulator )This method is from 'BroadcasterFactory' class.
filterManipulators ( )This method is from 'BroadcasterFactory' class.
getAsyncSupport ( )This method is from 'BroadcasterFactory' class.
getAtmosphereConfig ( )This method is from 'BroadcasterFactory' class.
getAtmosphereDotXmlPath ( )This method is from 'BroadcasterFactory' class.
getAtmosphereHandlers ( )This method is from 'BroadcasterFactory' class.
getBroadcasterCacheClassName ( )This method is from 'BroadcasterFactory' class.
getBroadcasterFactory ( )This method is from 'BroadcasterFactory' class.
getCometSupport ( )This method is from 'BroadcasterFactory' class.
getDefaultBroadcasterClassName ( )This method is from 'BroadcasterFactory' class.
getDefaultSerializerClass ( )This method is from 'BroadcasterFactory' class.
getDefaultSerializerClassName ( )This method is from 'BroadcasterFactory' class.
getHandlersPath ( )This method is from 'BroadcasterFactory' class.
getLibPath ( )This method is from 'BroadcasterFactory' class.
getServletConfig ( )This method is from 'BroadcasterFactory' class.
getServletContext ( )This method is from 'BroadcasterFactory' class.
getWebSocketProcessorClassName ( )This method is from 'BroadcasterFactory' class.
getWebSocketProtocol ( )This method is from 'BroadcasterFactory' class.
getWebSocketProtocolClassName ( )This method is from 'BroadcasterFactory' class.
init ( )This method is from 'BroadcasterFactory' class.
init ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
init ( javax.servlet.ServletConfig, boolean )This method is from 'BroadcasterFactory' class.
initAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
initEndpointMapper ( )This method is from 'BroadcasterFactory' class.
initialized ( )This method is from 'BroadcasterFactory' class.
initWebSocket ( )This method is from 'BroadcasterFactory' class.
inspectors ( )This method is from 'BroadcasterFactory' class.
installAnnotationProcessor ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
interceptor ( AtmosphereInterceptor )This method is from 'BroadcasterFactory' class.
interceptors ( )This method is from 'BroadcasterFactory' class.
isAServletFilter ( )This method is from 'BroadcasterFactory' class.
isBroadcasterSpecified ( )This method is from 'BroadcasterFactory' class.
isDestroyed ( )This method is from 'BroadcasterFactory' class.
isShareExecutorServices ( )This method is from 'BroadcasterFactory' class.
isUseBlockingImplementation ( )This method is from 'BroadcasterFactory' class.
isUseNativeImplementation ( )This method is from 'BroadcasterFactory' class.
isUseServlet30 ( )This method is from 'BroadcasterFactory' class.
isUseStreamForFlushingComments ( )This method is from 'BroadcasterFactory' class.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )This method is from 'BroadcasterFactory' class.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'BroadcasterFactory' class.
loadConfiguration ( javax.servlet.ServletConfig )This method is from 'BroadcasterFactory' class.
loadMetaService ( )This method is from 'BroadcasterFactory' class.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'BroadcasterFactory' class.
lookupDefaultBroadcasterType ( java.lang.String )This method is from 'BroadcasterFactory' class.
lookupDefaultObjectFactoryType ( )This method is from 'BroadcasterFactory' class.
mappingRegex ( )This method is from 'BroadcasterFactory' class.
mappingRegex ( java.lang.String )This method is from 'BroadcasterFactory' class.
metaBroadcaster ( )This method is from 'BroadcasterFactory' class.
apply ( AtmosphereFramework, java.lang.Class )1st parameter 'fwk' of this method has base type 'BroadcasterFactory'.
newAInterceptor ( java.lang.Class )This method is from 'BroadcasterFactory' class.
newClassInstance ( java.lang.Class, java.lang.Class )This method is from 'BroadcasterFactory' class.
objectFactory ( )This method is from 'BroadcasterFactory' class.
objectFactory ( AtmosphereObjectFactory )This method is from 'BroadcasterFactory' class.
objectFactoryType ( )This method is from 'BroadcasterFactory' class.
packages ( )This method is from 'BroadcasterFactory' class.
patchContainer ( )This method is from 'BroadcasterFactory' class.
preventOOM ( )This method is from 'BroadcasterFactory' class.
readSystemProperties ( )This method is from 'BroadcasterFactory' class.
reconfigureInitParams ( boolean )This method is from 'BroadcasterFactory' class.
removeAllAtmosphereHandler ( )This method is from 'BroadcasterFactory' class.
removeAllInitParams ( )This method is from 'BroadcasterFactory' class.
removeAtmosphereHandler ( java.lang.String )This method is from 'BroadcasterFactory' class.
resetStates ( )This method is from 'BroadcasterFactory' class.
sessionSupport ( boolean )This method is from 'BroadcasterFactory' class.
setAsyncSupport ( AsyncSupport )This method is from 'BroadcasterFactory' class.
setAtmosphereDotXmlPath ( java.lang.String )This method is from 'BroadcasterFactory' class.
setBroadcasterCacheClassName ( java.lang.String )This method is from 'BroadcasterFactory' class.
setBroadcasterFactory ( BroadcasterFactory )This method is from 'BroadcasterFactory' class.
setCometSupport ( AsyncSupport )This method is from 'BroadcasterFactory' class.
setDefaultBroadcasterClassName ( java.lang.String )This method is from 'BroadcasterFactory' class.
setDefaultSerializerClassName ( java.lang.String )This method is from 'BroadcasterFactory' class.
setHandlersPath ( java.lang.String )This method is from 'BroadcasterFactory' class.
setLibPath ( java.lang.String )This method is from 'BroadcasterFactory' class.
setUseBlockingImplementation ( boolean )This method is from 'BroadcasterFactory' class.
setUseNativeImplementation ( boolean )This method is from 'BroadcasterFactory' class.
setUseServlet30 ( boolean )This method is from 'BroadcasterFactory' class.
setUseStreamForFlushingComments ( boolean )This method is from 'BroadcasterFactory' class.
setWebsocketProcessorClassName ( java.lang.String )This method is from 'BroadcasterFactory' class.
setWebSocketProtocolClassName ( java.lang.String )This method is from 'BroadcasterFactory' class.
sharedThreadPools ( )This method is from 'BroadcasterFactory' class.
sharedThreadPools ( boolean )This method is from 'BroadcasterFactory' class.
shareExecutorServices ( boolean )This method is from 'BroadcasterFactory' class.
webSocketEnabled ( )This method is from 'BroadcasterFactory' class.
webSocketEnabled ( boolean )This method is from 'BroadcasterFactory' class.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework' in the object of this method has base type 'BroadcasterFactory'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.framework' in the object of this method has base type 'BroadcasterFactory'.
destroy ( )Field 'this.framework' in the object of this method has base type 'BroadcasterFactory'.
framework ( )Field 'this.framework' in the object of this method has base type 'BroadcasterFactory'.
AtmosphereServlet ( )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.initializer.framework' in return value of this method has base type 'BroadcasterFactory'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'retval.initializer.framework' in return value of this method has base type 'BroadcasterFactory'.
destroy ( )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
framework ( )Return value of this method has base type 'BroadcasterFactory'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework' in the object of this method has base type 'BroadcasterFactory'.
newAtmosphereFramework ( )Return value of this method has base type 'BroadcasterFactory'.
add ( Broadcaster, java.lang.Object )This abstract method is from 'BroadcasterFactory' abstract class.
addBroadcasterListener ( BroadcasterListener )Return value of this method has type 'BroadcasterFactory'.
configure ( java.lang.Class, java.lang.String, AtmosphereConfig )This abstract method is from 'BroadcasterFactory' abstract class.
destroy ( )This abstract method is from 'BroadcasterFactory' abstract class.
get ( )This abstract method is from 'BroadcasterFactory' abstract class.
get ( java.lang.Class, java.lang.Object )This abstract method is from 'BroadcasterFactory' abstract class.
get ( java.lang.Object )This abstract method is from 'BroadcasterFactory' abstract class.
lookup ( java.lang.Class, java.lang.Object )This abstract method is from 'BroadcasterFactory' abstract class.
lookup ( java.lang.Class, java.lang.Object, boolean )This abstract method is from 'BroadcasterFactory' abstract class.
lookup ( java.lang.Object )This abstract method is from 'BroadcasterFactory' abstract class.
lookup ( java.lang.Object, boolean )This abstract method is from 'BroadcasterFactory' abstract class.
lookupAll ( )This abstract method is from 'BroadcasterFactory' abstract class.
remove ( java.lang.Object )This abstract method is from 'BroadcasterFactory' abstract class.
remove ( Broadcaster, java.lang.Object )This abstract method is from 'BroadcasterFactory' abstract class.
removeAllAtmosphereResource ( AtmosphereResource )This abstract method is from 'BroadcasterFactory' abstract class.
removeBroadcasterListener ( BroadcasterListener )Return value of this method has type 'BroadcasterFactory'.
addBroadcasterListener ( BroadcasterListener )Return value of this method has type 'BroadcasterFactory'.
removeBroadcasterListener ( BroadcasterListener )Return value of this method has type 'BroadcasterFactory'.
getWebSocketProcessor ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'BroadcasterFactory'.
[+] DefaultBroadcaster (2)
| Change | Effect |
---|
1 | Type of field broadcasterListeners has been changed from java.util.concurrent.ConcurrentLinkedQueue to java.util.Collection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.concurrent.ConcurrentLinkedQueue, required: java.util.Collection. |
2 | Field ASYNC_TOKEN of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ASYNC_TOKEN in DefaultBroadcaster. |
[+] affected methods (74)
addAtmosphereResource ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
addBroadcasterLifeCyclePolicyListener ( BroadcasterLifeCyclePolicyListener )This method is from 'DefaultBroadcaster' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcaster' class.
awaitAndBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
broadcast ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
broadcast ( java.lang.Object, java.util.Set )This method is from 'DefaultBroadcaster' class.
broadcast ( java.lang.Object, AtmosphereResource )This method is from 'DefaultBroadcaster' class.
broadcastOnResume ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
broadcastOnResume ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
cacheAndSuspend ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
cacheLostMessage ( AtmosphereResource, boolean )This method is from 'DefaultBroadcaster' class.
cacheLostMessage ( AtmosphereResource, DefaultBroadcaster.AsyncWriteToken )This method is from 'DefaultBroadcaster' class.
cacheLostMessage ( AtmosphereResource, DefaultBroadcaster.AsyncWriteToken, boolean )This method is from 'DefaultBroadcaster' class.
cacheMessageOnIOException ( java.lang.Throwable )This method is from 'DefaultBroadcaster' class.
checkCachedAndPush ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
createBroadcasterConfig ( AtmosphereConfig )This method is from 'DefaultBroadcaster' class.
DefaultBroadcaster ( )This constructor is from 'DefaultBroadcaster' class.
delayBroadcast ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
delayBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
deliverPush ( Deliver, boolean )This method is from 'DefaultBroadcaster' class.
destroy ( )This method is from 'DefaultBroadcaster' class.
dispatchMessages ( Deliver )This method is from 'DefaultBroadcaster' class.
endBroadcast ( Deliver, boolean )This method is from 'DefaultBroadcaster' class.
entryDone ( BroadcasterFuture )This method is from 'DefaultBroadcaster' class.
executeAsyncWrite ( DefaultBroadcaster.AsyncWriteToken )This method is from 'DefaultBroadcaster' class.
executeBlockingWrite ( AtmosphereResource, Deliver, java.util.concurrent.atomic.AtomicInteger )This method is from 'DefaultBroadcaster' class.
filter ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
futureDone ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
getAsyncWriteHandler ( DefaultBroadcaster.WriteQueue )This method is from 'DefaultBroadcaster' class.
getAtmosphereResources ( )This method is from 'DefaultBroadcaster' class.
getBroadcasterConfig ( )This method is from 'DefaultBroadcaster' class.
getBroadcastHandler ( )This method is from 'DefaultBroadcaster' class.
getID ( )This method is from 'DefaultBroadcaster' class.
getScope ( )This method is from 'DefaultBroadcaster' class.
initialize ( java.lang.String, java.net.URI, AtmosphereConfig )This method is from 'DefaultBroadcaster' class.
initialize ( java.lang.String, AtmosphereConfig )This method is from 'DefaultBroadcaster' class.
invokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
isDestroyed ( )This method is from 'DefaultBroadcaster' class.
killReactiveThreads ( )This method is from 'DefaultBroadcaster' class.
lifeCycleListeners ( )This method is from 'DefaultBroadcaster' class.
lifeCyclePolicy ( )This method is from 'DefaultBroadcaster' class.
messages ( )This method is from 'DefaultBroadcaster' class.
notifyAndAdd ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
notifyBroadcastListener ( )This method is from 'DefaultBroadcaster' class.
notifyOnAddAtmosphereResourceListener ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
notifyOnMessage ( Deliver )This method is from 'DefaultBroadcaster' class.
notifyOnRemoveAtmosphereResourceListener ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
onException ( java.lang.Throwable, AtmosphereResource )This method is from 'DefaultBroadcaster' class.
onException ( java.lang.Throwable, AtmosphereResource, boolean )This method is from 'DefaultBroadcaster' class.
outOfOrderBroadcastSupported ( )This method is from 'DefaultBroadcaster' class.
perRequestFilter ( AtmosphereResource, Deliver )This method is from 'DefaultBroadcaster' class.
policy ( )This method is from 'DefaultBroadcaster' class.
prepareInvokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
push ( Deliver )This method is from 'DefaultBroadcaster' class.
queueWriteIO ( AtmosphereResource, Deliver, java.util.concurrent.atomic.AtomicInteger )This method is from 'DefaultBroadcaster' class.
reactiveThreadsCount ( )This method is from 'DefaultBroadcaster' class.
releaseExternalResources ( )This method is from 'DefaultBroadcaster' class.
removeAtmosphereResource ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
removeAtmosphereResource ( AtmosphereResource, boolean )This method is from 'DefaultBroadcaster' class.
removeBroadcasterLifeCyclePolicyListener ( BroadcasterLifeCyclePolicyListener )This method is from 'DefaultBroadcaster' class.
removeBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcaster' class.
resumeAll ( )This method is from 'DefaultBroadcaster' class.
retrieveTrackedBroadcast ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
scheduleFixedBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
scheduleFixedBroadcast ( java.lang.Object, long, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
setBroadcasterConfig ( BroadcasterConfig )This method is from 'DefaultBroadcaster' class.
setBroadcasterLifeCyclePolicy ( BroadcasterLifeCyclePolicy )This method is from 'DefaultBroadcaster' class.
setID ( java.lang.String )This method is from 'DefaultBroadcaster' class.
setScope ( Broadcaster.SCOPE )This method is from 'DefaultBroadcaster' class.
setSuspendPolicy ( long, Broadcaster.POLICY )This method is from 'DefaultBroadcaster' class.
spawnReactor ( )This method is from 'DefaultBroadcaster' class.
start ( )This method is from 'DefaultBroadcaster' class.
toString ( )This method is from 'DefaultBroadcaster' class.
writeQueues ( )This method is from 'DefaultBroadcaster' class.
[+] DefaultBroadcasterFactory.BroadcasterCreationException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultBroadcasterFactory.BroadcasterCreationException. |
[+] affected methods (1)
DefaultBroadcasterFactory.BroadcasterCreationException ( java.lang.Throwable )This constructor is from 'DefaultBroadcasterFactory.BroadcasterCreationException' class.
[+] MetaBroadcaster (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: MetaBroadcaster is abstract; cannot be instantiated. |
[+] affected methods (214)
atmosphereConfig ( java.lang.String[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'MetaBroadcaster'.
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
broadcasterClass ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
filters ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'MetaBroadcaster'.
interceptors ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'MetaBroadcaster'.
listeners ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'p1' of this abstract method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
EmbeddedWebSocketHandler ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'MetaBroadcaster'.
JettyWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'MetaBroadcaster'.
JSR356AsyncSupport.AtmosphereConfigurator ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
JSR356Endpoint ( AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
TomcatWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has base type 'MetaBroadcaster'.
handleAnnotation ( AtmosphereFramework, java.lang.Class, java.lang.Class )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
AtmosphereConfig ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
framework ( )Return value of this method has base type 'MetaBroadcaster'.
metaBroadcaster ( )Return value of this method has type 'MetaBroadcaster'.
started ( AtmosphereFramework )1st parameter 'p1' of this abstract method has base type 'MetaBroadcaster'.
addAnnotationPackage ( java.lang.Class )This method is from 'MetaBroadcaster' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler )This method is from 'MetaBroadcaster' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String )This method is from 'MetaBroadcaster' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String, java.util.List )This method is from 'MetaBroadcaster' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.util.List )This method is from 'MetaBroadcaster' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )This method is from 'MetaBroadcaster' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )This method is from 'MetaBroadcaster' class.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )This method is from 'MetaBroadcaster' class.
addBroadcasterCacheListener ( BroadcasterCacheListener )This method is from 'MetaBroadcaster' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'MetaBroadcaster' class.
addBroadcasterType ( java.lang.String )This method is from 'MetaBroadcaster' class.
addCustomAnnotationPackage ( java.lang.Class )This method is from 'MetaBroadcaster' class.
addInitParameter ( java.lang.String, java.lang.String )This method is from 'MetaBroadcaster' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )This method is from 'MetaBroadcaster' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler )This method is from 'MetaBroadcaster' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler, java.util.List )This method is from 'MetaBroadcaster' class.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )This method is from 'MetaBroadcaster' class.
allowAllClassesScan ( )This method is from 'MetaBroadcaster' class.
allowAllClassesScan ( boolean )This method is from 'MetaBroadcaster' class.
analytics ( )This method is from 'MetaBroadcaster' class.
annotationProcessor ( )This method is from 'MetaBroadcaster' class.
annotationProcessorClassName ( java.lang.String )This method is from 'MetaBroadcaster' class.
annotationScanned ( boolean )This method is from 'MetaBroadcaster' class.
asyncSupportListener ( AsyncSupportListener )This method is from 'MetaBroadcaster' class.
asyncSupportListeners ( )This method is from 'MetaBroadcaster' class.
atmosphereFactory ( )This method is from 'MetaBroadcaster' class.
AtmosphereFramework ( )This constructor is from 'MetaBroadcaster' class.
AtmosphereFramework ( boolean, boolean )This constructor is from 'MetaBroadcaster' class.
AtmosphereFramework ( javax.servlet.ServletConfig )This constructor is from 'MetaBroadcaster' class.
autoConfigureService ( javax.servlet.ServletContext )This method is from 'MetaBroadcaster' class.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'MetaBroadcaster' class.
autoDetectContainer ( )This method is from 'MetaBroadcaster' class.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'MetaBroadcaster' class.
broadcasterCacheListeners ( )This method is from 'MetaBroadcaster' class.
broadcasterFilters ( )This method is from 'MetaBroadcaster' class.
broadcasterFilters ( BroadcastFilter )This method is from 'MetaBroadcaster' class.
broadcasterLifeCyclePolicy ( )This method is from 'MetaBroadcaster' class.
broadcasterLifeCyclePolicy ( java.lang.String )This method is from 'MetaBroadcaster' class.
broadcasterListeners ( )This method is from 'MetaBroadcaster' class.
broadcasterTypes ( )This method is from 'MetaBroadcaster' class.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
configureBroadcaster ( )This method is from 'MetaBroadcaster' class.
configureBroadcasterFactory ( )This method is from 'MetaBroadcaster' class.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )This method is from 'MetaBroadcaster' class.
configureObjectFactory ( )This method is from 'MetaBroadcaster' class.
configureQueryStringAsRequest ( AtmosphereRequest )This method is from 'MetaBroadcaster' class.
configureRequestResponse ( AtmosphereRequest, AtmosphereResponse )This method is from 'MetaBroadcaster' class.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )This method is from 'MetaBroadcaster' class.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
createAsyncSupportResolver ( )This method is from 'MetaBroadcaster' class.
customAnnotationPackages ( )This method is from 'MetaBroadcaster' class.
defaultInterceptors ( )This method is from 'MetaBroadcaster' class.
defaultPackagesToScan ( )This method is from 'MetaBroadcaster' class.
destroy ( )This method is from 'MetaBroadcaster' class.
detectSupportedFramework ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
doCometSupport ( AtmosphereRequest, AtmosphereResponse )This method is from 'MetaBroadcaster' class.
doInitParams ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
doInitParams ( javax.servlet.ServletConfig, boolean )This method is from 'MetaBroadcaster' class.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
endPointMapper ( )This method is from 'MetaBroadcaster' class.
endPointMapper ( org.atmosphere.util.EndpointMapper )This method is from 'MetaBroadcaster' class.
excludedInterceptors ( )This method is from 'MetaBroadcaster' class.
excludeInterceptor ( java.lang.String )This method is from 'MetaBroadcaster' class.
externalizeDestroy ( )This method is from 'MetaBroadcaster' class.
externalizeDestroy ( boolean )This method is from 'MetaBroadcaster' class.
filterManipulator ( BroadcasterConfig.FilterManipulator )This method is from 'MetaBroadcaster' class.
filterManipulators ( )This method is from 'MetaBroadcaster' class.
getAsyncSupport ( )This method is from 'MetaBroadcaster' class.
getAtmosphereConfig ( )This method is from 'MetaBroadcaster' class.
getAtmosphereDotXmlPath ( )This method is from 'MetaBroadcaster' class.
getAtmosphereHandlers ( )This method is from 'MetaBroadcaster' class.
getBroadcasterCacheClassName ( )This method is from 'MetaBroadcaster' class.
getBroadcasterFactory ( )This method is from 'MetaBroadcaster' class.
getCometSupport ( )This method is from 'MetaBroadcaster' class.
getDefaultBroadcasterClassName ( )This method is from 'MetaBroadcaster' class.
getDefaultSerializerClass ( )This method is from 'MetaBroadcaster' class.
getDefaultSerializerClassName ( )This method is from 'MetaBroadcaster' class.
getHandlersPath ( )This method is from 'MetaBroadcaster' class.
getLibPath ( )This method is from 'MetaBroadcaster' class.
getServletConfig ( )This method is from 'MetaBroadcaster' class.
getServletContext ( )This method is from 'MetaBroadcaster' class.
getWebSocketProcessorClassName ( )This method is from 'MetaBroadcaster' class.
getWebSocketProtocol ( )This method is from 'MetaBroadcaster' class.
getWebSocketProtocolClassName ( )This method is from 'MetaBroadcaster' class.
init ( )This method is from 'MetaBroadcaster' class.
init ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
init ( javax.servlet.ServletConfig, boolean )This method is from 'MetaBroadcaster' class.
initAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
initEndpointMapper ( )This method is from 'MetaBroadcaster' class.
initialized ( )This method is from 'MetaBroadcaster' class.
initWebSocket ( )This method is from 'MetaBroadcaster' class.
inspectors ( )This method is from 'MetaBroadcaster' class.
installAnnotationProcessor ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
interceptor ( AtmosphereInterceptor )This method is from 'MetaBroadcaster' class.
interceptors ( )This method is from 'MetaBroadcaster' class.
isAServletFilter ( )This method is from 'MetaBroadcaster' class.
isBroadcasterSpecified ( )This method is from 'MetaBroadcaster' class.
isDestroyed ( )This method is from 'MetaBroadcaster' class.
isShareExecutorServices ( )This method is from 'MetaBroadcaster' class.
isUseBlockingImplementation ( )This method is from 'MetaBroadcaster' class.
isUseNativeImplementation ( )This method is from 'MetaBroadcaster' class.
isUseServlet30 ( )This method is from 'MetaBroadcaster' class.
isUseStreamForFlushingComments ( )This method is from 'MetaBroadcaster' class.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )This method is from 'MetaBroadcaster' class.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'MetaBroadcaster' class.
loadConfiguration ( javax.servlet.ServletConfig )This method is from 'MetaBroadcaster' class.
loadMetaService ( )This method is from 'MetaBroadcaster' class.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'MetaBroadcaster' class.
lookupDefaultBroadcasterType ( java.lang.String )This method is from 'MetaBroadcaster' class.
lookupDefaultObjectFactoryType ( )This method is from 'MetaBroadcaster' class.
mappingRegex ( )This method is from 'MetaBroadcaster' class.
mappingRegex ( java.lang.String )This method is from 'MetaBroadcaster' class.
metaBroadcaster ( )Return value of this method has type 'MetaBroadcaster'.
apply ( AtmosphereFramework, java.lang.Class )1st parameter 'fwk' of this method has base type 'MetaBroadcaster'.
newAInterceptor ( java.lang.Class )This method is from 'MetaBroadcaster' class.
newClassInstance ( java.lang.Class, java.lang.Class )This method is from 'MetaBroadcaster' class.
objectFactory ( )This method is from 'MetaBroadcaster' class.
objectFactory ( AtmosphereObjectFactory )This method is from 'MetaBroadcaster' class.
objectFactoryType ( )This method is from 'MetaBroadcaster' class.
packages ( )This method is from 'MetaBroadcaster' class.
patchContainer ( )This method is from 'MetaBroadcaster' class.
preventOOM ( )This method is from 'MetaBroadcaster' class.
readSystemProperties ( )This method is from 'MetaBroadcaster' class.
reconfigureInitParams ( boolean )This method is from 'MetaBroadcaster' class.
removeAllAtmosphereHandler ( )This method is from 'MetaBroadcaster' class.
removeAllInitParams ( )This method is from 'MetaBroadcaster' class.
removeAtmosphereHandler ( java.lang.String )This method is from 'MetaBroadcaster' class.
resetStates ( )This method is from 'MetaBroadcaster' class.
sessionSupport ( boolean )This method is from 'MetaBroadcaster' class.
setAsyncSupport ( AsyncSupport )This method is from 'MetaBroadcaster' class.
setAtmosphereDotXmlPath ( java.lang.String )This method is from 'MetaBroadcaster' class.
setBroadcasterCacheClassName ( java.lang.String )This method is from 'MetaBroadcaster' class.
setBroadcasterFactory ( BroadcasterFactory )This method is from 'MetaBroadcaster' class.
setCometSupport ( AsyncSupport )This method is from 'MetaBroadcaster' class.
setDefaultBroadcasterClassName ( java.lang.String )This method is from 'MetaBroadcaster' class.
setDefaultSerializerClassName ( java.lang.String )This method is from 'MetaBroadcaster' class.
setHandlersPath ( java.lang.String )This method is from 'MetaBroadcaster' class.
setLibPath ( java.lang.String )This method is from 'MetaBroadcaster' class.
setUseBlockingImplementation ( boolean )This method is from 'MetaBroadcaster' class.
setUseNativeImplementation ( boolean )This method is from 'MetaBroadcaster' class.
setUseServlet30 ( boolean )This method is from 'MetaBroadcaster' class.
setUseStreamForFlushingComments ( boolean )This method is from 'MetaBroadcaster' class.
setWebsocketProcessorClassName ( java.lang.String )This method is from 'MetaBroadcaster' class.
setWebSocketProtocolClassName ( java.lang.String )This method is from 'MetaBroadcaster' class.
sharedThreadPools ( )This method is from 'MetaBroadcaster' class.
sharedThreadPools ( boolean )This method is from 'MetaBroadcaster' class.
shareExecutorServices ( boolean )This method is from 'MetaBroadcaster' class.
webSocketEnabled ( )This method is from 'MetaBroadcaster' class.
webSocketEnabled ( boolean )This method is from 'MetaBroadcaster' class.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework' in the object of this method has base type 'MetaBroadcaster'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.framework' in return value of this method has base type 'MetaBroadcaster'.
destroy ( )Field 'this.framework' in the object of this method has base type 'MetaBroadcaster'.
framework ( )Field 'this.framework' in the object of this method has base type 'MetaBroadcaster'.
AtmosphereServlet ( )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.initializer.framework' in return value of this method has base type 'MetaBroadcaster'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'retval.initializer.framework' in return value of this method has base type 'MetaBroadcaster'.
destroy ( )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
framework ( )Return value of this method has base type 'MetaBroadcaster'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework' in the object of this method has base type 'MetaBroadcaster'.
newAtmosphereFramework ( )Return value of this method has base type 'MetaBroadcaster'.
addBroadcasterListener ( BroadcasterListener )Return value of this method has type 'MetaBroadcaster'.
broadcastTo ( java.lang.String, java.lang.Object )This method is from 'MetaBroadcaster' class.
cache ( MetaBroadcaster.MetaBroadcasterCache )Return value of this method has type 'MetaBroadcaster'.
delayTo ( java.lang.String, java.lang.Object, int, java.util.concurrent.TimeUnit )This method is from 'MetaBroadcaster' class.
destroy ( )This method is from 'MetaBroadcaster' class.
removeBroadcasterListener ( BroadcasterListener )Return value of this method has type 'MetaBroadcaster'.
scheduleTo ( java.lang.String, java.lang.Object, int, java.util.concurrent.TimeUnit )This method is from 'MetaBroadcaster' class.
MetaBroadcaster.ThirtySecondsCache ( MetaBroadcaster, AtmosphereConfig )1st parameter 'metaBroadcaster' of this method has type 'MetaBroadcaster'.
getWebSocketProcessor ( AtmosphereFramework )1st parameter 'framework' of this method has base type 'MetaBroadcaster'.
package org.atmosphere.handler
[+] AbstractReflectorAtmosphereHandler (2)
| Change | Effect |
---|
1 | Added super-interface org.atmosphere.cpr.AtmosphereServletProcessor. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in AbstractReflectorAtmosphereHandler. |
2 | Removed super-interface org.atmosphere.cpr.AtmosphereHandler. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractReflectorAtmosphereHandler. |
[+] affected methods (4)
AbstractReflectorAtmosphereHandler ( )This constructor is from 'AbstractReflectorAtmosphereHandler' abstract class.
destroy ( )This method is from 'AbstractReflectorAtmosphereHandler' abstract class.
onStateChange ( org.atmosphere.cpr.AtmosphereResourceEvent )This method is from 'AbstractReflectorAtmosphereHandler' abstract class.
postStateChange ( org.atmosphere.cpr.AtmosphereResourceEvent )This method is from 'AbstractReflectorAtmosphereHandler' abstract class.
[+] ReflectorServletProcessor (1)
| Change | Effect |
---|
1 | Removed super-interface org.atmosphere.cpr.AtmosphereServletProcessor. | Recompilation of a client program may be terminated with the message: cannot find method in class ReflectorServletProcessor. |
[+] affected methods (16)
configureDetectedFramework ( ReflectorServletProcessor, boolean )1st parameter 'rsp' of this method has type 'ReflectorServletProcessor'.
addFilter ( javax.servlet.Filter )This method is from 'ReflectorServletProcessor' class.
addFilterClassName ( java.lang.String, java.lang.String )This method is from 'ReflectorServletProcessor' class.
destroy ( )This method is from 'ReflectorServletProcessor' class.
getServlet ( )This method is from 'ReflectorServletProcessor' class.
getServletClass ( )This method is from 'ReflectorServletProcessor' class.
getServletClassName ( )This method is from 'ReflectorServletProcessor' class.
init ( org.atmosphere.cpr.AtmosphereConfig )This method is from 'ReflectorServletProcessor' class.
onRequest ( org.atmosphere.cpr.AtmosphereResource )This method is from 'ReflectorServletProcessor' class.
ReflectorServletProcessor ( )This constructor is from 'ReflectorServletProcessor' class.
ReflectorServletProcessor ( javax.servlet.Servlet )This constructor is from 'ReflectorServletProcessor' class.
setFilterClassName ( java.lang.String )This method is from 'ReflectorServletProcessor' class.
setServlet ( javax.servlet.Servlet )This method is from 'ReflectorServletProcessor' class.
setServletClass ( java.lang.String )This method is from 'ReflectorServletProcessor' class.
setServletClassName ( java.lang.String )This method is from 'ReflectorServletProcessor' class.
toString ( )This method is from 'ReflectorServletProcessor' class.
package org.atmosphere.util
[+] EndpointMapper (1)
| Change | Effect |
---|
1 | Added super-interface org.atmosphere.inject.AtmosphereConfigAware. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in org.atmosphere.inject.AtmosphereConfigAware. |
[+] affected methods (208)
atmosphereConfig ( java.lang.String[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 2nd parameter 'framework' of this method has type 'EndpointMapper'.
broadcaster ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class, java.lang.String )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
broadcasterClass ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
filters ( java.lang.Class[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 2nd parameter 'framework' of this method has type 'EndpointMapper'.
interceptors ( java.lang.Class[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 2nd parameter 'framework' of this method has type 'EndpointMapper'.
listeners ( java.lang.Class[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 2nd parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'p1.endpointMapper' in 1st parameter 'p1' of this abstract method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
EmbeddedWebSocketHandler ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, org.atmosphere.cpr.AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.endpointMapper' in 2nd parameter 'framework' of this method has type 'EndpointMapper'.
JettyWebSocketHandler ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.endpointMapper' in 2nd parameter 'framework' of this method has type 'EndpointMapper'.
JSR356AsyncSupport.AtmosphereConfigurator ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
JSR356Endpoint ( org.atmosphere.cpr.AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
TomcatWebSocketHandler ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )Field 'framework.endpointMapper' in 2nd parameter 'framework' of this method has type 'EndpointMapper'.
handleAnnotation ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class, java.lang.Class )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
AtmosphereConfig ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
framework ( )Field 'retval.endpointMapper' in return value of this method has type 'EndpointMapper'.
started ( org.atmosphere.cpr.AtmosphereFramework )Field 'p1.endpointMapper' in 1st parameter 'p1' of this abstract method has type 'EndpointMapper'.
addAnnotationPackage ( java.lang.Class )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, java.lang.String, java.util.List )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, java.util.List )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, org.atmosphere.cpr.Broadcaster )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, org.atmosphere.cpr.Broadcaster, java.util.List )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addBroadcasterCacheListener ( org.atmosphere.cpr.BroadcasterCacheListener )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addBroadcasterListener ( org.atmosphere.cpr.BroadcasterListener )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addBroadcasterType ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addCustomAnnotationPackage ( java.lang.Class )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addInitParameter ( java.lang.String, java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, org.atmosphere.cpr.AtmosphereHandler )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, org.atmosphere.cpr.AtmosphereHandler, java.util.List )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
allowAllClassesScan ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
allowAllClassesScan ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
analytics ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
annotationProcessor ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
annotationProcessorClassName ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
annotationScanned ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
asyncSupportListener ( org.atmosphere.cpr.AsyncSupportListener )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
asyncSupportListeners ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
atmosphereFactory ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
AtmosphereFramework ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
AtmosphereFramework ( boolean, boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
AtmosphereFramework ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
autoConfigureService ( javax.servlet.ServletContext )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
autoDetectContainer ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
broadcasterCacheListeners ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
broadcasterFilters ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
broadcasterFilters ( org.atmosphere.cpr.BroadcastFilter )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
broadcasterLifeCyclePolicy ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
broadcasterLifeCyclePolicy ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
broadcasterListeners ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
broadcasterTypes ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureBroadcaster ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureBroadcasterFactory ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureObjectFactory ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureQueryStringAsRequest ( org.atmosphere.cpr.AtmosphereRequest )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureRequestResponse ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereResponse )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
createAsyncSupportResolver ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
customAnnotationPackages ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
defaultInterceptors ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
defaultPackagesToScan ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
destroy ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
detectSupportedFramework ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
doCometSupport ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereResponse )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
doInitParams ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
doInitParams ( javax.servlet.ServletConfig, boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
endPointMapper ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
endPointMapper ( EndpointMapper )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
excludedInterceptors ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
excludeInterceptor ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
externalizeDestroy ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
externalizeDestroy ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
filterManipulator ( org.atmosphere.cpr.BroadcasterConfig.FilterManipulator )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
filterManipulators ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getAsyncSupport ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getAtmosphereConfig ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getAtmosphereDotXmlPath ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getAtmosphereHandlers ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getBroadcasterCacheClassName ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getBroadcasterFactory ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getCometSupport ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getDefaultBroadcasterClassName ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getDefaultSerializerClass ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getDefaultSerializerClassName ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getHandlersPath ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getLibPath ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getServletConfig ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getServletContext ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getWebSocketProcessorClassName ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getWebSocketProtocol ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
getWebSocketProtocolClassName ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
init ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
init ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
init ( javax.servlet.ServletConfig, boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
initAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
initEndpointMapper ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
initialized ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
initWebSocket ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
inspectors ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
installAnnotationProcessor ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
interceptor ( org.atmosphere.cpr.AtmosphereInterceptor )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
interceptors ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isAServletFilter ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isBroadcasterSpecified ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isDestroyed ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isShareExecutorServices ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isUseBlockingImplementation ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isUseNativeImplementation ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isUseServlet30 ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
isUseStreamForFlushingComments ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
loadConfiguration ( javax.servlet.ServletConfig )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
loadMetaService ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
lookupDefaultBroadcasterType ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
lookupDefaultObjectFactoryType ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
mappingRegex ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
mappingRegex ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
metaBroadcaster ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
apply ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'fwk.endpointMapper' in 1st parameter 'fwk' of this method has type 'EndpointMapper'.
newAInterceptor ( java.lang.Class )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
newClassInstance ( java.lang.Class, java.lang.Class )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
objectFactory ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
objectFactory ( org.atmosphere.cpr.AtmosphereObjectFactory )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
objectFactoryType ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
packages ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
patchContainer ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
preventOOM ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
readSystemProperties ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
reconfigureInitParams ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
removeAllAtmosphereHandler ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
removeAllInitParams ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
removeAtmosphereHandler ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
resetStates ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
sessionSupport ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setAsyncSupport ( org.atmosphere.cpr.AsyncSupport )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setAtmosphereDotXmlPath ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setBroadcasterCacheClassName ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setBroadcasterFactory ( org.atmosphere.cpr.BroadcasterFactory )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setCometSupport ( org.atmosphere.cpr.AsyncSupport )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setDefaultBroadcasterClassName ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setDefaultSerializerClassName ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setHandlersPath ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setLibPath ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setUseBlockingImplementation ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setUseNativeImplementation ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setUseServlet30 ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setUseStreamForFlushingComments ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setWebsocketProcessorClassName ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
setWebSocketProtocolClassName ( java.lang.String )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
sharedThreadPools ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
sharedThreadPools ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
shareExecutorServices ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
webSocketEnabled ( )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
webSocketEnabled ( boolean )Field 'this.endpointMapper' in the object of this method has type 'EndpointMapper'.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
destroy ( )Field 'this.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
framework ( )Field 'this.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
AtmosphereServlet ( )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.initializer.framework.endpointMapper' in return value of this method has type 'EndpointMapper'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'retval.initializer.framework.endpointMapper' in return value of this method has type 'EndpointMapper'.
destroy ( )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
framework ( )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
newAtmosphereFramework ( )Field 'this.initializer.framework.endpointMapper' in the object of this method has type 'EndpointMapper'.
getWebSocketProcessor ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.endpointMapper' in 1st parameter 'framework' of this method has type 'EndpointMapper'.
map ( java.lang.String, java.util.Map )This abstract method is from 'EndpointMapper' interface.
map ( org.atmosphere.cpr.AtmosphereRequest, java.util.Map )This abstract method is from 'EndpointMapper' interface.
mapper ( )Return value of this method has type 'EndpointMapper'.
package org.atmosphere.websocket
[+] WebSocketProcessor (1)
| Change | Effect |
---|
1 | Abstract method configure ( org.atmosphere.cpr.AtmosphereConfig ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method configure(org.atmosphere.cpr.AtmosphereConfig) in WebSocketProcessor. |
[+] affected methods (18)
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )3rd parameter 'webSocketProcessor' of this method has type 'WebSocketProcessor'.
JettyWebSocketHandler ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )3rd parameter 'webSocketProcessor' of this method has type 'WebSocketProcessor'.
getFactory ( org.atmosphere.cpr.AtmosphereConfig, WebSocketProcessor )2nd parameter 'webSocketProcessor' of this method has type 'WebSocketProcessor'.
JSR356Endpoint ( org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )2nd parameter 'webSocketProcessor' of this method has type 'WebSocketProcessor'.
TomcatWebSocketHandler ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )3rd parameter 'webSocketProcessor' of this method has type 'WebSocketProcessor'.
doService ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereResponse, org.atmosphere.container.TomcatWebSocketUtil.Delegate, org.atmosphere.cpr.AtmosphereConfig, WebSocketProcessor )5th parameter 'webSocketProcessor' of this method has type 'WebSocketProcessor'.
getWebSocketProcessor ( org.atmosphere.cpr.AtmosphereFramework )Return value of this method has type 'WebSocketProcessor'.
registerWebSocketHandler ( java.lang.String, WebSocketProcessor.WebSocketHandlerProxy )Return value of this method has type 'WebSocketProcessor'.
close ( WebSocket, int )This abstract method is from 'WebSocketProcessor' interface.
destroy ( )This abstract method is from 'WebSocketProcessor' interface.
handshake ( javax.servlet.http.HttpServletRequest )This abstract method is from 'WebSocketProcessor' interface.
invokeWebSocketProtocol ( WebSocket, byte[ ], int, int )This abstract method is from 'WebSocketProcessor' interface.
invokeWebSocketProtocol ( WebSocket, java.io.InputStream )This abstract method is from 'WebSocketProcessor' interface.
invokeWebSocketProtocol ( WebSocket, java.io.Reader )This abstract method is from 'WebSocketProcessor' interface.
invokeWebSocketProtocol ( WebSocket, java.lang.String )This abstract method is from 'WebSocketProcessor' interface.
notifyListener ( WebSocket, WebSocketEventListener.WebSocketEvent )This abstract method is from 'WebSocketProcessor' interface.
open ( WebSocket, org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereResponse )This abstract method is from 'WebSocketProcessor' interface.
registerWebSocketHandler ( java.lang.String, WebSocketProcessor.WebSocketHandlerProxy )Return value of this abstract method has type 'WebSocketProcessor'.
[+] WebSocketProtocol (1)
| Change | Effect |
---|
1 | Added super-interface org.atmosphere.inject.AtmosphereConfigAware. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in org.atmosphere.inject.AtmosphereConfigAware. |
[+] affected methods (210)
atmosphereConfig ( java.lang.String[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 2nd parameter 'framework' of this method has type 'WebSocketProtocol'.
broadcaster ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class, java.lang.String )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
broadcasterClass ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
filters ( java.lang.Class[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 2nd parameter 'framework' of this method has type 'WebSocketProtocol'.
interceptors ( java.lang.Class[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 2nd parameter 'framework' of this method has type 'WebSocketProtocol'.
listeners ( java.lang.Class[ ], org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 2nd parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'p1.webSocketProtocol' in 1st parameter 'p1' of this abstract method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
handle ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
EmbeddedWebSocketHandler ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )Field 'framework.webSocketProtocol' in 2nd parameter 'framework' of this method has type 'WebSocketProtocol'.
JettyWebSocketHandler ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )Field 'framework.webSocketProtocol' in 2nd parameter 'framework' of this method has type 'WebSocketProtocol'.
JSR356AsyncSupport.AtmosphereConfigurator ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
JSR356Endpoint ( org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
TomcatWebSocketHandler ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereFramework, WebSocketProcessor )Field 'framework.webSocketProtocol' in 2nd parameter 'framework' of this method has type 'WebSocketProtocol'.
handleAnnotation ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class, java.lang.Class )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
AtmosphereConfig ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
framework ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
started ( org.atmosphere.cpr.AtmosphereFramework )Field 'p1.webSocketProtocol' in 1st parameter 'p1' of this abstract method has type 'WebSocketProtocol'.
addAnnotationPackage ( java.lang.Class )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, java.lang.String, java.util.List )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, java.util.List )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, org.atmosphere.cpr.Broadcaster )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addAtmosphereHandler ( java.lang.String, org.atmosphere.cpr.AtmosphereHandler, org.atmosphere.cpr.Broadcaster, java.util.List )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addBroadcasterCacheListener ( org.atmosphere.cpr.BroadcasterCacheListener )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addBroadcasterListener ( org.atmosphere.cpr.BroadcasterListener )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addBroadcasterType ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addCustomAnnotationPackage ( java.lang.Class )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addInitParameter ( java.lang.String, java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addWebSocketHandler ( java.lang.String, WebSocketHandler )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addWebSocketHandler ( java.lang.String, WebSocketHandler, org.atmosphere.cpr.AtmosphereHandler )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addWebSocketHandler ( java.lang.String, WebSocketHandler, org.atmosphere.cpr.AtmosphereHandler, java.util.List )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
addWebSocketHandler ( WebSocketHandler )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
allowAllClassesScan ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
allowAllClassesScan ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
analytics ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
annotationProcessor ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
annotationProcessorClassName ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
annotationScanned ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
asyncSupportListener ( org.atmosphere.cpr.AsyncSupportListener )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
asyncSupportListeners ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
atmosphereFactory ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
AtmosphereFramework ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
AtmosphereFramework ( boolean, boolean )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
AtmosphereFramework ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
autoConfigureService ( javax.servlet.ServletContext )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
autoDetectContainer ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
broadcasterCacheListeners ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
broadcasterFilters ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
broadcasterFilters ( org.atmosphere.cpr.BroadcastFilter )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
broadcasterLifeCyclePolicy ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
broadcasterLifeCyclePolicy ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
broadcasterListeners ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
broadcasterTypes ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureBroadcaster ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureBroadcasterFactory ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureObjectFactory ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureQueryStringAsRequest ( org.atmosphere.cpr.AtmosphereRequest )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureRequestResponse ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereResponse )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
createAsyncSupportResolver ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
customAnnotationPackages ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
defaultInterceptors ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
defaultPackagesToScan ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
destroy ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
detectSupportedFramework ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doCometSupport ( org.atmosphere.cpr.AtmosphereRequest, org.atmosphere.cpr.AtmosphereResponse )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doInitParams ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doInitParams ( javax.servlet.ServletConfig, boolean )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
endPointMapper ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
endPointMapper ( org.atmosphere.util.EndpointMapper )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
excludedInterceptors ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
excludeInterceptor ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
externalizeDestroy ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
externalizeDestroy ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
filterManipulator ( org.atmosphere.cpr.BroadcasterConfig.FilterManipulator )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
filterManipulators ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getAsyncSupport ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getAtmosphereConfig ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getAtmosphereDotXmlPath ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getAtmosphereHandlers ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getBroadcasterCacheClassName ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getBroadcasterFactory ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getCometSupport ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getDefaultBroadcasterClassName ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getDefaultSerializerClass ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getDefaultSerializerClassName ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getHandlersPath ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getLibPath ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getServletConfig ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getServletContext ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getWebSocketProcessorClassName ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getWebSocketProtocol ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
getWebSocketProtocolClassName ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
init ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
init ( javax.servlet.ServletConfig )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
init ( javax.servlet.ServletConfig, boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
initAtmosphereHandler ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
initEndpointMapper ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
initialized ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
initWebSocket ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
inspectors ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
installAnnotationProcessor ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
interceptor ( org.atmosphere.cpr.AtmosphereInterceptor )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
interceptors ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isAServletFilter ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isBroadcasterSpecified ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isDestroyed ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isShareExecutorServices ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isUseBlockingImplementation ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isUseNativeImplementation ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isUseServlet30 ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
isUseStreamForFlushingComments ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
loadConfiguration ( javax.servlet.ServletConfig )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
loadMetaService ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
lookupDefaultBroadcasterType ( java.lang.String )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
lookupDefaultObjectFactoryType ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
mappingRegex ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
mappingRegex ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
metaBroadcaster ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
apply ( org.atmosphere.cpr.AtmosphereFramework, java.lang.Class )Field 'fwk.webSocketProtocol' in 1st parameter 'fwk' of this method has type 'WebSocketProtocol'.
newAInterceptor ( java.lang.Class )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
newClassInstance ( java.lang.Class, java.lang.Class )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
objectFactory ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
objectFactory ( org.atmosphere.cpr.AtmosphereObjectFactory )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
objectFactoryType ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
packages ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
patchContainer ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
preventOOM ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
readSystemProperties ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
reconfigureInitParams ( boolean )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
removeAllAtmosphereHandler ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
removeAllInitParams ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
removeAtmosphereHandler ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
resetStates ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
sessionSupport ( boolean )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
setAsyncSupport ( org.atmosphere.cpr.AsyncSupport )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setAtmosphereDotXmlPath ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setBroadcasterCacheClassName ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setBroadcasterFactory ( org.atmosphere.cpr.BroadcasterFactory )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setCometSupport ( org.atmosphere.cpr.AsyncSupport )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setDefaultBroadcasterClassName ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setDefaultSerializerClassName ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setHandlersPath ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setLibPath ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setUseBlockingImplementation ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setUseNativeImplementation ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setUseServlet30 ( boolean )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
setUseStreamForFlushingComments ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setWebsocketProcessorClassName ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
setWebSocketProtocolClassName ( java.lang.String )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
sharedThreadPools ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
sharedThreadPools ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
shareExecutorServices ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
webSocketEnabled ( )Field 'this.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
webSocketEnabled ( boolean )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
destroy ( )Field 'this.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
framework ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
AtmosphereServlet ( )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
destroy ( )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
framework ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework.webSocketProtocol' in the object of this method has type 'WebSocketProtocol'.
newAtmosphereFramework ( )Field 'retval.webSocketProtocol' in return value of this method has type 'WebSocketProtocol'.
getWebSocketProcessor ( org.atmosphere.cpr.AtmosphereFramework )Field 'framework.webSocketProtocol' in 1st parameter 'framework' of this method has type 'WebSocketProtocol'.
onClose ( WebSocket )This abstract method is from 'WebSocketProtocol' interface.
onError ( WebSocket, WebSocketProcessor.WebSocketException )This abstract method is from 'WebSocketProtocol' interface.
onMessage ( WebSocket, byte[ ], int, int )This abstract method is from 'WebSocketProtocol' interface.
onMessage ( WebSocket, java.lang.String )This abstract method is from 'WebSocketProtocol' interface.
onOpen ( WebSocket )This abstract method is from 'WebSocketProtocol' interface.
richfaces-a4j-4.5.5.Final.jar
package org.richfaces.renderkit.html.iconimages
[+] PanelIconBasic (2)
| Change | Effect |
---|
1 | Abstract method paintImage ( java.awt.Graphics2D, java.awt.Color, java.awt.Color, java.awt.Color ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method paintImage(java.awt.Graphics2D, java.awt.Color, java.awt.Color, java.awt.Color) in PanelIconBasic. |
2 | Abstract method paintImage ( java.awt.Graphics2D, java.awt.Color ) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find method paintImage(java.awt.Graphics2D, java.awt.Color) in class PanelIconBasic. |
[+] affected methods (6)
initialize ( )This method is from 'PanelIconBasic' abstract class.
isTransient ( )This method is from 'PanelIconBasic' abstract class.
paint ( java.awt.Graphics2D )This method is from 'PanelIconBasic' abstract class.
PanelIconBasic ( )This constructor is from 'PanelIconBasic' abstract class.
readState ( javax.faces.context.FacesContext, java.io.DataInput )This method is from 'PanelIconBasic' abstract class.
writeState ( javax.faces.context.FacesContext, java.io.DataOutput )This method is from 'PanelIconBasic' abstract class.
richfaces-rich-4.5.5.Final.jar
package org.richfaces.component
[+] AbstractFileUpload (2)
| Change | Effect |
---|
1 | Abstract method getMaxFileSize ( ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMaxFileSize() in AbstractFileUpload. |
2 | Abstract method getOnsizerejected ( ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOnsizerejected() in AbstractFileUpload. |
[+] affected methods (27)
AbstractFileUpload ( )This constructor is from 'AbstractFileUpload' abstract class.
acceptsFile ( org.richfaces.model.UploadedFile )This method is from 'AbstractFileUpload' abstract class.
addFileUploadListener ( org.richfaces.event.FileUploadListener )This method is from 'AbstractFileUpload' abstract class.
getAcceptedTypes ( )This abstract method is from 'AbstractFileUpload' abstract class.
getAcceptedTypesList ( )This method is from 'AbstractFileUpload' abstract class.
getAddLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
getClearAllLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
getClearLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
getDeleteLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
getDoneLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
getFileUploadListener ( )This abstract method is from 'AbstractFileUpload' abstract class.
getFileUploadListeners ( )This method is from 'AbstractFileUpload' abstract class.
getListHeight ( )This abstract method is from 'AbstractFileUpload' abstract class.
getMaxFilesQuantity ( )This abstract method is from 'AbstractFileUpload' abstract class.
getOnclear ( )This abstract method is from 'AbstractFileUpload' abstract class.
getOnfileselect ( )This abstract method is from 'AbstractFileUpload' abstract class.
getOnfilesubmit ( )This abstract method is from 'AbstractFileUpload' abstract class.
getOntyperejected ( )This abstract method is from 'AbstractFileUpload' abstract class.
getOnuploadcomplete ( )This abstract method is from 'AbstractFileUpload' abstract class.
getServerErrorLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
getSizeExceededLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
getUploadLabel ( )This abstract method is from 'AbstractFileUpload' abstract class.
isImmediateUpload ( )This abstract method is from 'AbstractFileUpload' abstract class.
isNoDuplicate ( )This abstract method is from 'AbstractFileUpload' abstract class.
processEvent ( javax.faces.event.ComponentSystemEvent )This method is from 'AbstractFileUpload' abstract class.
queueEvent ( javax.faces.event.FacesEvent )This method is from 'AbstractFileUpload' abstract class.
removeFileUploadListener ( org.richfaces.event.FileUploadListener )This method is from 'AbstractFileUpload' abstract class.
to the top
Problems with Methods, High Severity (2)
atmosphere-runtime-2.2.6.jar, AtmosphereConfig
package org.atmosphere.cpr
[+] AtmosphereConfig.AtmosphereConfig ( AtmosphereFramework framework ) (1)
[mangled: org/atmosphere/cpr/AtmosphereConfig."<init>":(Lorg/atmosphere/cpr/AtmosphereFramework;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | Recompilation of a client program may be terminated with the message: AtmosphereConfig(org.atmosphere.cpr.AtmosphereFramework) has protected access in org.atmosphere.cpr.AtmosphereConfig. |
richfaces-a4j-4.5.5.Final.jar, UISequence
package org.richfaces.component
[+] UISequence.getRelativeRowIndex ( ) : int (1)
[mangled: org/richfaces/component/UISequence.getRelativeRowIndex:()I]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: getRelativeRowIndex() has private access in org.richfaces.component.UISequence. |
to the top
Problems with Data Types, Medium Severity (4)
atmosphere-runtime-2.2.6.jar
package org.atmosphere.cpr
[+] AtmosphereFramework.AtmosphereHandlerWrapper (1)
| Change | Effect |
---|
1 | Field interceptors became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable interceptors. |
[+] affected methods (9)
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )4th parameter 'w' of this method has type 'AtmosphereFramework.AtmosphereHandlerWrapper'.
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )4th parameter 'w' of this method has type 'AtmosphereFramework.AtmosphereHandlerWrapper'.
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )4th parameter 'w' of this method has type 'AtmosphereFramework.AtmosphereHandlerWrapper'.
mapAnnotatedService ( boolean, java.lang.String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )4th parameter 'p4' of this abstract method has type 'AtmosphereFramework.AtmosphereHandlerWrapper'.
mapAnnotatedService ( AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper )2nd parameter 'w' of this method has type 'AtmosphereFramework.AtmosphereHandlerWrapper'.
map ( AtmosphereRequest )Return value of this method has type 'AtmosphereFramework.AtmosphereHandlerWrapper'.
AtmosphereFramework.AtmosphereHandlerWrapper ( AtmosphereHandler, Broadcaster )This constructor is from 'AtmosphereFramework.AtmosphereHandlerWrapper' class.
AtmosphereFramework.AtmosphereHandlerWrapper ( BroadcasterFactory, AtmosphereHandler, java.lang.String )This constructor is from 'AtmosphereFramework.AtmosphereHandlerWrapper' class.
toString ( )This method is from 'AtmosphereFramework.AtmosphereHandlerWrapper' class.
[+] DefaultAtmosphereResourceFactory (1)
| Change | Effect |
---|
1 | Removed super-class AtmosphereResourceFactory. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in DefaultAtmosphereResourceFactory. |
[+] affected methods (18)
broadcasters ( java.lang.String )This method is from 'DefaultAtmosphereResourceFactory' class.
configure ( AtmosphereConfig )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, java.lang.String )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, java.lang.String, AtmosphereRequest )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, AtmosphereResponse, AsyncSupport )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler )This method is from 'DefaultAtmosphereResourceFactory' class.
create ( AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport, AtmosphereHandler, AtmosphereResource.TRANSPORT )This method is from 'DefaultAtmosphereResourceFactory' class.
DefaultAtmosphereResourceFactory ( )This constructor is from 'DefaultAtmosphereResourceFactory' class.
destroy ( )This method is from 'DefaultAtmosphereResourceFactory' class.
find ( java.lang.String )This method is from 'DefaultAtmosphereResourceFactory' class.
findAll ( )This method is from 'DefaultAtmosphereResourceFactory' class.
registerUuidForFindCandidate ( AtmosphereResource )This method is from 'DefaultAtmosphereResourceFactory' class.
remove ( java.lang.String )This method is from 'DefaultAtmosphereResourceFactory' class.
resources ( )This method is from 'DefaultAtmosphereResourceFactory' class.
unRegisterUuidForFindCandidate ( AtmosphereResource )This method is from 'DefaultAtmosphereResourceFactory' class.
[+] DefaultAtmosphereResourceSessionFactory (1)
| Change | Effect |
---|
1 | Removed super-class AtmosphereResourceSessionFactory. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in DefaultAtmosphereResourceSessionFactory. |
[+] affected methods (3)
DefaultAtmosphereResourceSessionFactory ( )This constructor is from 'DefaultAtmosphereResourceSessionFactory' class.
getDisconnectListener ( )This method is from 'DefaultAtmosphereResourceSessionFactory' class.
getSession ( AtmosphereResource, boolean )This method is from 'DefaultAtmosphereResourceSessionFactory' class.
[+] DefaultBroadcasterFactory (1)
| Change | Effect |
---|
1 | Removed super-class BroadcasterFactory. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in DefaultBroadcasterFactory. |
[+] affected methods (20)
add ( Broadcaster, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcasterFactory' class.
configure ( java.lang.Class, java.lang.String, AtmosphereConfig )This method is from 'DefaultBroadcasterFactory' class.
DefaultBroadcasterFactory ( )This constructor is from 'DefaultBroadcasterFactory' class.
DefaultBroadcasterFactory ( java.lang.Class, java.lang.String, AtmosphereConfig )This constructor is from 'DefaultBroadcasterFactory' class.
destroy ( )This method is from 'DefaultBroadcasterFactory' class.
get ( )This method is from 'DefaultBroadcasterFactory' class.
get ( java.lang.Class, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
get ( java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Class, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Class, java.lang.Object, boolean )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Class, java.lang.Object, boolean, boolean )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Object, boolean )This method is from 'DefaultBroadcasterFactory' class.
lookupAll ( )This method is from 'DefaultBroadcasterFactory' class.
notifyOnPostCreate ( Broadcaster )This method is from 'DefaultBroadcasterFactory' class.
remove ( java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
remove ( Broadcaster, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
removeAllAtmosphereResource ( AtmosphereResource )This method is from 'DefaultBroadcasterFactory' class.
removeBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcasterFactory' class.
to the top
Other Changes in Data Types (19)
atmosphere-runtime-2.2.6.jar
package org.atmosphere.cache
[+] AbstractBroadcasterCache (1)
| Change | Effect |
---|
1 | Field config has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to config is ambiguous. |
[+] affected methods (15)
AbstractBroadcasterCache ( )This constructor is from 'AbstractBroadcasterCache' abstract class.
addBroadcasterCacheListener ( org.atmosphere.cpr.BroadcasterCacheListener )This method is from 'AbstractBroadcasterCache' abstract class.
cacheCandidate ( java.lang.String, java.lang.String )This method is from 'AbstractBroadcasterCache' abstract class.
cleanup ( )This method is from 'AbstractBroadcasterCache' abstract class.
clearCache ( java.lang.String, java.lang.String, CacheMessage )This method is from 'AbstractBroadcasterCache' abstract class.
excludeFromCache ( java.lang.String, org.atmosphere.cpr.AtmosphereResource )This method is from 'AbstractBroadcasterCache' abstract class.
get ( long )This method is from 'AbstractBroadcasterCache' abstract class.
inspect ( BroadcastMessage )This method is from 'AbstractBroadcasterCache' abstract class.
inspector ( BroadcasterCacheInspector )This method is from 'AbstractBroadcasterCache' abstract class.
put ( BroadcastMessage, java.lang.Long, java.lang.String )This method is from 'AbstractBroadcasterCache' abstract class.
removeBroadcasterCacheListener ( org.atmosphere.cpr.BroadcasterCacheListener )This method is from 'AbstractBroadcasterCache' abstract class.
setInvalidateCacheInterval ( long )This method is from 'AbstractBroadcasterCache' abstract class.
setMaxCacheTime ( long )This method is from 'AbstractBroadcasterCache' abstract class.
start ( )This method is from 'AbstractBroadcasterCache' abstract class.
stop ( )This method is from 'AbstractBroadcasterCache' abstract class.
package org.atmosphere.cpr
[+] AtmosphereFramework (6)
| Change | Effect |
---|
1 | Field DEFAULT_ATMOSPHERE_INTERCEPTORS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DEFAULT_ATMOSPHERE_INTERCEPTORS is ambiguous. |
2 | Field META_SERVICE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to META_SERVICE is ambiguous. |
3 | Field atmosphereResourceListeners has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to atmosphereResourceListeners is ambiguous. |
4 | Field frameworkListeners has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to frameworkListeners is ambiguous. |
5 | Field metaServicePath has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to metaServicePath is ambiguous. |
6 | Field sessionFactory has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to sessionFactory is ambiguous. |
[+] affected methods (205)
atmosphereConfig ( java.lang.String[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
broadcaster ( AtmosphereFramework, java.lang.Class, java.lang.String )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
broadcasterClass ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
filters ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
interceptors ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
listeners ( java.lang.Class[ ], AtmosphereFramework )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'p1' of this abstract method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
handle ( AtmosphereFramework, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
EmbeddedWebSocketHandler ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
Jetty9WebSocketHandler ( javax.servlet.http.HttpServletRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
JettyWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
JSR356AsyncSupport.AtmosphereConfigurator ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
JSR356Endpoint ( AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
TomcatWebSocketHandler ( AtmosphereRequest, AtmosphereFramework, org.atmosphere.websocket.WebSocketProcessor )2nd parameter 'framework' of this method has type 'AtmosphereFramework'.
handleAnnotation ( AtmosphereFramework, java.lang.Class, java.lang.Class )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
AtmosphereConfig ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
framework ( )Return value of this method has type 'AtmosphereFramework'.
started ( AtmosphereFramework )1st parameter 'p1' of this abstract method has type 'AtmosphereFramework'.
addAnnotationPackage ( java.lang.Class )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.lang.String, java.util.List )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, java.util.List )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster )This method is from 'AtmosphereFramework' class.
addAtmosphereHandler ( java.lang.String, AtmosphereHandler, Broadcaster, java.util.List )This method is from 'AtmosphereFramework' class.
addBroadcasterCacheInjector ( org.atmosphere.cache.BroadcasterCacheInspector )This method is from 'AtmosphereFramework' class.
addBroadcasterCacheListener ( BroadcasterCacheListener )This method is from 'AtmosphereFramework' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'AtmosphereFramework' class.
addBroadcasterType ( java.lang.String )This method is from 'AtmosphereFramework' class.
addCustomAnnotationPackage ( java.lang.Class )This method is from 'AtmosphereFramework' class.
addInitParameter ( java.lang.String, java.lang.String )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( java.lang.String, org.atmosphere.websocket.WebSocketHandler, AtmosphereHandler, java.util.List )This method is from 'AtmosphereFramework' class.
addWebSocketHandler ( org.atmosphere.websocket.WebSocketHandler )This method is from 'AtmosphereFramework' class.
allowAllClassesScan ( )This method is from 'AtmosphereFramework' class.
allowAllClassesScan ( boolean )This method is from 'AtmosphereFramework' class.
analytics ( )This method is from 'AtmosphereFramework' class.
annotationProcessor ( )This method is from 'AtmosphereFramework' class.
annotationProcessorClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
annotationScanned ( boolean )This method is from 'AtmosphereFramework' class.
asyncSupportListener ( AsyncSupportListener )This method is from 'AtmosphereFramework' class.
asyncSupportListeners ( )This method is from 'AtmosphereFramework' class.
atmosphereFactory ( )This method is from 'AtmosphereFramework' class.
AtmosphereFramework ( )This constructor is from 'AtmosphereFramework' class.
AtmosphereFramework ( boolean, boolean )This constructor is from 'AtmosphereFramework' class.
AtmosphereFramework ( javax.servlet.ServletConfig )This constructor is from 'AtmosphereFramework' class.
autoConfigureService ( javax.servlet.ServletContext )This method is from 'AtmosphereFramework' class.
autoDetectAtmosphereHandlers ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'AtmosphereFramework' class.
autoDetectContainer ( )This method is from 'AtmosphereFramework' class.
autoDetectWebSocketHandler ( javax.servlet.ServletContext, java.net.URLClassLoader )This method is from 'AtmosphereFramework' class.
broadcasterCacheListeners ( )This method is from 'AtmosphereFramework' class.
broadcasterFilters ( )This method is from 'AtmosphereFramework' class.
broadcasterFilters ( BroadcastFilter )This method is from 'AtmosphereFramework' class.
broadcasterLifeCyclePolicy ( )This method is from 'AtmosphereFramework' class.
broadcasterLifeCyclePolicy ( java.lang.String )This method is from 'AtmosphereFramework' class.
broadcasterListeners ( )This method is from 'AtmosphereFramework' class.
broadcasterTypes ( )This method is from 'AtmosphereFramework' class.
configureAtmosphereInterceptor ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
configureBroadcaster ( )This method is from 'AtmosphereFramework' class.
configureBroadcasterFactory ( )This method is from 'AtmosphereFramework' class.
configureDetectedFramework ( org.atmosphere.handler.ReflectorServletProcessor, boolean )This method is from 'AtmosphereFramework' class.
configureObjectFactory ( )This method is from 'AtmosphereFramework' class.
configureQueryStringAsRequest ( AtmosphereRequest )This method is from 'AtmosphereFramework' class.
configureRequestResponse ( AtmosphereRequest, AtmosphereResponse )This method is from 'AtmosphereFramework' class.
configureScanningPackage ( javax.servlet.ServletConfig, java.lang.String )This method is from 'AtmosphereFramework' class.
configureWebDotXmlAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
createAsyncSupportResolver ( )This method is from 'AtmosphereFramework' class.
customAnnotationPackages ( )This method is from 'AtmosphereFramework' class.
defaultInterceptors ( )This method is from 'AtmosphereFramework' class.
defaultPackagesToScan ( )This method is from 'AtmosphereFramework' class.
destroy ( )This method is from 'AtmosphereFramework' class.
detectSupportedFramework ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
doCometSupport ( AtmosphereRequest, AtmosphereResponse )This method is from 'AtmosphereFramework' class.
doInitParams ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
doInitParams ( javax.servlet.ServletConfig, boolean )This method is from 'AtmosphereFramework' class.
doInitParamsForWebSocket ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
endPointMapper ( )This method is from 'AtmosphereFramework' class.
endPointMapper ( org.atmosphere.util.EndpointMapper )This method is from 'AtmosphereFramework' class.
excludedInterceptors ( )This method is from 'AtmosphereFramework' class.
excludeInterceptor ( java.lang.String )This method is from 'AtmosphereFramework' class.
externalizeDestroy ( )This method is from 'AtmosphereFramework' class.
externalizeDestroy ( boolean )This method is from 'AtmosphereFramework' class.
filterManipulator ( BroadcasterConfig.FilterManipulator )This method is from 'AtmosphereFramework' class.
filterManipulators ( )This method is from 'AtmosphereFramework' class.
getAsyncSupport ( )This method is from 'AtmosphereFramework' class.
getAtmosphereConfig ( )This method is from 'AtmosphereFramework' class.
getAtmosphereDotXmlPath ( )This method is from 'AtmosphereFramework' class.
getAtmosphereHandlers ( )This method is from 'AtmosphereFramework' class.
getBroadcasterCacheClassName ( )This method is from 'AtmosphereFramework' class.
getBroadcasterFactory ( )This method is from 'AtmosphereFramework' class.
getCometSupport ( )This method is from 'AtmosphereFramework' class.
getDefaultBroadcasterClassName ( )This method is from 'AtmosphereFramework' class.
getDefaultSerializerClass ( )This method is from 'AtmosphereFramework' class.
getDefaultSerializerClassName ( )This method is from 'AtmosphereFramework' class.
getHandlersPath ( )This method is from 'AtmosphereFramework' class.
getLibPath ( )This method is from 'AtmosphereFramework' class.
getServletConfig ( )This method is from 'AtmosphereFramework' class.
getServletContext ( )This method is from 'AtmosphereFramework' class.
getWebSocketProcessorClassName ( )This method is from 'AtmosphereFramework' class.
getWebSocketProtocol ( )This method is from 'AtmosphereFramework' class.
getWebSocketProtocolClassName ( )This method is from 'AtmosphereFramework' class.
init ( )This method is from 'AtmosphereFramework' class.
init ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
init ( javax.servlet.ServletConfig, boolean )This method is from 'AtmosphereFramework' class.
initAtmosphereHandler ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
initEndpointMapper ( )This method is from 'AtmosphereFramework' class.
initialized ( )This method is from 'AtmosphereFramework' class.
initWebSocket ( )This method is from 'AtmosphereFramework' class.
inspectors ( )This method is from 'AtmosphereFramework' class.
installAnnotationProcessor ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
interceptor ( AtmosphereInterceptor )This method is from 'AtmosphereFramework' class.
interceptors ( )This method is from 'AtmosphereFramework' class.
isAServletFilter ( )This method is from 'AtmosphereFramework' class.
isBroadcasterSpecified ( )This method is from 'AtmosphereFramework' class.
isDestroyed ( )This method is from 'AtmosphereFramework' class.
isShareExecutorServices ( )This method is from 'AtmosphereFramework' class.
isUseBlockingImplementation ( )This method is from 'AtmosphereFramework' class.
isUseNativeImplementation ( )This method is from 'AtmosphereFramework' class.
isUseServlet30 ( )This method is from 'AtmosphereFramework' class.
isUseStreamForFlushingComments ( )This method is from 'AtmosphereFramework' class.
loadAtmosphereDotXml ( java.io.InputStream, java.net.URLClassLoader )This method is from 'AtmosphereFramework' class.
loadAtmosphereHandlersFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'AtmosphereFramework' class.
loadConfiguration ( javax.servlet.ServletConfig )This method is from 'AtmosphereFramework' class.
loadMetaService ( )This method is from 'AtmosphereFramework' class.
loadWebSocketFromPath ( java.net.URLClassLoader, java.lang.String )This method is from 'AtmosphereFramework' class.
lookupDefaultBroadcasterType ( java.lang.String )This method is from 'AtmosphereFramework' class.
lookupDefaultObjectFactoryType ( )This method is from 'AtmosphereFramework' class.
mappingRegex ( )This method is from 'AtmosphereFramework' class.
mappingRegex ( java.lang.String )This method is from 'AtmosphereFramework' class.
metaBroadcaster ( )This method is from 'AtmosphereFramework' class.
apply ( AtmosphereFramework, java.lang.Class )1st parameter 'fwk' of this method has type 'AtmosphereFramework'.
newAInterceptor ( java.lang.Class )This method is from 'AtmosphereFramework' class.
newClassInstance ( java.lang.Class, java.lang.Class )This method is from 'AtmosphereFramework' class.
objectFactory ( )This method is from 'AtmosphereFramework' class.
objectFactory ( AtmosphereObjectFactory )This method is from 'AtmosphereFramework' class.
objectFactoryType ( )This method is from 'AtmosphereFramework' class.
packages ( )This method is from 'AtmosphereFramework' class.
patchContainer ( )This method is from 'AtmosphereFramework' class.
preventOOM ( )This method is from 'AtmosphereFramework' class.
readSystemProperties ( )This method is from 'AtmosphereFramework' class.
reconfigureInitParams ( boolean )This method is from 'AtmosphereFramework' class.
removeAllAtmosphereHandler ( )This method is from 'AtmosphereFramework' class.
removeAllInitParams ( )This method is from 'AtmosphereFramework' class.
removeAtmosphereHandler ( java.lang.String )This method is from 'AtmosphereFramework' class.
resetStates ( )This method is from 'AtmosphereFramework' class.
sessionSupport ( boolean )This method is from 'AtmosphereFramework' class.
setAsyncSupport ( AsyncSupport )This method is from 'AtmosphereFramework' class.
setAtmosphereDotXmlPath ( java.lang.String )This method is from 'AtmosphereFramework' class.
setBroadcasterCacheClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setBroadcasterFactory ( BroadcasterFactory )This method is from 'AtmosphereFramework' class.
setCometSupport ( AsyncSupport )This method is from 'AtmosphereFramework' class.
setDefaultBroadcasterClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setDefaultSerializerClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setHandlersPath ( java.lang.String )This method is from 'AtmosphereFramework' class.
setLibPath ( java.lang.String )This method is from 'AtmosphereFramework' class.
setUseBlockingImplementation ( boolean )This method is from 'AtmosphereFramework' class.
setUseNativeImplementation ( boolean )This method is from 'AtmosphereFramework' class.
setUseServlet30 ( boolean )This method is from 'AtmosphereFramework' class.
setUseStreamForFlushingComments ( boolean )This method is from 'AtmosphereFramework' class.
setWebsocketProcessorClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
setWebSocketProtocolClassName ( java.lang.String )This method is from 'AtmosphereFramework' class.
sharedThreadPools ( )This method is from 'AtmosphereFramework' class.
sharedThreadPools ( boolean )This method is from 'AtmosphereFramework' class.
shareExecutorServices ( boolean )This method is from 'AtmosphereFramework' class.
webSocketEnabled ( )This method is from 'AtmosphereFramework' class.
webSocketEnabled ( boolean )This method is from 'AtmosphereFramework' class.
AtmosphereFrameworkInitializer ( boolean, boolean )Field 'this.framework' in the object of this method has type 'AtmosphereFramework'.
configureFramework ( javax.servlet.ServletConfig )Field 'retval.framework' in return value of this method has type 'AtmosphereFramework'.
destroy ( )Field 'this.framework' in the object of this method has type 'AtmosphereFramework'.
framework ( )Return value of this method has type 'AtmosphereFramework'.
AtmosphereServlet ( )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
AtmosphereServlet ( boolean )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
AtmosphereServlet ( boolean, boolean )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
configureFramework ( javax.servlet.ServletConfig )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
configureFramework ( javax.servlet.ServletConfig, boolean )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
destroy ( )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doDelete ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doGet ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doHead ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doOptions ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doPost ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doPut ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
doTrace ( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
framework ( )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
init ( javax.servlet.ServletConfig )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
newAtmosphereFramework ( )Field 'this.initializer.framework' in the object of this method has type 'AtmosphereFramework'.
getWebSocketProcessor ( AtmosphereFramework )1st parameter 'framework' of this method has type 'AtmosphereFramework'.
[+] AtmosphereResourceImpl (1)
| Change | Effect |
---|
1 | Field broadcasters has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to broadcasters is ambiguous. |
[+] affected methods (116)
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
action ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
complete ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
endRequest ( AtmosphereResourceImpl, boolean )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
invokeAtmosphereHandler ( AtmosphereResourceImpl )1st parameter 'r' of this method has type 'AtmosphereResourceImpl'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl )1st parameter 'resource' of this method has type 'AtmosphereResourceImpl'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl, boolean, boolean )1st parameter 'resource' of this method has type 'AtmosphereResourceImpl'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl, boolean, boolean, boolean, java.lang.Throwable )1st parameter 'resource' of this method has type 'AtmosphereResourceImpl'.
AtmosphereResourceEventImpl ( AtmosphereResourceImpl, boolean, boolean, java.lang.Throwable )1st parameter 'resource' of this method has type 'AtmosphereResourceImpl'.
broadcaster ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
destroy ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
equals ( java.lang.Object )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
getMessage ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
getResource ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
hashCode ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
isCancelled ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
isClosedByApplication ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
isClosedByClient ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
isClosedByClient ( boolean )Field 'retval.resource' in return value of this method has type 'AtmosphereResourceImpl'.
isResumedOnTimeout ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
isResuming ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
isSuspended ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
setCancelled ( boolean )Field 'retval.resource' in return value of this method has type 'AtmosphereResourceImpl'.
setCloseByApplication ( boolean )Field 'retval.resource' in return value of this method has type 'AtmosphereResourceImpl'.
setIsResumedOnTimeout ( boolean )Field 'retval.resource' in return value of this method has type 'AtmosphereResourceImpl'.
setMessage ( java.lang.Object )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
setMessage ( java.lang.Object )Field 'retval.resource' in return value of this method has type 'AtmosphereResourceImpl'.
setThrowable ( java.lang.Throwable )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
throwable ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
toString ( )Field 'this.resource' in the object of this method has type 'AtmosphereResourceImpl'.
_destroy ( )This method is from 'AtmosphereResourceImpl' class.
action ( )This method is from 'AtmosphereResourceImpl' class.
addEventListener ( AtmosphereResourceEventListener )This method is from 'AtmosphereResourceImpl' class.
atmosphereHandler ( AtmosphereHandler )Return value of this method has type 'AtmosphereResourceImpl'.
atmosphereResourceEventListener ( )This method is from 'AtmosphereResourceImpl' class.
AtmosphereResourceImpl ( )This constructor is from 'AtmosphereResourceImpl' class.
AtmosphereResourceImpl ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )This constructor is from 'AtmosphereResourceImpl' class.
cancel ( )This method is from 'AtmosphereResourceImpl' class.
cloneState ( AtmosphereResource )Return value of this method has type 'AtmosphereResourceImpl'.
close ( )This method is from 'AtmosphereResourceImpl' class.
dirtyClose ( )This method is from 'AtmosphereResourceImpl' class.
disableSuspend ( boolean )Return value of this method has type 'AtmosphereResourceImpl'.
disableSuspendEvent ( )This method is from 'AtmosphereResourceImpl' class.
disableSuspendEvent ( boolean )Return value of this method has type 'AtmosphereResourceImpl'.
equals ( java.lang.Object )This method is from 'AtmosphereResourceImpl' class.
forceBinaryWrite ( )This method is from 'AtmosphereResourceImpl' class.
forceBinaryWrite ( boolean )This method is from 'AtmosphereResourceImpl' class.
getAndSetInClosingPhase ( )This method is from 'AtmosphereResourceImpl' class.
getAtmosphereConfig ( )This method is from 'AtmosphereResourceImpl' class.
getAtmosphereHandler ( )This method is from 'AtmosphereResourceImpl' class.
getAtmosphereResourceEvent ( )This method is from 'AtmosphereResourceImpl' class.
getAtmosphereResourceEvent ( )This method is from 'AtmosphereResourceImpl' class.
getBroadcaster ( )This method is from 'AtmosphereResourceImpl' class.
getBroadcaster ( boolean )This method is from 'AtmosphereResourceImpl' class.
getRequest ( )This method is from 'AtmosphereResourceImpl' class.
getRequest ( boolean )This method is from 'AtmosphereResourceImpl' class.
getResponse ( )This method is from 'AtmosphereResourceImpl' class.
getResponse ( boolean )This method is from 'AtmosphereResourceImpl' class.
getSerializer ( )This method is from 'AtmosphereResourceImpl' class.
initialize ( AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler )This method is from 'AtmosphereResourceImpl' class.
isCancelled ( )This method is from 'AtmosphereResourceImpl' class.
isInScope ( )This method is from 'AtmosphereResourceImpl' class.
isResumed ( )This method is from 'AtmosphereResourceImpl' class.
isSuspended ( )This method is from 'AtmosphereResourceImpl' class.
listeners ( )This method is from 'AtmosphereResourceImpl' class.
notifyListeners ( )This method is from 'AtmosphereResourceImpl' class.
notifyListeners ( AtmosphereResourceEvent )This method is from 'AtmosphereResourceImpl' class.
onThrowable ( java.lang.Throwable )This method is from 'AtmosphereResourceImpl' class.
register ( )This method is from 'AtmosphereResourceImpl' class.
removeEventListener ( AtmosphereResourceEventListener )This method is from 'AtmosphereResourceImpl' class.
removeEventListeners ( )This method is from 'AtmosphereResourceImpl' class.
reset ( )This method is from 'AtmosphereResourceImpl' class.
resume ( )This method is from 'AtmosphereResourceImpl' class.
resumeOnBroadcast ( )This method is from 'AtmosphereResourceImpl' class.
resumeOnBroadcast ( boolean )This method is from 'AtmosphereResourceImpl' class.
session ( )This method is from 'AtmosphereResourceImpl' class.
session ( boolean )This method is from 'AtmosphereResourceImpl' class.
session ( javax.servlet.http.HttpSession )Return value of this method has type 'AtmosphereResourceImpl'.
setBroadcaster ( Broadcaster )This method is from 'AtmosphereResourceImpl' class.
setIsInScope ( boolean )This method is from 'AtmosphereResourceImpl' class.
setSerializer ( Serializer )This method is from 'AtmosphereResourceImpl' class.
suspend ( )This method is from 'AtmosphereResourceImpl' class.
suspend ( long )This method is from 'AtmosphereResourceImpl' class.
suspend ( long, java.util.concurrent.TimeUnit )This method is from 'AtmosphereResourceImpl' class.
toString ( )This method is from 'AtmosphereResourceImpl' class.
transport ( )This method is from 'AtmosphereResourceImpl' class.
transport ( AtmosphereResource.TRANSPORT )Return value of this method has type 'AtmosphereResourceImpl'.
uuid ( )This method is from 'AtmosphereResourceImpl' class.
webSocket ( )This method is from 'AtmosphereResourceImpl' class.
webSocket ( org.atmosphere.websocket.WebSocket )Return value of this method has type 'AtmosphereResourceImpl'.
write ( byte[ ] )This method is from 'AtmosphereResourceImpl' class.
write ( java.lang.String )This method is from 'AtmosphereResourceImpl' class.
writeOnTimeout ( )This method is from 'AtmosphereResourceImpl' class.
writeOnTimeout ( java.lang.Object )This method is from 'AtmosphereResourceImpl' class.
extractHeartbeatInterval ( AtmosphereResourceImpl )1st parameter 'resource' of this method has type 'AtmosphereResourceImpl'.
[+] AtmosphereSession (1)
| Change | Effect |
---|
1 | Field usesLongPolling has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to usesLongPolling is ambiguous. |
[+] affected methods (7)
acquire ( )This method is from 'AtmosphereSession' class.
AtmosphereSession ( AtmosphereResource )This constructor is from 'AtmosphereSession' class.
AtmosphereSession ( AtmosphereResource, Broadcaster[ ] )This constructor is from 'AtmosphereSession' class.
close ( )This method is from 'AtmosphereSession' class.
tryAcquire ( )This method is from 'AtmosphereSession' class.
tryAcquire ( int )This method is from 'AtmosphereSession' class.
uuid ( )This method is from 'AtmosphereSession' class.
[+] DefaultBroadcaster (3)
| Change | Effect |
---|
1 | Field candidateForPoolable has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to candidateForPoolable is ambiguous. |
2 | Field sharedListeners has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to sharedListeners is ambiguous. |
3 | Field usingTokenIdForAttribute has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to usingTokenIdForAttribute is ambiguous. |
[+] affected methods (74)
addAtmosphereResource ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
addBroadcasterLifeCyclePolicyListener ( BroadcasterLifeCyclePolicyListener )This method is from 'DefaultBroadcaster' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcaster' class.
awaitAndBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
broadcast ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
broadcast ( java.lang.Object, java.util.Set )This method is from 'DefaultBroadcaster' class.
broadcast ( java.lang.Object, AtmosphereResource )This method is from 'DefaultBroadcaster' class.
broadcastOnResume ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
broadcastOnResume ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
cacheAndSuspend ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
cacheLostMessage ( AtmosphereResource, boolean )This method is from 'DefaultBroadcaster' class.
cacheLostMessage ( AtmosphereResource, DefaultBroadcaster.AsyncWriteToken )This method is from 'DefaultBroadcaster' class.
cacheLostMessage ( AtmosphereResource, DefaultBroadcaster.AsyncWriteToken, boolean )This method is from 'DefaultBroadcaster' class.
cacheMessageOnIOException ( java.lang.Throwable )This method is from 'DefaultBroadcaster' class.
checkCachedAndPush ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
createBroadcasterConfig ( AtmosphereConfig )This method is from 'DefaultBroadcaster' class.
DefaultBroadcaster ( )This constructor is from 'DefaultBroadcaster' class.
delayBroadcast ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
delayBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
deliverPush ( Deliver, boolean )This method is from 'DefaultBroadcaster' class.
destroy ( )This method is from 'DefaultBroadcaster' class.
dispatchMessages ( Deliver )This method is from 'DefaultBroadcaster' class.
endBroadcast ( Deliver, boolean )This method is from 'DefaultBroadcaster' class.
entryDone ( BroadcasterFuture )This method is from 'DefaultBroadcaster' class.
executeAsyncWrite ( DefaultBroadcaster.AsyncWriteToken )This method is from 'DefaultBroadcaster' class.
executeBlockingWrite ( AtmosphereResource, Deliver, java.util.concurrent.atomic.AtomicInteger )This method is from 'DefaultBroadcaster' class.
filter ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
futureDone ( java.lang.Object )This method is from 'DefaultBroadcaster' class.
getAsyncWriteHandler ( DefaultBroadcaster.WriteQueue )This method is from 'DefaultBroadcaster' class.
getAtmosphereResources ( )This method is from 'DefaultBroadcaster' class.
getBroadcasterConfig ( )This method is from 'DefaultBroadcaster' class.
getBroadcastHandler ( )This method is from 'DefaultBroadcaster' class.
getID ( )This method is from 'DefaultBroadcaster' class.
getScope ( )This method is from 'DefaultBroadcaster' class.
initialize ( java.lang.String, java.net.URI, AtmosphereConfig )This method is from 'DefaultBroadcaster' class.
initialize ( java.lang.String, AtmosphereConfig )This method is from 'DefaultBroadcaster' class.
invokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
isDestroyed ( )This method is from 'DefaultBroadcaster' class.
killReactiveThreads ( )This method is from 'DefaultBroadcaster' class.
lifeCycleListeners ( )This method is from 'DefaultBroadcaster' class.
lifeCyclePolicy ( )This method is from 'DefaultBroadcaster' class.
messages ( )This method is from 'DefaultBroadcaster' class.
notifyAndAdd ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
notifyBroadcastListener ( )This method is from 'DefaultBroadcaster' class.
notifyOnAddAtmosphereResourceListener ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
notifyOnMessage ( Deliver )This method is from 'DefaultBroadcaster' class.
notifyOnRemoveAtmosphereResourceListener ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
onException ( java.lang.Throwable, AtmosphereResource )This method is from 'DefaultBroadcaster' class.
onException ( java.lang.Throwable, AtmosphereResource, boolean )This method is from 'DefaultBroadcaster' class.
outOfOrderBroadcastSupported ( )This method is from 'DefaultBroadcaster' class.
perRequestFilter ( AtmosphereResource, Deliver )This method is from 'DefaultBroadcaster' class.
policy ( )This method is from 'DefaultBroadcaster' class.
prepareInvokeOnStateChange ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
push ( Deliver )This method is from 'DefaultBroadcaster' class.
queueWriteIO ( AtmosphereResource, Deliver, java.util.concurrent.atomic.AtomicInteger )This method is from 'DefaultBroadcaster' class.
reactiveThreadsCount ( )This method is from 'DefaultBroadcaster' class.
releaseExternalResources ( )This method is from 'DefaultBroadcaster' class.
removeAtmosphereResource ( AtmosphereResource )This method is from 'DefaultBroadcaster' class.
removeAtmosphereResource ( AtmosphereResource, boolean )This method is from 'DefaultBroadcaster' class.
removeBroadcasterLifeCyclePolicyListener ( BroadcasterLifeCyclePolicyListener )This method is from 'DefaultBroadcaster' class.
removeBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcaster' class.
resumeAll ( )This method is from 'DefaultBroadcaster' class.
retrieveTrackedBroadcast ( AtmosphereResource, AtmosphereResourceEvent )This method is from 'DefaultBroadcaster' class.
scheduleFixedBroadcast ( java.lang.Object, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
scheduleFixedBroadcast ( java.lang.Object, long, long, java.util.concurrent.TimeUnit )This method is from 'DefaultBroadcaster' class.
setBroadcasterConfig ( BroadcasterConfig )This method is from 'DefaultBroadcaster' class.
setBroadcasterLifeCyclePolicy ( BroadcasterLifeCyclePolicy )This method is from 'DefaultBroadcaster' class.
setID ( java.lang.String )This method is from 'DefaultBroadcaster' class.
setScope ( Broadcaster.SCOPE )This method is from 'DefaultBroadcaster' class.
setSuspendPolicy ( long, Broadcaster.POLICY )This method is from 'DefaultBroadcaster' class.
spawnReactor ( )This method is from 'DefaultBroadcaster' class.
start ( )This method is from 'DefaultBroadcaster' class.
toString ( )This method is from 'DefaultBroadcaster' class.
writeQueues ( )This method is from 'DefaultBroadcaster' class.
[+] DefaultBroadcasterFactory (2)
| Change | Effect |
---|
1 | Field broadcasterListeners has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to broadcasterListeners is ambiguous. |
2 | Field lifeCycleListener has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to lifeCycleListener is ambiguous. |
[+] affected methods (20)
add ( Broadcaster, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
addBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcasterFactory' class.
configure ( java.lang.Class, java.lang.String, AtmosphereConfig )This method is from 'DefaultBroadcasterFactory' class.
DefaultBroadcasterFactory ( )This constructor is from 'DefaultBroadcasterFactory' class.
DefaultBroadcasterFactory ( java.lang.Class, java.lang.String, AtmosphereConfig )This constructor is from 'DefaultBroadcasterFactory' class.
destroy ( )This method is from 'DefaultBroadcasterFactory' class.
get ( )This method is from 'DefaultBroadcasterFactory' class.
get ( java.lang.Class, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
get ( java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Class, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Class, java.lang.Object, boolean )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Class, java.lang.Object, boolean, boolean )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
lookup ( java.lang.Object, boolean )This method is from 'DefaultBroadcasterFactory' class.
lookupAll ( )This method is from 'DefaultBroadcasterFactory' class.
notifyOnPostCreate ( Broadcaster )This method is from 'DefaultBroadcasterFactory' class.
remove ( java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
remove ( Broadcaster, java.lang.Object )This method is from 'DefaultBroadcasterFactory' class.
removeAllAtmosphereResource ( AtmosphereResource )This method is from 'DefaultBroadcasterFactory' class.
removeBroadcasterListener ( BroadcasterListener )This method is from 'DefaultBroadcasterFactory' class.
package org.atmosphere.util
[+] ExecutorsFactory (3)
| Change | Effect |
---|
1 | Field ASYNC_WRITE_THREAD_POOL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ASYNC_WRITE_THREAD_POOL is ambiguous. |
2 | Field BROADCASTER_THREAD_POOL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BROADCASTER_THREAD_POOL is ambiguous. |
3 | Field SCHEDULER_THREAD_POOL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SCHEDULER_THREAD_POOL is ambiguous. |
[+] affected methods (4)
ExecutorsFactory ( )This constructor is from 'ExecutorsFactory' class.
getAsyncOperationExecutor ( org.atmosphere.cpr.AtmosphereConfig, java.lang.String )This method is from 'ExecutorsFactory' class.
getMessageDispatcher ( org.atmosphere.cpr.AtmosphereConfig, java.lang.String )This method is from 'ExecutorsFactory' class.
getScheduler ( org.atmosphere.cpr.AtmosphereConfig )This method is from 'ExecutorsFactory' class.
richfaces-rich-4.5.5.Final.jar
package org.richfaces.component
[+] UIFileUpload.Properties (2)
| Change | Effect |
---|
1 | Field maxFileSize has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to maxFileSize is ambiguous. |
2 | Field onsizerejected has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to onsizerejected is ambiguous. |
[+] affected methods (2)
valueOf ( java.lang.String )This method is from 'UIFileUpload.Properties' class.
values ( )This method is from 'UIFileUpload.Properties' class.
to the top
Java ARchives (10)
atmosphere-runtime-2.2.6.jar
cssparser-0.9.15.jar
ehcache-2.8.3.jar
guava-18.0.jar
richfaces-a4j-4.5.5.Final.jar
richfaces-core-4.5.5.Final.jar
richfaces-page-fragments-4.5.5.Final.jar
richfaces-rich-4.5.5.Final.jar
sac-1.3.jar
sizeof-agent.jar
to the top
Generated on Wed Jun 10 07:14:21 2015 for RichFaces by Java API Compliance Checker 1.3.7
A tool for checking backward compatibility of a Java library API