Class ApacheClientHelper
-
- All Implemented Interfaces:
public class ApacheClientHelperUtilities for the apache http client.
-
-
Constructor Summary
Constructors Constructor Description ApacheClientHelper()
-
Method Summary
Modifier and Type Method Description static ListMultimap<String, String>allHeadersToMultimap(Array<Header> allHeaders)Converts apache headers into a ListMultimap. -
-
Method Detail
-
allHeadersToMultimap
static ListMultimap<String, String> allHeadersToMultimap(Array<Header> allHeaders)
Converts apache headers into a ListMultimap.
- Parameters:
allHeaders- array of apache Header elements.- Returns:
Map of all header entries.
-
-
-
-