Android
org.apache.http.auth.params
public final class

org.apache.http.auth.params.AuthParams

java.lang.Object
org.apache.http.auth.params.AuthParams

This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP authentication specific parameters.

See Also

Summary

Public Methods

      static    String  getCredentialCharset(HttpParams params)
Obtains the charset for encoding Credentials.
      static    void  setCredentialCharset(HttpParams params, String charset)
Sets the charset to be used when encoding Credentials.
Methods inherited from class java.lang.Object

Details

Public Methods

public static String getCredentialCharset(HttpParams params)

Obtains the charset for encoding Credentials. If not configured, HTTP.DEFAULT_PROTOCOL_CHARSET is used instead.

Returns

  • The charset

public static void setCredentialCharset(HttpParams params, String charset)

Sets the charset to be used when encoding Credentials.

Parameters

charset The charset
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56