Uses of Class
com.foxinmy.weixin4j.http.HeaderValueFormatter
-
Packages that use HeaderValueFormatter Package Description com.foxinmy.weixin4j.http -
-
Uses of HeaderValueFormatter in com.foxinmy.weixin4j.http
Fields in com.foxinmy.weixin4j.http declared as HeaderValueFormatter Modifier and Type Field Description static HeaderValueFormatter
HeaderValueFormatter. INSTANCE
Methods in com.foxinmy.weixin4j.http with parameters of type HeaderValueFormatter Modifier and Type Method Description static String
HeaderValueFormatter. formatNameValuePair(NameValue nvp, boolean quote, HeaderValueFormatter formatter)
Formats a name-value pair.static String
HeaderValueFormatter. formatParameters(NameValue[] nvps, boolean quote, HeaderValueFormatter formatter)
Formats a set of parameters.
-