Uses of Enum Class
org.atmosphere.cpr.AtmosphereFramework.MetaServiceAction
Packages that use AtmosphereFramework.MetaServiceAction
-
Uses of AtmosphereFramework.MetaServiceAction in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return AtmosphereFramework.MetaServiceActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AtmosphereFramework.MetaServiceAction.values()Returns an array containing the constants of this enum class, 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.MetaServiceActionModifier and TypeMethodDescriptionIOUtils.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 ofactionsto be done on different service classes (AtmosphereInterceptor,BroadcastFilter, etc).