Package com.biglybt.net.udp.mc
Interface MCGroup
- All Known Implementing Classes:
MCGroupImpl
public interface MCGroup
-
Method Summary
Modifier and TypeMethodDescriptionint
void
sendToGroup
(byte[] data) 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 sendvoid
sendToMember
(InetSocketAddress address, byte[] data)
-
Method Details
-
getControlPort
int getControlPort() -
sendToGroup
void sendToGroup(byte[] data) -
sendToGroup
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
- Throws:
MCGroupException
-