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

ClientParamBean

extends HttpAbstractParamBean
java.lang.Object
   ↳ org.apache.http.params.HttpAbstractParamBean
     ↳ org.apache.http.client.params.ClientParamBean

Summary

[Expand]
Inherited Fields
From class org.apache.http.params.HttpAbstractParamBean
Public Constructors
ClientParamBean ( HttpParams params)
Public Methods
void setAllowCircularRedirects (boolean allow)
void setConnectionManagerFactory ( ClientConnectionManagerFactory factory)
void setConnectionManagerFactoryClassName ( String factory)
void setCookiePolicy ( String policy)
void )">setDefaultHeaders ( Collection < Header > headers)
void setDefaultHost ( HttpHost host)
void setHandleAuthentication (boolean handle)
void setHandleRedirects (boolean handle)
void setMaxRedirects (int maxRedirects)
void setRejectRelativeRedirect (boolean reject)
void setVirtualHost ( HttpHost host)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClientParamBean ( HttpParams params)

Added in API level 1

Public Methods

public void setAllowCircularRedirects (boolean allow)

Added in API level 1

public void setConnectionManagerFactory ( ClientConnectionManagerFactory factory)

Added in API level 1

public void setConnectionManagerFactoryClassName ( String factory)

Added in API level 1

public void setCookiePolicy ( String policy)

Added in API level 1

)">

public void setDefaultHeaders ( Collection < Header > headers)

Added in API level 1

public void setDefaultHost ( HttpHost host)

Added in API level 1

public void setHandleAuthentication (boolean handle)

Added in API level 1

public void setHandleRedirects (boolean handle)

Added in API level 1

public void setMaxRedirects (int maxRedirects)

Added in API level 1

public void setRejectRelativeRedirect (boolean reject)

Added in API level 1

public void setVirtualHost ( HttpHost host)

Added in API level 1