Class SharedTCLogParser
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.apache.jmeter.protocol.http.util.accesslog.LogParser,org.apache.jmeter.testelement.TestCloneable
@AutoService(value = LogParser.class) public class SharedTCLogParser extends TCLogParser implements TestCloneable
-
-
Constructor Summary
Constructors Constructor Description SharedTCLogParser()SharedTCLogParser(String source)
-
Method Summary
Modifier and Type Method Description Objectclone()intparse(TestElement el, int parseCount)parse the entire file. voidclose()close the any streams or readers. -
Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser
checkMethod, checkParamFormat, checkURL, cleanURL, convertStringToJMRequest, convertStringtoNVPair, decodeParameterValue, parseAndConfigure, setDecodeParameterValues, setFilter, setSourceFile, setUseParsedFile, stripFile, tokenize -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-