Interface MCGroup
- All Known Implementing Classes:
MCGroupImpl
public interface MCGroup
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanisIPv6()voidsendToGroup(byte[] data, String[] selected_interfaces) voidsendToGroup(String param_data, String[] selected_interfaces) Sends to the group but will replace any occurrence of %AZINTERFACE% in the string with the interface being used for the sendvoidsendToMember(InetSocketAddress address, byte[] data)
-
Method Details
-
isIPv6
boolean isIPv6() -
getControlPort
int getControlPort() -
sendToGroup
-
sendToGroup
-
sendToMember
- Throws:
MCGroupException
-