com.aelitis.net.udp.mc
Interface MCGroup
- All Known Implementing Classes: 
 - MCGroupImpl
 
public interface MCGroup
 
getControlPort
int getControlPort()
 
sendToGroup
void sendToGroup(byte[] data)
 
sendToGroup
void sendToGroup(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
- Parameters:
 param_data - 
 
 
sendToMember
void sendToMember(InetSocketAddress address,
                  byte[] data)
                  throws MCGroupException
- Throws:
 MCGroupException