com.foxinmy.weixin4j.http.entity
Class FormUrlEntity

java.lang.Object
  extended by com.foxinmy.weixin4j.http.entity.StringEntity
      extended by com.foxinmy.weixin4j.http.entity.FormUrlEntity
All Implemented Interfaces:
HttpEntity

public class FormUrlEntity
extends StringEntity


Constructor Summary
FormUrlEntity(List<URLParameter> parameters)
           
FormUrlEntity(Map<String,String> parameters)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormUrlEntity

public FormUrlEntity(List<URLParameter> parameters)

FormUrlEntity

public FormUrlEntity(Map<String,String> parameters)
Method Detail

formatParameters

public static String formatParameters(List<URLParameter> parameters)

formatParameters

public static String formatParameters(Map<String,String> parameters)


Copyright © 2014–2017. All rights reserved.