| Package | Description |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All rights reserved.