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
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String GET
      public final static String POST
      public final static String HEAD
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object clone()
      int parse(TestElement el, int parseCount) parse the entire file.
      void close() 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
    • Constructor Detail

      • SharedTCLogParser

        SharedTCLogParser()
      • SharedTCLogParser

        SharedTCLogParser(String source)
    • Method Detail

      • parse

         int parse(TestElement el, int parseCount)

        parse the entire file.

      • close

         void close()

        close the any streams or readers.