MCGrouppublic interface MCGroup
Methods Summary |
---|
public int | getControlPort()
| public void | sendToGroup(byte[] data)
| public void | sendToGroup(java.lang.String param_data)Sends to the group but will replace any occurrence of %AZINTERFACE% in the string with the
interface being used for the send
| public void | sendToMember(java.net.InetSocketAddress address, byte[] data)
|
|