Package com.biglybt.net.upnp
Class UPnPFactory
java.lang.Object
com.biglybt.net.upnp.UPnPFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UPnP
getSingleton
(UPnPAdapter adapter, String[] selected_interfaces) static UPnPSSDP
getSSDP
(UPnPSSDPAdapter adapter, String group_address, int group_port, int control_port, String[] selected_interfaces)
-
Constructor Details
-
UPnPFactory
public UPnPFactory()
-
-
Method Details
-
getSingleton
public static UPnP getSingleton(UPnPAdapter adapter, String[] selected_interfaces) throws UPnPException - Throws:
UPnPException
-
getSSDP
public static UPnPSSDP getSSDP(UPnPSSDPAdapter adapter, String group_address, int group_port, int control_port, String[] selected_interfaces) throws UPnPException - Throws:
UPnPException
-