Class HttpProtocolParams

java.lang.Object
org.apache.http.params.HttpProtocolParams
All Implemented Interfaces:
CoreProtocolPNames

public final class HttpProtocolParams
extends Object
implements CoreProtocolPNames
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.
Since:
4.0
Version:
$Revision: 576089 $
Author:
Oleg Kalnichevski
See Also:
CoreProtocolPNames