org.apache.http.params
Class HttpProtocolParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.params.HttpProtocolParamBean
public class HttpProtocolParamBean
- extends HttpAbstractParamBean
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate HTTP protocol parameters using Java Beans
conventions.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpProtocolParamBean
public HttpProtocolParamBean(HttpParams params)
setHttpElementCharset
public void setHttpElementCharset(String httpElementCharset)
setContentCharset
public void setContentCharset(String contentCharset)
setVersion
public void setVersion(HttpVersion version)
setUserAgent
public void setUserAgent(String userAgent)
setUseExpectContinue
public void setUseExpectContinue(boolean useExpectContinue)
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.