All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.www.http.HttpAcceptEncodingList

java.lang.Object
   |
   +----org.w3c.www.http.BasicValue
           |
           +----org.w3c.www.http.HttpAcceptEncodingList

public class HttpAcceptEncodingList
extends BasicValue

Method Index

 o addEncoding(HttpAcceptEncoding)
Add a clause to that list of accepted encodings.
 o getValue()
HeaderValue implemenntation - Get this header value.
 o parse()
Parse this header value into its various components.
 o updateByteValue()
Update the RFC822 compatible header value for this object.

Methods

 o parse
 protected void parse()
Parse this header value into its various components.

Overrides:
parse in class BasicValue
 o updateByteValue
 protected void updateByteValue()
Update the RFC822 compatible header value for this object.

Overrides:
updateByteValue in class BasicValue
 o getValue
 public Object getValue()
HeaderValue implemenntation - Get this header value.

Overrides:
getValue in class BasicValue
 o addEncoding
 public void addEncoding(HttpAcceptEncoding enc)
Add a clause to that list of accepted encodings.

Parameters:
lang - The accepted encoding.

All Packages  Class Hierarchy  This Package  Previous  Next  Index