Org.Apache.Http.Params.AbstractHttpParams: Method Members

The methods of Org.Apache.Http.Params.AbstractHttpParams are listed below. For a list of all members, see the AbstractHttpParams Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
Copy() : IHttpParams
Documentation for this section has not yet been entered.
GetBooleanParameter(string, bool) : bool
Returns a Java.Lang.Boolean parameter value with the given name.
GetDoubleParameter(string, double) : double
Returns a Java.Lang.Double parameter value with the given name.
GetIntParameter(string, int) : int
Returns an Java.Lang.Integer parameter value with the given name.
GetLongParameter(string, long) : long
Returns a Java.Lang.Long parameter value with the given name.
abstract
GetParameter(string) : Java.Lang.Object
Documentation for this section has not yet been entered.
IsParameterFalse(string) : bool
Checks if a boolean parameter is not set or false.
IsParameterTrue(string) : bool
Checks if a boolean parameter is set to true.
abstract
RemoveParameter(string) : bool
Documentation for this section has not yet been entered.
SetBooleanParameter(string, bool) : IHttpParams
Assigns a Java.Lang.Boolean to the parameter with the given name
SetDoubleParameter(string, double) : IHttpParams
Assigns a Java.Lang.Double to the parameter with the given name
SetIntParameter(string, int) : IHttpParams
Assigns an Java.Lang.Integer to the parameter with the given name
SetLongParameter(string, long) : IHttpParams
Assigns a Java.Lang.Long to the parameter with the given name
abstract
SetParameter(string, Java.Lang.Object) : IHttpParams
Documentation for this section has not yet been entered.