Class ApacheClientHelper


  • public class ApacheClientHelper
    extends Object
    Utilities for the apache http client.
    • Constructor Detail

      • ApacheClientHelper

        public ApacheClientHelper()
    • Method Detail

      • allHeadersToMultimap

        public static com.google.common.collect.ListMultimap<String,​String> allHeadersToMultimap​(org.apache.http.Header[] allHeaders)
        Converts apache headers into a ListMultimap.
        Parameters:
        allHeaders - array of apache Header elements.
        Returns:
        Map of all header entries.