| java.lang.Object edu.iu.uis.eden.messaging.HttpClientHelper
HttpClientHelper | public class HttpClientHelper (Code) | | Contains some utility methods for dealing with configuration of the
Commons HttpClient library. Specifically, HttpClient parameters are
typed, so we can't just pipe the String values from or configuration
through. Instead we need to know the type of all the different
HttpClient parameters and set the parameter accordingly.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
getParameterType | public static Class getParameterType(String parameterName)(Code) | | Returns the expected type of the given HttpClient parameter. String is the default.
|
setParameter | public static void setParameter(HttpParams params, String paramName, String paramValue)(Code) | | |
|
|