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 Summary
Constructors Constructor Description ApacheClientHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.ListMultimap<String,String>allHeadersToMultimap(org.apache.http.Header[] allHeaders)Converts apache headers into a ListMultimap.
-