Details
Description
JavaDoc states :-
List<String> allValues(String name)
Returns an unmodifiable List of all of the values of the given named header. Always returns a List, which may be empty if the header is not present.
Parameters:
name - the header name
Returns:
a List of String values
List<String> allValues(String name)
Returns an unmodifiable List of all of the values of the given named header. Always returns a List, which may be empty if the header is not present.
Parameters:
name - the header name
Returns:
a List of String values