public class ProxyControl extends GenericController implements NonTestElement
Modifier and Type | Class and Description |
---|---|
static class |
ProxyControl.KeystoreMode |
Modifier and Type | Field and Description |
---|---|
static int |
CERT_VALIDITY |
static int |
DEFAULT_PORT |
static String |
DEFAULT_PORT_S |
current, subControllersAndSamplers
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
ProxyControl() |
addIterationListener, addTestElement, addTestElementOnce, currentReturnedNull, fireIterationStart, fireIterEvents, getCurrentElement, getIterCount, getSubControllers, incrementCurrent, incrementIterCount, initialize, initializeSubControllers, isDone, isFirst, next, nextIsAController, nextIsASampler, nextIsNull, readResolve, reInitialize, removeCurrentElement, removeIterationListener, resetCurrent, resetIterCount, setCurrentElement, setDone, setFirst, triggerEndOfLoop
addPropertiesValues, addProperty, addProperty, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clear, clearTestElementChildren, clone, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removed, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse
public static final int DEFAULT_PORT
public static final String DEFAULT_PORT_S
public static final int CERT_VALIDITY
public void setNonGuiTreeModel(JMeterTreeModel treeModel)
JMeterTreeModel
to be used by the ProxyControl, when used
in a non-GUI environment, where the JMeterTreeModel
can't be
acquired through GuiPackage.getTreeModel()
treeModel
- the JMeterTreeModel
to be used, or null
when
the GUI model should be usedpublic void setPort(int port)
public void setPort(String port)
public void setSslDomains(String domains)
public String getSslDomains()
public void setCaptureHttpHeaders(boolean capture)
public void setGroupingMode(int grouping)
public void setAssertions(boolean b)
public void setSamplerTypeName(String samplerTypeName)
public void setSamplerRedirectAutomatically(boolean b)
public void setSamplerFollowRedirects(boolean b)
public void setUseKeepAlive(boolean b)
public void setSamplerDownloadImages(boolean b)
public void setHTTPSampleNamingMode(int httpNamingMode)
public String getDefaultEncoding()
public void setDefaultEncoding(String defaultEncoding)
public void setPrefixHTTPSampleName(String prefixHTTPSampleName)
public void setProxyPauseHTTPSample(String proxyPauseHTTPSample)
public void setNotifyChildSamplerListenerOfFilteredSamplers(boolean b)
public void setIncludeList(Collection<String> list)
public void setExcludeList(Collection<String> list)
public void setRegexMatch(boolean b)
public void setContentTypeExclude(String contentTypeExclude)
public void setContentTypeInclude(String contentTypeInclude)
public boolean getAssertions()
public int getGroupingMode()
public int getPort()
public String getPortString()
public int getDefaultPort()
public boolean getCaptureHttpHeaders()
public String getSamplerTypeName()
public boolean getSamplerRedirectAutomatically()
public boolean getSamplerFollowRedirects()
public boolean getUseKeepalive()
public boolean getSamplerDownloadImages()
public int getHTTPSampleNamingMode()
public String getPrefixHTTPSampleName()
public String getProxyPauseHTTPSample()
public boolean getNotifyChildSamplerListenerOfFilteredSamplers()
public boolean getRegexMatch()
public String getContentTypeExclude()
public String getContentTypeInclude()
public JMeterTreeModel getNonGuiTreeModel()
JMeterTreeModel
used when run in non-GUI mode, or null
when run in GUI modepublic void addConfigElement(ConfigElement config)
public void startProxy() throws IOException
IOException
public void addExcludedPattern(String pattern)
public CollectionProperty getExcludePatterns()
public void addIncludedPattern(String pattern)
public CollectionProperty getIncludePatterns()
public void clearExcludedPatterns()
public void clearIncludedPatterns()
public JMeterTreeNode getTarget()
public void setTarget(JMeterTreeNode target)
target
- target node to store generated samplespublic void deliverSampler(HTTPSamplerBase sampler, TestElement[] testElements, SampleResult result)
sampler
- the sampler, may be nulltestElements
- the test elements to be added (e.g. header manager) under the Samplerresult
- the sample result, not null
TODO param serverResponse to be added to allow saving of the
server's response while recording.public void stopProxy()
public String[] getCertificateDetails()
public JMeterTreeNode findTargetControllerNode()
target
property.
public boolean canRemove()
AbstractTestElement
canRemove
in interface TestElement
canRemove
in class AbstractTestElement
public static boolean isDynamicMode()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.