Package com.foxinmy.weixin4j.http.entity
Class FormUrlEntity
- java.lang.Object
-
- com.foxinmy.weixin4j.http.entity.StringEntity
-
- com.foxinmy.weixin4j.http.entity.FormUrlEntity
-
- All Implemented Interfaces:
HttpEntity
public class FormUrlEntity extends StringEntity
-
-
Constructor Summary
Constructors Constructor Description FormUrlEntity(List<URLParameter> parameters)
FormUrlEntity(Map<String,String> parameters)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
formatParameters(List<URLParameter> parameters)
static String
formatParameters(Map<String,String> parameters)
-
Methods inherited from class com.foxinmy.weixin4j.http.entity.StringEntity
getContent, getContentLength, getContentString, getContentType, writeTo
-
-
-
-
Constructor Detail
-
FormUrlEntity
public FormUrlEntity(List<URLParameter> parameters)
-
-