Uses of Interface
com.biglybt.net.udp.mc.MCGroupAdapter
Packages that use MCGroupAdapter
Package
Description
-
Uses of MCGroupAdapter in com.biglybt.core.instancemanager.impl
Classes in com.biglybt.core.instancemanager.impl that implement MCGroupAdapter -
Uses of MCGroupAdapter in com.biglybt.net.udp.mc
Methods in com.biglybt.net.udp.mc with parameters of type MCGroupAdapterModifier and TypeMethodDescriptionstatic MCGroup
MCGroupFactory.getSingleton
(MCGroupAdapter adapter, String group_address, int group_port, int control_port, String[] selected_interfaces) -
Uses of MCGroupAdapter in com.biglybt.net.udp.mc.impl
Fields in com.biglybt.net.udp.mc.impl declared as MCGroupAdapterMethods in com.biglybt.net.udp.mc.impl with parameters of type MCGroupAdapterModifier and TypeMethodDescriptionstatic MCGroupImpl
MCGroupImpl.getSingleton
(MCGroupAdapter adapter, String group_address, int group_port, int control_port, String[] interfaces) Constructors in com.biglybt.net.udp.mc.impl with parameters of type MCGroupAdapterModifierConstructorDescriptionprivate
MCGroupImpl
(MCGroupAdapter _adapter, String _group_address, int _group_port, int _control_port, String[] _interfaces, boolean _is_suspended) -
Uses of MCGroupAdapter in com.biglybt.net.upnp.impl.ssdp
Classes in com.biglybt.net.upnp.impl.ssdp that implement MCGroupAdapter