Class ApacheClientHelper

java.lang.Object
org.somda.sdc.dpws.http.apache.helper.ApacheClientHelper

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

    • ApacheClientHelper

      public ApacheClientHelper()
  • Method Details

    • 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.