Package com.biglybt.net.udp.mc
Class MCGroupFactory
- java.lang.Object
-
- com.biglybt.net.udp.mc.MCGroupFactory
-
public class MCGroupFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MCGroupFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MCGroup
getSingleton(MCGroupAdapter adapter, java.lang.String group_address, int group_port, int control_port, java.lang.String[] selected_interfaces)
static void
setSuspended(boolean suspended)
-
-
-
Method Detail
-
getSingleton
public static MCGroup getSingleton(MCGroupAdapter adapter, java.lang.String group_address, int group_port, int control_port, java.lang.String[] selected_interfaces) throws MCGroupException
- Throws:
MCGroupException
-
setSuspended
public static void setSuspended(boolean suspended)
-
-