org.apache.jmeter.protocol.http.proxy
public class ProxyControl extends GenericController
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PORT |
static String |
DEFAULT_PORT_S |
current, subControllersAndSamplers
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
ProxyControl() |
addIterationListener, addTestElement, currentReturnedNull, fireIterationStart, fireIterEvents, getCurrentElement, getIterCount, getSubControllers, incrementCurrent, incrementIterCount, initialize, isDone, isFirst, next, nextIsAController, nextIsASampler, nextIsNull, reInitialize, reInitializeSubController, removeCurrentElement, removeIterationListener, resetCurrent, resetIterCount, setCurrentElement, setDone, setFirst
addProperty, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, 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, removeProperty, setComment, setName, 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 void setPort(int port)
public void setPort(String port)
public void setCaptureHttpHeaders(boolean capture)
public void setGroupingMode(int grouping)
public void setAssertions(boolean b)
public void setSamplerTypeName(int samplerTypeName)
public void setSamplerRedirectAutomatically(boolean b)
public void setSamplerFollowRedirects(boolean b)
public void setUseKeepAlive(boolean b)
b
- public void setSamplerDownloadImages(boolean b)
public void setIncludeList(Collection<String> list)
public void setExcludeList(Collection<String> list)
public void setRegexMatch(boolean b)
b
- public void setHttpsSpoof(boolean b)
public void setHttpsSpoofMatch(String s)
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 boolean getRegexMatch()
public boolean getHttpsSpoof()
public String getHttpsSpoofMatch()
public String getContentTypeExclude()
public String getContentTypeInclude()
public 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)
public void deliverSampler(HTTPSamplerBase sampler, TestElement[] subConfigs, SampleResult result)
public void stopProxy()
public boolean canRemove()
AbstractTestElement
canRemove
in interface TestElement
canRemove
in class AbstractTestElement
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.