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.getValues()
          Deprecated. Use #getElements
 HeaderElement[] Header.getElements()
          Returns an array of HeaderElements constructed from my value.
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.
static HeaderElement[] HeaderElement.parse(String headerValue)
          Deprecated. Use #parseElements(String).
 



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