Searched refs:setHttpElementCharset (Results 1 – 2 of 2) sorted by relevance
42 public void setHttpElementCharset (final String httpElementCharset) { in setHttpElementCharset() method in HttpProtocolParamBean43 HttpProtocolParams.setHttpElementCharset(params, httpElementCharset); in setHttpElementCharset()
82 public static void setHttpElementCharset(final HttpParams params, final String charset) { in setHttpElementCharset() method in HttpProtocolParams