Uses of Class
com.biglybt.net.upnpms.UPnPMSException
-
Packages that use UPnPMSException Package Description com.biglybt.net.upnpms com.biglybt.net.upnpms.impl -
-
Uses of UPnPMSException in com.biglybt.net.upnpms
Methods in com.biglybt.net.upnpms that throw UPnPMSException Modifier and Type Method Description java.util.List<UPNPMSNode>
UPNPMSContainer. getChildren()
UPNPMSContainer
UPNPMSBrowser. getRoot()
-
Uses of UPnPMSException in com.biglybt.net.upnpms.impl
Methods in com.biglybt.net.upnpms.impl that throw UPnPMSException Modifier and Type Method Description java.util.List<UPNPMSNode>
UPNPMSContainerImpl. getChildren()
protected java.util.List<SimpleXMLParserDocumentNode>
UPNPMSBrowserImpl. getContainerContents(java.lang.String id)
UPNPMSContainer
UPNPMSBrowserImpl. getRoot()
private SimpleXMLParserDocument
UPNPMSBrowserImpl. getXML(java.net.URL url, java.lang.String soap_action, java.lang.String post_data)
private void
UPNPMSContainerImpl. populate()
Constructors in com.biglybt.net.upnpms.impl that throw UPnPMSException Constructor Description UPNPMSBrowserImpl(java.lang.String _client_name, java.util.List<java.net.URL> _urls, UPNPMSBrowserListener _listener)
-