public class HttpProtocolParamBean extends HttpAbstractParamBean
HttpParams
and manipulate HTTP protocol parameters using Java Beans
conventions.params
Constructor and Description |
---|
HttpProtocolParamBean(HttpParams params) |
Modifier and Type | Method and Description |
---|---|
void |
setContentCharset(String contentCharset) |
void |
setHttpElementCharset(String httpElementCharset) |
void |
setUseExpectContinue(boolean useExpectContinue) |
void |
setUserAgent(String userAgent) |
void |
setVersion(HttpVersion version) |
public HttpProtocolParamBean(HttpParams params)
public void setHttpElementCharset(String httpElementCharset)
public void setContentCharset(String contentCharset)
public void setVersion(HttpVersion version)
public void setUserAgent(String userAgent)
public void setUseExpectContinue(boolean useExpectContinue)
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.