Class TimeQueryLog

java.lang.Object
edu.sc.seis.seisFile.fdsnws.TimeQueryLog

public class TimeQueryLog
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TimeQueryLog()  
  • Method Summary

    Modifier and Type Method Description
    static int add​(java.net.URI uri)
    Increments number of recent queries to the given uri.

    Methods inherited from class java.lang.Object

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

    • TimeQueryLog

      public TimeQueryLog()
  • Method Details

    • add

      public static int add​(java.net.URI uri)
      Increments number of recent queries to the given uri.
      Parameters:
      uri - request url
      Returns:
      number of queries to host in last second.