Package de.westnordost.osmapi.overpass
Class OverpassStatusParser
- java.lang.Object
-
- de.westnordost.osmapi.overpass.OverpassStatusParser
-
- All Implemented Interfaces:
de.westnordost.osmapi.ApiResponseReader<OverpassStatus>
public class OverpassStatusParser extends java.lang.Object implements de.westnordost.osmapi.ApiResponseReader<OverpassStatus>
Parses the (quota) status message of the overpass server
-
-
Constructor Summary
Constructors Constructor Description OverpassStatusParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OverpassStatusparse(java.io.InputStream in)
-
-
-
Method Detail
-
parse
@NotNull public OverpassStatus parse(java.io.InputStream in) throws java.lang.Exception
- Specified by:
parsein interfacede.westnordost.osmapi.ApiResponseReader<OverpassStatus>- Throws:
java.lang.Exception
-
-