Org.Apache.Http.Params Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AbstractHttpParams |
Abstract base class for parameter collections. |
BasicHttpParams |
This class represents a collection of HTTP protocol parameters. |
CoreConnectionPNames |
Defines parameter names for connections in HttpCore. |
CoreProtocolPNames |
Defines parameter names for protocol execution in HttpCore. |
DefaultedHttpParams |
IHttpParams implementation that delegates resolution of a parameter to the given default IHttpParams instance if the parameter is not present in the local one. |
HttpAbstractParamBean | |
HttpConnectionParamBean | |
HttpConnectionParams |
An adaptor for accessing connection parameters in |
HttpConnectionParams.InterfaceConsts | |
HttpProtocolParamBean | |
HttpProtocolParams |
This class implements an adaptor around the IHttpParams interface to simplify manipulation of the HTTP protocol specific parameters. |
HttpProtocolParams.InterfaceConsts |
Interfaces
ICoreConnectionPNames |
Defines parameter names for connections in HttpCore. |
ICoreProtocolPNames | |
IHttpParams |
Represents a collection of HTTP protocol and framework parameters. |