org.apache.jmeter.protocol.http.util.accesslog

Class OrderPreservingLogParser

Implemented Interfaces:
Cloneable, LogParser, TestCloneable

public class OrderPreservingLogParser
extends SharedTCLogParser

Field Summary

Fields inherited from class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser

FILENAME, FILTER, GET, POST, READER, RMETHOD, SOURCE, URL_PATH, decode, log, useFILE

Constructor Summary

OrderPreservingLogParser()
OrderPreservingLogParser(String source)

Method Summary

int
parseAndConfigure(int count, TestElement el)
parse a set number of lines from the access log.

Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser

clone, close, parse, parse

Methods inherited from class org.apache.jmeter.protocol.http.util.accesslog.TCLogParser

checkMethod, checkParamFormat, checkURL, cleanURL, close, convertStringToJMRequest, convertStringtoNVPair, decodeParameterValue, parse, parse, parseAndConfigure, parseLine, parseOneParameter, parseParameters, setDecodeParameterValues, setFilter, setSourceFile, setUseParsedFile, stripFile, tokenize

Constructor Details

OrderPreservingLogParser

public OrderPreservingLogParser()

OrderPreservingLogParser

public OrderPreservingLogParser(String source)
Parameters:
source -

Method Details

parseAndConfigure

public int parseAndConfigure(int count,
                             TestElement el)
parse a set number of lines from the access log. Keep in mind the number of lines parsed will depend the filter and number of lines in the log. The method returns the actual lines parsed.
Specified by:
parseAndConfigure in interface LogParser
Overrides:
parseAndConfigure in interface TCLogParser
Parameters:
count -
Returns:
lines parsed

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.