Uses of Class
com.biglybt.net.udp.mc.MCGroupException
-
Packages that use MCGroupException Package Description com.biglybt.net.udp.mc com.biglybt.net.udp.mc.impl -
-
Uses of MCGroupException in com.biglybt.net.udp.mc
Methods in com.biglybt.net.udp.mc that throw MCGroupException Modifier and Type Method Description static MCGroup
MCGroupFactory. getSingleton(MCGroupAdapter adapter, java.lang.String group_address, int group_port, int control_port, java.lang.String[] selected_interfaces)
void
MCGroup. sendToMember(java.net.InetSocketAddress address, byte[] data)
-
Uses of MCGroupException in com.biglybt.net.udp.mc.impl
Methods in com.biglybt.net.udp.mc.impl that throw MCGroupException Modifier and Type Method Description static MCGroupImpl
MCGroupImpl. getSingleton(MCGroupAdapter adapter, java.lang.String group_address, int group_port, int control_port, java.lang.String[] interfaces)
void
MCGroupImpl. sendToMember(java.net.InetSocketAddress address, byte[] data)
Constructors in com.biglybt.net.udp.mc.impl that throw MCGroupException Constructor Description MCGroupImpl(MCGroupAdapter _adapter, java.lang.String _group_address, int _group_port, int _control_port, java.lang.String[] _interfaces, boolean _is_suspended)
-