Class CoreConnectionPNames
[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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONNECTION_TIMEOUT
[Obsolete("Deprecated in JVM")]
public static String CONNECTION_TIMEOUT { get; set; }
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
MAX_HEADER_COUNT
[Obsolete("Deprecated in JVM")]
public static String MAX_HEADER_COUNT { get; set; }
Property Value
MAX_LINE_LENGTH
[Obsolete("Deprecated in JVM")]
public static String MAX_LINE_LENGTH { get; set; }
Property Value
SOCKET_BUFFER_SIZE
[Obsolete("Deprecated in JVM")]
public static String SOCKET_BUFFER_SIZE { get; set; }
Property Value
SO_LINGER
[Obsolete("Deprecated in JVM")]
public static String SO_LINGER { get; set; }
Property Value
SO_TIMEOUT
[Obsolete("Deprecated in JVM")]
public static String SO_TIMEOUT { get; set; }
Property Value
STALE_CONNECTION_CHECK
[Obsolete("Deprecated in JVM")]
public static String STALE_CONNECTION_CHECK { get; set; }
Property Value
TCP_NODELAY
https://developer.android.com/reference/org/apache/http/params/CoreConnectionPNames.html#TCP_NODELAY
[Obsolete("Deprecated in JVM")]
public static String TCP_NODELAY { get; set; }