java.lang.Object | |
↳ | org.apache.http.params.HttpProtocolParams |
This class implements an adaptor around the HttpParams
interface
to simplify manipulation of the HTTP protocol specific parameters.
Note that the implements relation to CoreProtocolPNames
is for compatibility with existing application code only. References to
the parameter names should use the interface, not this class.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.apache.http.params.CoreProtocolPNames
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the default charset to be used for writing content body,
when no charset explicitly specified.
| |||||||||||
Returns the charset to be used for writing HTTP headers.
| |||||||||||
Returns
protocol version to be used per default. | |||||||||||
Sets the default charset to be used for writing content body,
when no charset explicitly specified.
| |||||||||||
Sets the charset to be used for writing HTTP headers.
| |||||||||||
Assigns the
protocol version to be used by the
HTTP methods that this collection of parameters applies to. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the default charset to be used for writing content body, when no charset explicitly specified.
Returns the charset to be used for writing HTTP headers.
Returns protocol version
to be used per default.
Sets the default charset to be used for writing content body, when no charset explicitly specified.
charset | The charset |
---|
Sets the charset to be used for writing HTTP headers.
charset | The charset |
---|
Assigns the protocol version
to be used by the
HTTP methods that this collection of parameters applies to.
version | the protocol version
|
---|