Class w3c.www.http.HeaderDescription
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.HeaderDescription

java.lang.Object
   |
   +----w3c.www.http.HeaderDescription

public class HeaderDescription
extends Object

Method Index

 o getHolder()
Get this header parser, as an HeaderValue compatible instance.
 o getName()
Get this header name, lower case (can be used as header id).
 o getTitle()
Get this header title, ready for emission.
 o isHeader(int)
Is this header description the one of that header.

Methods

 o getName
  public String getName()
Get this header name, lower case (can be used as header id).
Returns:
A String giving the header identifier.
 o getTitle
  public byte[] getTitle()
Get this header title, ready for emission.
Returns:
The actual bytes to be emited for this header title.
 o getHolder
  public HeaderValue getHolder()
Get this header parser, as an HeaderValue compatible instance.
Returns:
An instance of HeaderValue, suitable for holding and parsing the header value.
 o isHeader
  public boolean isHeader(int h)
Is this header description the one of that header.
Parameters:
h - The header access token.

All Packages  Class Hierarchy  This Package  Previous  Next  Index