Interface HttpHeader

All Known Implementing Classes:
DefaultHttpHeader

public interface HttpHeader
The HttpHeader API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • addValue

      void addValue(String value)
      Add the value.
      Parameters:
      value - the value to add.
    • getName

      String getName()
      Returns the name.
      Returns:
      the name
    • getValue

      String getValue()
      Returns the value.
      Returns:
      the value
    • getValues

      Enumeration<String> getValues()
      Returns the values.
      Returns:
      the values