Home
last modified time | relevance | path

Searched refs:getHttpElementCharset (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/params/
DHttpProtocolParams.java71 public static String getHttpElementCharset(final HttpParams params) { in getHttpElementCharset() method in HttpProtocolParams
/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionOutputBuffer.java83 this.charset = HttpProtocolParams.getHttpElementCharset(params); in init()
DAbstractSessionInputBuffer.java88 this.charset = HttpProtocolParams.getHttpElementCharset(params); in init()
/external/apache-http/
Dart-profile695 HPLorg/apache/http/params/HttpProtocolParams;->getHttpElementCharset(Lorg/apache/http/params/HttpPa…
/external/apache-http/api/
Dcurrent.txt3795 … method @Deprecated public static String getHttpElementCharset(org.apache.http.params.HttpParams);