Table of Contents

Class CoreConnectionPNames

Namespace
Org.Apache.Http.Params
Assembly
MASES.Netdroid.dll
[Obsolete]
public class CoreConnectionPNames : JVMBridgeBase<CoreConnectionPNames>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICoreConnectionPNames
Inheritance
JVMBridgeBase
JVMBridgeBase<CoreConnectionPNames>
CoreConnectionPNames
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<CoreConnectionPNames>.IsAssignableFrom(IJavaType)
JVMBridgeBase<CoreConnectionPNames>.IsAssignableFrom<T>()
JVMBridgeBase<CoreConnectionPNames>.Execute<T>(params T[])
JVMBridgeBase<CoreConnectionPNames>.DynBridgeClazz
JVMBridgeBase<CoreConnectionPNames>.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

CoreConnectionPNames()

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

[Obsolete("CoreConnectionPNames 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 CoreConnectionPNames()

CoreConnectionPNames(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("CoreConnectionPNames 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 CoreConnectionPNames(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONNECTION_TIMEOUT

[Obsolete]
public static String CONNECTION_TIMEOUT { 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

MAX_HEADER_COUNT

[Obsolete]
public static String MAX_HEADER_COUNT { get; }

Property Value

String

MAX_LINE_LENGTH

[Obsolete]
public static String MAX_LINE_LENGTH { get; }

Property Value

String

SOCKET_BUFFER_SIZE

[Obsolete]
public static String SOCKET_BUFFER_SIZE { get; }

Property Value

String

SO_LINGER

[Obsolete]
public static String SO_LINGER { get; }

Property Value

String

SO_TIMEOUT

[Obsolete]
public static String SO_TIMEOUT { get; }

Property Value

String

STALE_CONNECTION_CHECK

[Obsolete]
public static String STALE_CONNECTION_CHECK { get; }

Property Value

String

TCP_NODELAY

[Obsolete]
public static String TCP_NODELAY { get; }

Property Value

String