joinMulticast 抽象方法

void joinMulticast(
  1. InternetAddress group,
  2. [NetworkInterface? interface]
)

加入多播组。

如果在尝试加入多播组时发生错误,将抛出异常。

实现

void joinMulticast(InternetAddress group, [NetworkInterface? interface]);