|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.protocol.http.util.accesslog.SessionFilter
Provides Session Filtering for the AccessLog Sampler.
| Field Summary | |
protected Map |
cookieManagers
These objects are static across multiple threads in a test, via clone() method. |
protected CookieManager |
lastUsed
|
protected Set |
managersInUse
|
| Constructor Summary | |
SessionFilter()
|
|
| Method Summary | |
Object |
clone()
|
void |
excludeFiles(String[] filenames)
Exclude all files in the array |
void |
excludePattern(String[] regexp)
Exclude any log entry that contains the following regular expression pattern. |
String |
filter(String text)
In case the user wants to replace the file extension, log parsers should call this method. |
protected CookieManager |
getCookieManager(String ipAddr)
|
protected String |
getIpAddress(String logLine)
|
protected boolean |
hasExcPattern(String text)
|
void |
includeFiles(String[] filenames)
Include all files in the array. |
void |
includePattern(String[] regexp)
Include any log entry that contains the following regular expression pattern. |
boolean |
isFiltered(String path,
TestElement sampler)
Log parser will call this method to see if a particular entry should be filtered or not. |
void |
reset()
Tell the filter when the parsing has reached the end of the log file and is about to begin again. |
void |
setReplaceExtension(String oldextension,
String newextension)
|
void |
threadFinished()
Called once for each thread at the end of a test |
void |
threadStarted()
Called just before the start of the thread |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Map cookieManagers
protected Set managersInUse
protected CookieManager lastUsed
| Constructor Detail |
public SessionFilter()
| Method Detail |
protected boolean hasExcPattern(String text)
protected String getIpAddress(String logLine)
public void reset()
Filter
reset in interface Filterpublic Object clone()
clone in interface TestCloneablepublic void excludeFiles(String[] filenames)
Filter
excludeFiles in interface Filterfilenames - public void excludePattern(String[] regexp)
Filter
excludePattern in interface Filterregexp - public String filter(String text)
Filter
filter in interface Filtertext -
public void includeFiles(String[] filenames)
Filter
includeFiles in interface Filterfilenames - public void includePattern(String[] regexp)
Filter
includePattern in interface Filterregexp -
public boolean isFiltered(String path,
TestElement sampler)
Filter
isFiltered in interface Filterpath -
protected CookieManager getCookieManager(String ipAddr)
public void setReplaceExtension(String oldextension,
String newextension)
setReplaceExtension in interface Filteroldextension - newextension - public void threadFinished()
ThreadListener
threadFinished in interface ThreadListenerorg.apache.jmeter.threads.JMeterThread#threadFinished()public void threadStarted()
ThreadListener
threadStarted in interface ThreadListenerorg.apache.jmeter.threads.JMeterThread#threadStarted()
|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||