to top
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.