Searched refs:getContentCharset (Results 1 – 7 of 7) sorted by relevance
48 this.requestEncoding = request.getContentCharset(); in URLConnectionResponse()130 .getExcerpt(), getContentCharset())); in dump()
63 return http.getContentCharset(); in getBodyEncoding()
99 public static String getContentCharset(final HttpParams params) { in getContentCharset() method in HttpProtocolParams
95 public final String getContentCharset() in getContentCharset() method in HttpMessage
91 … return new HttpMethodResponse(httpRequest, httpResponse, excerpt, request.getContentCharset()); in execute()
132 getContentCharset())); in dump()
3958 method public static java.lang.String getContentCharset(org.apache.http.params.HttpParams);