Uses of Class
org.apache.commons.httpclient.HeaderElement

Packages that use HeaderElement
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of HeaderElement in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient that return HeaderElement
 HeaderElement[] Header.getElements()
          Returns an array of HeaderElements constructed from my value.
 HeaderElement[] Header.getValues()
          Deprecated. Use #getElements
static HeaderElement[] HeaderElement.parse(String headerValue)
          Deprecated. Use #parseElements(String).
static HeaderElement[] HeaderElement.parseElements(char[] headerValue)
          This parses the value part of a header.
static HeaderElement[] HeaderElement.parseElements(String headerValue)
          This parses the value part of a header.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.