|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.testelement.AbstractTestElement | +--org.apache.jmeter.config.ConfigTestElement | +--org.apache.jmeter.protocol.http.proxy.ProxyControl
Title: Apache JMeter Description: Copyright: Copyright (c) 2000 Company: Apache Foundation
Nested Class Summary | |
static class |
ProxyControl.Test
|
Field Summary | |
static String |
EXCLUDE_LIST
|
static String |
INCLUDE_LIST
|
static String |
PORT
|
Fields inherited from class org.apache.jmeter.config.ConfigTestElement |
PASSWORD, USERNAME |
Fields inherited from class org.apache.jmeter.testelement.AbstractTestElement |
log |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
ProxyControl()
! |
Method Summary | |
void |
addConfigElement(ConfigElement config)
! |
void |
addExcludedPattern(String pattern)
! |
void |
addIncludedPattern(String pattern)
! |
void |
clearExcludedPatterns()
! |
void |
clearIncludedPatterns()
! |
void |
deliverSampler(HTTPSampler sampler,
TestElement[] subConfigs,
byte[] serverResponse)
Receives the recorded sampler from the proxy server for placing in the test tree |
protected boolean |
filterUrl(HTTPSampler sampler)
|
String |
getClassLabel()
! |
int |
getDefaultPort()
! |
CollectionProperty |
getExcludePatterns()
|
Class |
getGuiClass()
|
CollectionProperty |
getIncludePatterns()
|
int |
getPort()
! |
protected void |
replaceValues(TestElement sampler,
TestElement[] configs)
|
void |
setExcludeList(Collection list)
|
void |
setIncludeList(Collection list)
|
void |
setPort(int port)
! |
void |
setPort(String port)
|
void |
startProxy()
! |
void |
stopProxy()
! |
Methods inherited from class org.apache.jmeter.config.ConfigTestElement |
addTestElement |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PORT
public static final String EXCLUDE_LIST
public static final String INCLUDE_LIST
Constructor Detail |
public ProxyControl()
Method Detail |
public void setPort(int port)
port
- !ToDo (Parameter description)public void setPort(String port)
public void setIncludeList(Collection list)
public void setExcludeList(Collection list)
public String getClassLabel()
public int getPort()
public int getDefaultPort()
public Class getGuiClass()
public void addConfigElement(ConfigElement config)
config
- !ToDopublic void startProxy()
public void addExcludedPattern(String pattern)
pattern
- !ToDopublic CollectionProperty getExcludePatterns()
public void addIncludedPattern(String pattern)
pattern
- !ToDopublic CollectionProperty getIncludePatterns()
public void clearExcludedPatterns()
public void clearIncludedPatterns()
public void deliverSampler(HTTPSampler sampler, TestElement[] subConfigs, byte[] serverResponse)
sampler
- subConfigs
- serverResponse
- Added to allow saving of the server's response while
recording. A future consideration.public void stopProxy()
protected boolean filterUrl(HTTPSampler sampler)
protected void replaceValues(TestElement sampler, TestElement[] configs)
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |