Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
Modifier and Type | Method and Description |
---|---|
HeaderElement[] |
Header.getElements()
Returns an array of
HeaderElement s
constructed from my value. |
HeaderElement[] |
Header.getValues()
Deprecated.
Use #getElements
|
static HeaderElement[] |
HeaderElement.parse(java.lang.String headerValue)
Deprecated.
Use #parseElements(String).
|
static HeaderElement[] |
HeaderElement.parseElements(char[] headerValue)
This parses the value part of a header.
|
static HeaderElement[] |
HeaderElement.parseElements(java.lang.String headerValue)
This parses the value part of a header.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.