Class HttpParams
[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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Copy()
[Obsolete("Deprecated in JVM")]
public HttpParams Copy()
Returns
GetBooleanParameter(String, bool)
[Obsolete("Deprecated in JVM")]
public bool GetBooleanParameter(String arg0, bool arg1)
Parameters
Returns
GetDoubleParameter(String, double)
[Obsolete("Deprecated in JVM")]
public double GetDoubleParameter(String arg0, double arg1)
Parameters
Returns
GetIntParameter(String, int)
[Obsolete("Deprecated in JVM")]
public int GetIntParameter(String arg0, int arg1)
Parameters
Returns
GetLongParameter(String, long)
[Obsolete("Deprecated in JVM")]
public long GetLongParameter(String arg0, long arg1)
Parameters
Returns
GetParameter(String)
[Obsolete("Deprecated in JVM")]
public object GetParameter(String arg0)
Parameters
Returns
IsParameterFalse(String)
[Obsolete("Deprecated in JVM")]
public bool IsParameterFalse(String arg0)
Parameters
Returns
IsParameterTrue(String)
[Obsolete("Deprecated in JVM")]
public bool IsParameterTrue(String arg0)
Parameters
Returns
RemoveParameter(String)
[Obsolete("Deprecated in JVM")]
public bool RemoveParameter(String arg0)
Parameters
Returns
SetBooleanParameter(String, bool)
[Obsolete("Deprecated in JVM")]
public HttpParams SetBooleanParameter(String arg0, bool arg1)
Parameters
Returns
SetDoubleParameter(String, double)
[Obsolete("Deprecated in JVM")]
public HttpParams SetDoubleParameter(String arg0, double arg1)
Parameters
Returns
SetIntParameter(String, int)
[Obsolete("Deprecated in JVM")]
public HttpParams SetIntParameter(String arg0, int arg1)
Parameters
Returns
SetLongParameter(String, long)
[Obsolete("Deprecated in JVM")]
public HttpParams SetLongParameter(String arg0, long arg1)
Parameters
Returns
SetParameter(String, object)
[Obsolete("Deprecated in JVM")]
public HttpParams SetParameter(String arg0, object arg1)