Package org.apache.jmeter.monitor.parser
Class ParserImpl
java.lang.Object
org.apache.jmeter.monitor.parser.ParserImpl
- All Implemented Interfaces:
Parser
- Direct Known Subclasses:
ObjectFactory.MonitorParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseBytes
(byte[] bytes) parse byte array and return Status objectparseSampleResult
(SampleResult result) parseString
(String content)
-
Constructor Details
-
ParserImpl
- Parameters:
factory
-ObjectFactory
to use
-
-
Method Details
-
parseBytes
parse byte array and return Status object- Specified by:
parseBytes
in interfaceParser
- Parameters:
bytes
- bytes to be parsed- Returns:
- Status
-
parseString
- Specified by:
parseString
in interfaceParser
- Parameters:
content
- text to be parsed- Returns:
- Status
-
parseSampleResult
- Specified by:
parseSampleResult
in interfaceParser
- Parameters:
result
-SampleResult
out of which thereponseData
will be used for parsing- Returns:
- Status
-