infovis.io
Class WebLogParser.Entry

java.lang.Object
  extended by infovis.io.WebLogParser.Entry
Enclosing class:
WebLogParser

public static class WebLogParser.Entry
extends Object


Field Summary
 Date date
           
 String from
           
 String httpAnswer
           
 String httpArg
           
 String httpCommand
           
 int httpSize
           
 String httpVersion
           
 
Constructor Summary
WebLogParser.Entry()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

from

public String from

date

public Date date

httpCommand

public String httpCommand

httpArg

public String httpArg

httpVersion

public String httpVersion

httpAnswer

public String httpAnswer

httpSize

public int httpSize
Constructor Detail

WebLogParser.Entry

public WebLogParser.Entry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.