Uses of Interface
com.biglybt.net.udp.mc.MCGroup
-
Packages that use MCGroup Package Description com.biglybt.core.instancemanager.impl com.biglybt.net.udp.mc com.biglybt.net.udp.mc.impl com.biglybt.net.upnp.impl.ssdp -
-
Uses of MCGroup in com.biglybt.core.instancemanager.impl
Fields in com.biglybt.core.instancemanager.impl declared as MCGroup Modifier and Type Field Description private MCGroup
ClientInstanceManagerImpl. mc_group
Methods in com.biglybt.core.instancemanager.impl that return MCGroup Modifier and Type Method Description private MCGroup
ClientInstanceManagerImpl. getDummyMCGroup()
-
Uses of MCGroup in com.biglybt.net.udp.mc
Methods in com.biglybt.net.udp.mc that return MCGroup 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)
-
Uses of MCGroup in com.biglybt.net.udp.mc.impl
Classes in com.biglybt.net.udp.mc.impl that implement MCGroup Modifier and Type Class Description class
MCGroupImpl
-
Uses of MCGroup in com.biglybt.net.upnp.impl.ssdp
Fields in com.biglybt.net.upnp.impl.ssdp declared as MCGroup Modifier and Type Field Description private MCGroup
SSDPCore. mc_group
-