thredds.logs
Class LogReader.Log

java.lang.Object
  extended by thredds.logs.LogReader.Log
Direct Known Subclasses:
ServletLogParser.ServletLog
Enclosing class:
LogReader

public static class LogReader.Log
extends Object


Field Summary
 long date
           
 
Constructor Summary
LogReader.Log()
           
 
Method Summary
 long getBytes()
           
 String getClient()
           
 String getDate()
           
 String getIp()
           
 long getMsecs()
           
 String getPath()
           
 String getReferrer()
           
 int getStatus()
           
 String toCSV()
           
 String toString()
           
 void toString(Formatter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

date

public long date
Constructor Detail

LogReader.Log

public LogReader.Log()
Method Detail

getIp

public String getIp()

getDate

public String getDate()

getReferrer

public String getReferrer()

getClient

public String getClient()

getStatus

public int getStatus()

getMsecs

public long getMsecs()

getBytes

public long getBytes()

getPath

public String getPath()

toCSV

public String toCSV()

toString

public String toString()
Overrides:
toString in class Object

toString

public void toString(Formatter f)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.