Table of Contents

Class HttpParams

Namespace
Org.Apache.Http.Params
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class HttpParams : JVMBridgeBase<HttpParams>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IHttpParams
Inheritance
HttpParams
Implements
Extension Methods

Constructors

HttpParams(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HttpParams(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Copy()

[Obsolete("Deprecated in JVM")]
public HttpParams Copy()

Returns

HttpParams

HttpParams

GetBooleanParameter(String, bool)

[Obsolete("Deprecated in JVM")]
public bool GetBooleanParameter(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

bool

bool

GetDoubleParameter(String, double)

[Obsolete("Deprecated in JVM")]
public double GetDoubleParameter(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Returns

double

double

GetIntParameter(String, int)

[Obsolete("Deprecated in JVM")]
public int GetIntParameter(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

int

int

GetLongParameter(String, long)

[Obsolete("Deprecated in JVM")]
public long GetLongParameter(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

long

long

GetParameter(String)

[Obsolete("Deprecated in JVM")]
public object GetParameter(String arg0)

Parameters

arg0 String

String

Returns

object

object

IsParameterFalse(String)

[Obsolete("Deprecated in JVM")]
public bool IsParameterFalse(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

IsParameterTrue(String)

[Obsolete("Deprecated in JVM")]
public bool IsParameterTrue(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

RemoveParameter(String)

[Obsolete("Deprecated in JVM")]
public bool RemoveParameter(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

SetBooleanParameter(String, bool)

[Obsolete("Deprecated in JVM")]
public HttpParams SetBooleanParameter(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

HttpParams

HttpParams

SetDoubleParameter(String, double)

[Obsolete("Deprecated in JVM")]
public HttpParams SetDoubleParameter(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Returns

HttpParams

HttpParams

SetIntParameter(String, int)

[Obsolete("Deprecated in JVM")]
public HttpParams SetIntParameter(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

HttpParams

HttpParams

SetLongParameter(String, long)

[Obsolete("Deprecated in JVM")]
public HttpParams SetLongParameter(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

HttpParams

HttpParams

SetParameter(String, object)

[Obsolete("Deprecated in JVM")]
public HttpParams SetParameter(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Returns

HttpParams

HttpParams