org.w3c.www.http
Class HttpUpperTokenList

java.lang.Object
  extended by org.w3c.www.http.BasicValue
      extended by org.w3c.www.http.HttpTokenList
          extended by org.w3c.www.http.HttpUpperTokenList
All Implemented Interfaces:
java.lang.Cloneable, HeaderValue

public class HttpUpperTokenList
extends HttpTokenList

Parse a comma separated list of tokens.


Field Summary
 
Fields inherited from class org.w3c.www.http.HttpTokenList
CASE_ASIS, CASE_LOWER, CASE_UPPER, casemode, tokens
 
Fields inherited from class org.w3c.www.http.BasicValue
isValid, raw, rlen, roff
 
Constructor Summary
protected HttpUpperTokenList()
          Create an empty token list for parsing.
protected HttpUpperTokenList(java.lang.String tokens)
          Create a token list from a comma separated list of tokens.
protected HttpUpperTokenList(java.lang.String[] tokens)
          Create a parsed token list, for emitting.
 
Method Summary
 
Methods inherited from class org.w3c.www.http.HttpTokenList
addToken, getValue, hasToken, parse, setValue, updateByteValue
 
Methods inherited from class org.w3c.www.http.BasicValue
addBytes, appendValue, checkByteValue, clone, emit, error, invalidateByteValue, setBytes, setString, toExternalForm, toString, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpUpperTokenList

protected HttpUpperTokenList(java.lang.String[] tokens)
Create a parsed token list, for emitting.


HttpUpperTokenList

protected HttpUpperTokenList(java.lang.String tokens)
Create a token list from a comma separated list of tokens.


HttpUpperTokenList

protected HttpUpperTokenList()
Create an empty token list for parsing.