org.aksw.commons.util.apache
Class ApacheLogRequest

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

public class ApacheLogRequest
extends Object


Constructor Summary
ApacheLogRequest(String method, String url, String protocol)
           
 
Method Summary
 String getMethod()
           
 String getProtocol()
           
 String getUrl()
           
static ApacheLogRequest parse(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheLogRequest

public ApacheLogRequest(String method,
                        String url,
                        String protocol)
Method Detail

parse

public static ApacheLogRequest parse(String str)
                              throws ParseException
Throws:
ParseException

getMethod

public String getMethod()

getUrl

public String getUrl()

getProtocol

public String getProtocol()


Copyright © 2012. All Rights Reserved.