Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

ClientContextConfigurer

extends Object
implements ClientContext
java.lang.Object
   ↳ org.apache.http.client.protocol.ClientContextConfigurer

Summary

[Expand]
Inherited Constants
From interface org.apache.http.client.protocol.ClientContext
Public Constructors
ClientContextConfigurer ( HttpContext context)
Public Methods
void )">setAuthSchemePref ( List < String > list)
void setAuthSchemeRegistry ( AuthSchemeRegistry registry)
void setCookieSpecRegistry ( CookieSpecRegistry registry)
void setCookieStore ( CookieStore store)
void setCredentialsProvider ( CredentialsProvider provider)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClientContextConfigurer ( HttpContext context)

Added in API level 1

Public Methods

)">

public void setAuthSchemePref ( List < String > list)

Added in API level 1

public void setAuthSchemeRegistry ( AuthSchemeRegistry registry)

Added in API level 1

public void setCookieSpecRegistry ( CookieSpecRegistry registry)

Added in API level 1

public void setCookieStore ( CookieStore store)

Added in API level 1

public void setCredentialsProvider ( CredentialsProvider provider)

Added in API level 1