| java.lang.Object org.w3c.www.http.HeaderDescription
HeaderDescription | public class HeaderDescription (Code) | | |
Method Summary | |
public HeaderValue | getHolder() Get this header parser, as an HeaderValue compatible instance. | public String | getName() Get this header name, lower case (can be used as header id). | public byte[] | getTitle() Get this header title, ready for emission. | public boolean | isHeader(int h) Is this header description the one of that header. |
getHolder | public HeaderValue getHolder()(Code) | | Get this header parser, as an HeaderValue compatible instance.
An instance of HeaderValue, suitable for holding and parsingthe header value. |
getName | public String getName()(Code) | | Get this header name, lower case (can be used as header id).
A String giving the header identifier. |
getTitle | public byte[] getTitle()(Code) | | Get this header title, ready for emission.
The actual bytes to be emited for this header title. |
isHeader | public boolean isHeader(int h)(Code) | | Is this header description the one of that header.
Parameters: h - The header access token. |
|
|