Package thredds.logs
Class ServletLogParser
- java.lang.Object
-
- thredds.logs.ServletLogParser
-
- All Implemented Interfaces:
LogReader.LogParser
public class ServletLogParser extends Object implements LogReader.LogParser
Read TDS access logs- Since:
- Apr 10, 2008
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServletLogParser.ServletLog
-
Constructor Summary
Constructors Constructor Description ServletLogParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogReader.Log
nextLog(BufferedReader dataIS)
-
-
-
Method Detail
-
nextLog
public LogReader.Log nextLog(BufferedReader dataIS) throws IOException
- Specified by:
nextLog
in interfaceLogReader.LogParser
- Throws:
IOException
-
-