Uses of Interface
com.biglybt.net.udp.mc.MCGroupAdapter
-
Packages that use MCGroupAdapter 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 MCGroupAdapter in com.biglybt.core.instancemanager.impl
Classes in com.biglybt.core.instancemanager.impl that implement MCGroupAdapter Modifier and Type Class Description class
ClientInstanceManagerImpl
-
Uses of MCGroupAdapter in com.biglybt.net.udp.mc
Methods in com.biglybt.net.udp.mc with parameters of type MCGroupAdapter 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 MCGroupAdapter in com.biglybt.net.udp.mc.impl
Fields in com.biglybt.net.udp.mc.impl declared as MCGroupAdapter Modifier and Type Field Description private MCGroupAdapter
MCGroupImpl. adapter
Methods in com.biglybt.net.udp.mc.impl with parameters of type MCGroupAdapter 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)
Constructors in com.biglybt.net.udp.mc.impl with parameters of type MCGroupAdapter Constructor Description MCGroupImpl(MCGroupAdapter _adapter, java.lang.String _group_address, int _group_port, int _control_port, java.lang.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 Modifier and Type Class Description class
SSDPCore
-