org.aksw.commons.util.apache
Class ApacheLogEntry

java.lang.Object
  extended by org.aksw.commons.util.apache.ApacheLogEntry

public class ApacheLogEntry
extends Object


Method Summary
 long getByteCount()
           
 Date getDate()
           
 String getHostname()
           
 String getReferer()
           
 ApacheLogRequest getRequest()
           
 String getResponse()
           
 String getUserAgent()
           
static ApacheLogEntry parse(String logEntryLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHostname

public String getHostname()

getDate

public Date getDate()

getRequest

public ApacheLogRequest getRequest()

getResponse

public String getResponse()

getByteCount

public long getByteCount()

getReferer

public String getReferer()

getUserAgent

public String getUserAgent()

parse

public static ApacheLogEntry parse(String logEntryLine)
                            throws ParseException
Throws:
ParseException


Copyright © 2012. All Rights Reserved.