Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OverpassStatus parse​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OverpassStatusParser

        public OverpassStatusParser()
    • Method Detail

      • parse

        @NotNull
        public OverpassStatus parse​(java.io.InputStream in)
                             throws java.lang.Exception
        Specified by:
        parse in interface de.westnordost.osmapi.ApiResponseReader<OverpassStatus>
        Throws:
        java.lang.Exception