Uses of Interface
com.biglybt.net.upnp.UPnPSSDPAdapter
Packages that use UPnPSSDPAdapter
-
Uses of UPnPSSDPAdapter in com.biglybt.net.upnp
Subinterfaces of UPnPSSDPAdapter in com.biglybt.net.upnpMethods in com.biglybt.net.upnp with parameters of type UPnPSSDPAdapterModifier and TypeMethodDescriptionstatic UPnPSSDPUPnPFactory.getSSDP(UPnPSSDPAdapter adapter, String group_address_v4, int group_port, int deprecated_cp, String[] deprecated_selected_interfaces) static UPnPSSDPUPnPFactory.getSSDP(UPnPSSDPAdapter adapter, String group_address_v4, String group_address_v6, int group_port, int deprecated_cp, String[] deprecated_selected_interfaces) -
Uses of UPnPSSDPAdapter in com.biglybt.net.upnp.impl.ssdp
Fields in com.biglybt.net.upnp.impl.ssdp declared as UPnPSSDPAdapterModifier and TypeFieldDescriptionprivate final UPnPSSDPAdapterSSDPCore.adapterprivate final UPnPSSDPAdapterSSDPCoreImpl.adapterMethods in com.biglybt.net.upnp.impl.ssdp with parameters of type UPnPSSDPAdapterModifier and TypeMethodDescriptionstatic SSDPCoreSSDPCore.getSingleton(UPnPSSDPAdapter adapter, String group_address_v4, String group_address_v6, int group_port, String[] selected_interfaces) Constructors in com.biglybt.net.upnp.impl.ssdp with parameters of type UPnPSSDPAdapterModifierConstructorDescriptionprivateSSDPCore(SSDPCoreImpl _core_v4, SSDPCoreImpl _core_v6, UPnPSSDPAdapter _adapter) protectedSSDPCoreImpl(UPnPSSDPAdapter _adapter, String _group_address_str, int _group_port, String[] _selected_interfaces)