Uses of Class
org.atmosphere.cpr.AtmosphereFramework.MetaServiceAction
-
Packages that use AtmosphereFramework.MetaServiceAction Package Description org.atmosphere.cpr org.atmosphere.util -
-
Uses of AtmosphereFramework.MetaServiceAction in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return AtmosphereFramework.MetaServiceAction Modifier and Type Method Description static AtmosphereFramework.MetaServiceActionAtmosphereFramework.MetaServiceAction. valueOf(java.lang.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 Modifier and Type Method Description static java.util.Map<java.lang.String,AtmosphereFramework.MetaServiceAction>IOUtils. readServiceFile(java.lang.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 ofactionsto be done on different service classes (AtmosphereInterceptor,BroadcastFilter, etc).
-