org.apache.http.params
Class HttpProtocolParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.params.HttpProtocolParamBean
Deprecated. (4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
@Deprecated
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)
- Deprecated.
setHttpElementCharset
public void setHttpElementCharset(String httpElementCharset)
- Deprecated.
setContentCharset
public void setContentCharset(String contentCharset)
- Deprecated.
setVersion
public void setVersion(HttpVersion version)
- Deprecated.
setUserAgent
public void setUserAgent(String userAgent)
- Deprecated.
setUseExpectContinue
public void setUseExpectContinue(boolean useExpectContinue)
- Deprecated.
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.