org.apache.jmeter.protocol.http.util
Class HTTPArgument
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.config.Argument
org.apache.jmeter.protocol.http.util.HTTPArgument
- All Implemented Interfaces:
- Cloneable, Serializable, TestElement
- public class HTTPArgument
- extends Argument
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
HTTPArgument
public HTTPArgument(String name,
String value,
String metadata)
- Constructor for the Argument object.
HTTPArgument
public HTTPArgument(String name,
String value)
- Constructor for the Argument object.
HTTPArgument
public HTTPArgument(String name,
String value,
boolean alreadyEncoded)
HTTPArgument
public HTTPArgument(String name,
String value,
String metaData,
boolean alreadyEncoded)
HTTPArgument
public HTTPArgument(Argument arg)
HTTPArgument
public HTTPArgument()
- Constructor for the Argument object
setUseEquals
public void setUseEquals(boolean ue)
isUseEquals
public boolean isUseEquals()
setAlwaysEncoded
public void setAlwaysEncoded(boolean ae)
isAlwaysEncoded
public boolean isAlwaysEncoded()
setName
public void setName(String newName)
- Sets the Name attribute of the Argument object.
- Overrides:
setName
in class Argument
- Parameters:
newName
- the new Name value
getEncodedValue
public String getEncodedValue()
getEncodedName
public String getEncodedName()
convertArgumentsToHTTP
public static void convertArgumentsToHTTP(Arguments args)
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.