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