Apache JMeter

org.apache.jmeter.protocol.http.control
Class Header

java.lang.Object
  extended by org.apache.jmeter.testelement.AbstractTestElement
      extended by org.apache.jmeter.protocol.http.control.Header
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, TestElement

public class Header
extends AbstractTestElement
implements java.io.Serializable

This class is an HTTP Header encapsulator.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
Header()
          Create the header.
Header(java.lang.String name, java.lang.String value)
          Create the coookie.
 
Method Summary
 void addConfigElement(ConfigElement config)
           
 boolean expectsModification()
           
 java.lang.String getName()
          Get the name for this object.
 java.lang.String getValue()
          Get the value for this object.
 void setName(java.lang.String name)
          Set the name for this object.
 void setValue(java.lang.String value)
          Set the value for this object.
 java.lang.String toString()
          Creates a string representation of this header.
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Header

public Header()
Create the header.


Header

public Header(java.lang.String name,
              java.lang.String value)
Create the coookie.

Method Detail

addConfigElement

public void addConfigElement(ConfigElement config)

expectsModification

public boolean expectsModification()

getName

public java.lang.String getName()
Get the name for this object.

Specified by:
getName in interface TestElement
Overrides:
getName in class AbstractTestElement

setName

public void setName(java.lang.String name)
Set the name for this object.

Specified by:
setName in interface TestElement
Overrides:
setName in class AbstractTestElement

getValue

public java.lang.String getValue()
Get the value for this object.


setValue

public void setValue(java.lang.String value)
Set the value for this object.


toString

public java.lang.String toString()
Creates a string representation of this header.

Overrides:
toString in class java.lang.Object

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.