Table of Contents

Class HttpParams

Namespace
Org.Apache.Http.Params
Assembly
MASES.Netdroid.dll
[Obsolete]
public class HttpParams : JVMBridgeBase<HttpParams>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IHttpParams
Inheritance
JVMBridgeBase
JVMBridgeBase<HttpParams>
HttpParams
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<HttpParams>.IsAssignableFrom(IJavaType)
JVMBridgeBase<HttpParams>.IsAssignableFrom<T>()
JVMBridgeBase<HttpParams>.Execute<T>(params T[])
JVMBridgeBase<HttpParams>.DynBridgeClazz
JVMBridgeBase<HttpParams>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

HttpParams()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("HttpParams class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HttpParams()

HttpParams(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("HttpParams class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HttpParams(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Copy()

[Obsolete]
public HttpParams Copy()

Returns

HttpParams

HttpParams

GetBooleanParameter(String, bool)

[Obsolete]
public bool GetBooleanParameter(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

bool

bool

GetDoubleParameter(String, double)

[Obsolete]
public double GetDoubleParameter(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Returns

double

double

GetIntParameter(String, int)

[Obsolete]
public int GetIntParameter(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

int

int

GetLongParameter(String, long)

[Obsolete]
public long GetLongParameter(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

long

long

GetParameter(String)

[Obsolete]
public object GetParameter(String arg0)

Parameters

arg0 String

String

Returns

object

object

IsParameterFalse(String)

[Obsolete]
public bool IsParameterFalse(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

IsParameterTrue(String)

[Obsolete]
public bool IsParameterTrue(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

RemoveParameter(String)

[Obsolete]
public bool RemoveParameter(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

SetBooleanParameter(String, bool)

[Obsolete]
public HttpParams SetBooleanParameter(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

HttpParams

HttpParams

SetDoubleParameter(String, double)

[Obsolete]
public HttpParams SetDoubleParameter(String arg0, double arg1)

Parameters

arg0 String

String

arg1 double

double

Returns

HttpParams

HttpParams

SetIntParameter(String, int)

[Obsolete]
public HttpParams SetIntParameter(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

HttpParams

HttpParams

SetLongParameter(String, long)

[Obsolete]
public HttpParams SetLongParameter(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

HttpParams

HttpParams

SetParameter(String, object)

[Obsolete]
public HttpParams SetParameter(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Returns

HttpParams

HttpParams