Package org.atmosphere.util
Class AtmosphereConfigReader
java.lang.Object
org.atmosphere.util.AtmosphereConfigReader
Descriptor for an Atmosphere configuraton file.
- Author:
- Jerome Dochez (for the version shipped in GlassFish v3)., Jeanfrancois Arcand, Sebastien Dionne : sebastien.dionne@gmail.com
-
Method Summary
Modifier and TypeMethodDescriptionstatic AtmosphereConfigReaderparse(AtmosphereConfig config, InputStream stream) parse(AtmosphereConfig config, String filename)
-
Method Details
-
parse
public AtmosphereConfig parse(AtmosphereConfig config, String filename) throws FileNotFoundException - Throws:
FileNotFoundException
-
parse
public AtmosphereConfig parse(AtmosphereConfig config, InputStream stream) throws FileNotFoundException - Throws:
FileNotFoundException
-
getInstance
-