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