Table of Contents

Class MulticastSocket

Namespace
Java.Net
Assembly
MASES.JNet.dll
public class MulticastSocket : DatagramSocket, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloseable, IAutoCloseable
Inheritance
MulticastSocket
Implements
Inherited Members
Extension Methods

Constructors

MulticastSocket()

public MulticastSocket()

Exceptions

IOException

MulticastSocket(SocketAddress)

public MulticastSocket(SocketAddress arg0)

Parameters

arg0 SocketAddress

SocketAddress

Exceptions

IOException

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

Parameters

initializer IJVMBridgeBaseInitializer

MulticastSocket(int)

public MulticastSocket(int arg0)

Parameters

arg0 int

int

Exceptions

IOException

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Interface

public InetAddress Interface { get; set; }

Property Value

InetAddress

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

LoopbackMode

public bool LoopbackMode { get; set; }

Property Value

bool

NetworkInterface

public NetworkInterface NetworkInterface { get; set; }

Property Value

NetworkInterface

TTL

[Obsolete("Deprecated in JVM")]
public byte TTL { get; set; }

Property Value

byte

TimeToLive

public int TimeToLive { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for MulticastSocket()

public static MulticastSocket CreatePoolableInstance()

Returns

MulticastSocket

CreatePoolableInstance(SocketAddress)

HPA initializer for MulticastSocket(Java.Net.SocketAddress arg0)

public static MulticastSocket CreatePoolableInstance(SocketAddress arg0)

Parameters

arg0 SocketAddress

Returns

MulticastSocket

CreatePoolableInstance(int)

HPA initializer for MulticastSocket(int arg0)

public static MulticastSocket CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

MulticastSocket

JoinGroup(InetAddress)

public void JoinGroup(InetAddress arg0)

Parameters

arg0 InetAddress

InetAddress

Exceptions

IOException

JoinGroup(SocketAddress, NetworkInterface)

public void JoinGroup(SocketAddress arg0, NetworkInterface arg1)

Parameters

arg0 SocketAddress

SocketAddress

arg1 NetworkInterface

NetworkInterface

Exceptions

IOException

LeaveGroup(InetAddress)

public void LeaveGroup(InetAddress arg0)

Parameters

arg0 InetAddress

InetAddress

Exceptions

IOException

LeaveGroup(SocketAddress, NetworkInterface)

public void LeaveGroup(SocketAddress arg0, NetworkInterface arg1)

Parameters

arg0 SocketAddress

SocketAddress

arg1 NetworkInterface

NetworkInterface

Exceptions

IOException

Send(DatagramPacket, byte)

[Obsolete("Deprecated in JVM")]
public void Send(DatagramPacket arg0, byte arg1)

Parameters

arg0 DatagramPacket

DatagramPacket

arg1 byte

byte

Exceptions

IOException