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()
          Returns an array of HeaderElements constructed from my value.
static HeaderElement[] HeaderElement.parse(String headerValue)
          This parses the value part of a header.
 



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