Uses of Class
org.atmosphere.cpr.AtmosphereFramework.MetaServiceAction

Packages that use AtmosphereFramework.MetaServiceAction
org.atmosphere.cpr   
org.atmosphere.util   
 

Uses of AtmosphereFramework.MetaServiceAction in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return AtmosphereFramework.MetaServiceAction
static AtmosphereFramework.MetaServiceAction AtmosphereFramework.MetaServiceAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AtmosphereFramework.MetaServiceAction[] AtmosphereFramework.MetaServiceAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AtmosphereFramework.MetaServiceAction in org.atmosphere.util
 

Methods in org.atmosphere.util that return types with arguments of type AtmosphereFramework.MetaServiceAction
static Map<String,AtmosphereFramework.MetaServiceAction> IOUtils.readServiceFile(String path)
           This method reads the given file stored under "META-INF/services" and accessed through the framework's class loader to specify a list of actions to be done on different service classes (AtmosphereInterceptor, BroadcastFilter, etc).
 



Copyright © 2014. All Rights Reserved.