Table of Contents

Class MulticastSocket

Namespace
Java.Net
Assembly
MASES.Netdroid.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

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

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

GetInterface()

[Obsolete("Deprecated in JVM")]
public InetAddress GetInterface()

Returns

InetAddress

InetAddress

Exceptions

SocketException

GetLoopbackMode()

[Obsolete("Deprecated in JVM")]
public bool GetLoopbackMode()

Returns

bool

bool

Exceptions

SocketException

GetNetworkInterface()

public NetworkInterface GetNetworkInterface()

Returns

NetworkInterface

NetworkInterface

Exceptions

SocketException

GetTTL()

[Obsolete("Deprecated in JVM")]
public byte GetTTL()

Returns

byte

byte

Exceptions

IOException

GetTimeToLive()

public int GetTimeToLive()

Returns

int

int

Exceptions

IOException

JoinGroup(InetAddress)

[Obsolete("Deprecated in JVM")]
public void JoinGroup(InetAddress arg0)

Parameters

arg0 InetAddress

InetAddress

Exceptions

IOException

LeaveGroup(InetAddress)

[Obsolete("Deprecated in JVM")]
public void LeaveGroup(InetAddress arg0)

Parameters

arg0 InetAddress

InetAddress

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

SetInterface(InetAddress)

[Obsolete("Deprecated in JVM")]
public void SetInterface(InetAddress arg0)

Parameters

arg0 InetAddress

InetAddress

Exceptions

SocketException

SetLoopbackMode(bool)

[Obsolete("Deprecated in JVM")]
public void SetLoopbackMode(bool arg0)

Parameters

arg0 bool

bool

Exceptions

SocketException

SetNetworkInterface(NetworkInterface)

public void SetNetworkInterface(NetworkInterface arg0)

Parameters

arg0 NetworkInterface

NetworkInterface

Exceptions

SocketException

SetTTL(byte)

[Obsolete("Deprecated in JVM")]
public void SetTTL(byte arg0)

Parameters

arg0 byte

byte

Exceptions

IOException

SetTimeToLive(int)

public void SetTimeToLive(int arg0)

Parameters

arg0 int

int

Exceptions

IOException