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