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 MCGroupMCGroupFactory.getSingleton(MCGroupAdapter adapter, String group_address, int group_port) voidMCGroup.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 MCGroupImplMCGroupImpl.getSingleton(MCGroupAdapter adapter, String group_address, int group_port) voidMCGroupImpl.sendToMember(InetSocketAddress address, byte[] data) Constructors in com.biglybt.net.udp.mc.impl that throw MCGroupExceptionModifierConstructorDescriptionprivateMCGroupImpl(MCGroupAdapter _adapter, String _group_address, int _group_port, int _control_port)