to top
Android APIs
public class

HttpProtocolParamBean

extends HttpAbstractParamBean
java.lang.Object
   ↳ org.apache.http.params.HttpAbstractParamBean
     ↳ org.apache.http.params.HttpProtocolParamBean

Summary

[Expand]
Inherited Fields
From class org.apache.http.params.HttpAbstractParamBean
Public Constructors
HttpProtocolParamBean( HttpParams params)
Public Methods
void setContentCharset( String contentCharset)
void setHttpElementCharset( String httpElementCharset)
void setUseExpectContinue(boolean useExpectContinue)
void setUserAgent( String userAgent)
void setVersion( HttpVersion version)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HttpProtocolParamBean (HttpParams params)

Added in API level 1

Public Methods

public void setContentCharset (String contentCharset)

Added in API level 1

public void setHttpElementCharset (String httpElementCharset)

Added in API level 1

public void setUseExpectContinue (boolean useExpectContinue)

Added in API level 1

public void setUserAgent (String userAgent)

Added in API level 1

public void setVersion (HttpVersion version)

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.