FileDocCategorySizeDatePackage
MCGroup.javaAPI DocAzureus 3.0.3.41542Sat Apr 08 13:43:12 BST 2006com.aelitis.net.udp.mc

MCGroup

public interface MCGroup

Fields Summary
Constructors Summary
Methods Summary
public intgetControlPort()

public voidsendToGroup(byte[] data)

public voidsendToGroup(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

param
param_data
throws
MCGroupException

public voidsendToMember(java.net.InetSocketAddress address, byte[] data)