Apache JMeter
1.9

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

java.lang.Object
  |
  +--org.apache.jmeter.testelement.AbstractTestElement
        |
        +--org.apache.jmeter.protocol.http.control.Header
All Implemented Interfaces:
Cloneable, Serializable, TestElement

public class Header
extends AbstractTestElement
implements Serializable

This class is an HTTP Header encapsulator.

Author:
Giacomo Pati
See Also:
Serialized Form

Field Summary
 
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
Header()
          create the headeer
Header(String name, String value)
          create the coookie
 
Method Summary
 void addConfigElement(ConfigElement config)
           
 boolean expectsModification()
           
 String getClassLabel()
           
 String getValue()
          get the value for this object.
 void setValue(String value)
          set the value for this object.
 String toString()
          creates a string representation of this header
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, addTestElement, 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, wait, wait, wait
 

Constructor Detail

Header

public Header()
create the headeer


Header

public Header(String name,
              String value)
create the coookie

Method Detail

addConfigElement

public void addConfigElement(ConfigElement config)

expectsModification

public boolean expectsModification()

getClassLabel

public String getClassLabel()

getValue

public String getValue()
get the value for this object.


setValue

public void setValue(String value)
set the value for this object.


toString

public String toString()
creates a string representation of this header

Overrides:
toString in class Object

Apache JMeter
1.9

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