Package org.aksw.commons.util.apache
Class ApacheLogRequest
- java.lang.Object
-
- org.aksw.commons.util.apache.ApacheLogRequest
-
public class ApacheLogRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description ApacheLogRequest(String method, String url, String protocol)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethod()StringgetProtocol()StringgetUrl()static ApacheLogRequestparse(String str)
-
-
-
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()
-
-