|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderElement | |
---|---|
com.microsoft.tfs.core.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
Uses of HeaderElement in com.microsoft.tfs.core.httpclient |
---|
Methods in com.microsoft.tfs.core.httpclient that return HeaderElement | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |