Table of Contents

Class StandardSocketOptions

Namespace
Java.Net
Assembly
MASES.JNet.dll
public class StandardSocketOptions : JVMBridgeBase<StandardSocketOptions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<StandardSocketOptions>
StandardSocketOptions
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<StandardSocketOptions>.IsAssignableFrom(IJavaType)
JVMBridgeBase<StandardSocketOptions>.IsAssignableFrom<T>()
JVMBridgeBase<StandardSocketOptions>.Execute<T>(params T[])
JVMBridgeBase<StandardSocketOptions>.DynBridgeClazz
JVMBridgeBase<StandardSocketOptions>.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

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

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

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

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