pygmy.handlers
Class StatsHandler.UrlStatistics

java.lang.Object
  extended by pygmy.handlers.StatsHandler.UrlStatistics
Enclosing class:
StatsHandler

public static class StatsHandler.UrlStatistics
extends java.lang.Object


Constructor Summary
StatsHandler.UrlStatistics(long currentTime)
           
 
Method Summary
 int count()
           
 long getFirstTime()
           
 long getLastTime()
           
 void increment()
           
 void lastTime(long currentTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsHandler.UrlStatistics

public StatsHandler.UrlStatistics(long currentTime)
Method Detail

lastTime

public void lastTime(long currentTime)

increment

public void increment()

getFirstTime

public long getFirstTime()

getLastTime

public long getLastTime()

count

public int count()