Table of Contents

Class StandardSocketOptions

Namespace
Java.Net
Assembly
MASES.JNet.dll
public class StandardSocketOptions : JVMBridgeBase<StandardSocketOptions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
StandardSocketOptions
Implements
Inherited Members
Extension Methods

Constructors

StandardSocketOptions()

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

public StandardSocketOptions()

StandardSocketOptions(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

public StandardSocketOptions(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IP_MULTICAST_IF

public static SocketOption IP_MULTICAST_IF { get; }

Property Value

SocketOption

IP_MULTICAST_LOOP

public static SocketOption IP_MULTICAST_LOOP { get; }

Property Value

SocketOption

IP_MULTICAST_TTL

public static SocketOption IP_MULTICAST_TTL { get; }

Property Value

SocketOption

IP_TOS

public static SocketOption IP_TOS { get; }

Property Value

SocketOption

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 Closeable

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

SO_BROADCAST

public static SocketOption SO_BROADCAST { get; }

Property Value

SocketOption

SO_KEEPALIVE

public static SocketOption SO_KEEPALIVE { get; }

Property Value

SocketOption

SO_LINGER

public static SocketOption SO_LINGER { get; }

Property Value

SocketOption

SO_RCVBUF

public static SocketOption SO_RCVBUF { get; }

Property Value

SocketOption

SO_REUSEADDR

public static SocketOption SO_REUSEADDR { get; }

Property Value

SocketOption

SO_REUSEPORT

public static SocketOption SO_REUSEPORT { get; }

Property Value

SocketOption

SO_SNDBUF

public static SocketOption SO_SNDBUF { get; }

Property Value

SocketOption

TCP_NODELAY

public static SocketOption TCP_NODELAY { get; }

Property Value

SocketOption