Uses of Interface
com.biglybt.net.upnp.UPnPAdapter
-
Packages that use UPnPAdapter Package Description com.biglybt.net.upnp com.biglybt.net.upnp.impl -
-
Uses of UPnPAdapter in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp with parameters of type UPnPAdapter Modifier and Type Method Description static UPnP
UPnPFactory. getSingleton(UPnPAdapter adapter, java.lang.String[] selected_interfaces)
-
Uses of UPnPAdapter in com.biglybt.net.upnp.impl
Fields in com.biglybt.net.upnp.impl declared as UPnPAdapter Modifier and Type Field Description private UPnPAdapter
UPnPImpl. adapter
Methods in com.biglybt.net.upnp.impl that return UPnPAdapter Modifier and Type Method Description UPnPAdapter
UPnPImpl. getAdapter()
Methods in com.biglybt.net.upnp.impl with parameters of type UPnPAdapter Modifier and Type Method Description static UPnP
UPnPImpl. getSingleton(UPnPAdapter adapter, java.lang.String[] selected_interfaces)
Constructors in com.biglybt.net.upnp.impl with parameters of type UPnPAdapter Constructor Description UPnPImpl(UPnPAdapter _adapter, java.lang.String[] _selected_interfaces)
-