Uses of Class
org.webharvest.runtime.web.HttpParamInfo

Packages that use HttpParamInfo
org.webharvest.runtime.web   
 

Uses of HttpParamInfo in org.webharvest.runtime.web
 

Method parameters in org.webharvest.runtime.web with type arguments of type HttpParamInfo
 HttpResponseWrapper HttpClientManager.execute(java.lang.String methodType, boolean multipart, java.lang.String url, java.lang.String charset, java.lang.String username, java.lang.String password, java.util.Map<java.lang.String,HttpParamInfo> params, java.util.Map headers)