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
-
getHolder()
- Get this header parser, as an HeaderValue compatible instance.
-
getName()
- Get this header name, lower case (can be used as header id).
-
getTitle()
- Get this header title, ready for emission.
-
isHeader(int)
- Is this header description the one of that header.
getName
public String getName()
- Get this header name, lower case (can be used as header id).
- Returns:
- A String giving the header identifier.
getTitle
public byte[] getTitle()
- Get this header title, ready for emission.
- Returns:
- The actual bytes to be emited for this header title.
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.
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