Table of Contents

Class CoreConnectionPNames

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

Constructors

CoreConnectionPNames(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 CoreConnectionPNames(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONNECTION_TIMEOUT

[Obsolete("Deprecated in JVM")]
public static String CONNECTION_TIMEOUT { get; set; }

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

MAX_HEADER_COUNT

[Obsolete("Deprecated in JVM")]
public static String MAX_HEADER_COUNT { get; set; }

Property Value

String

MAX_LINE_LENGTH

[Obsolete("Deprecated in JVM")]
public static String MAX_LINE_LENGTH { get; set; }

Property Value

String

SOCKET_BUFFER_SIZE

[Obsolete("Deprecated in JVM")]
public static String SOCKET_BUFFER_SIZE { get; set; }

Property Value

String

SO_LINGER

[Obsolete("Deprecated in JVM")]
public static String SO_LINGER { get; set; }

Property Value

String

SO_TIMEOUT

[Obsolete("Deprecated in JVM")]
public static String SO_TIMEOUT { get; set; }

Property Value

String

STALE_CONNECTION_CHECK

[Obsolete("Deprecated in JVM")]
public static String STALE_CONNECTION_CHECK { get; set; }

Property Value

String

TCP_NODELAY

[Obsolete("Deprecated in JVM")]
public static String TCP_NODELAY { get; set; }

Property Value

String