Uses of Class
org.apache.http.impl.client.cache.WarningValue
-
Packages that use WarningValue Package Description org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. -
-
Uses of WarningValue in org.apache.http.impl.client.cache
Methods in org.apache.http.impl.client.cache that return WarningValue Modifier and Type Method Description static WarningValue[]
WarningValue. getWarningValues(org.apache.http.Header h)
Returns an array of the parseable warning values contained in the given header value, which is assumed to be a Warning header.
-