Class UPNPMSBrowserImpl
java.lang.Object
com.biglybt.net.upnpms.impl.UPNPMSBrowserImpl
- All Implemented Interfaces:
UPNPMSBrowser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate UPNPMSBrowserListenerprivate URLprivate UPNPMSContainerImpl -
Constructor Summary
ConstructorsConstructorDescriptionUPNPMSBrowserImpl(String _client_name, List<URL> _urls, UPNPMSBrowserListener _listener) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<SimpleXMLParserDocumentNode> getRoot()private SimpleXMLParserDocumentprivate voidsetPreferredEndpoint(URL url)
-
Field Details
-
endpoints
-
client_name
-
listener
-
root
-
preferred_endpoint
-
-
Constructor Details
-
UPNPMSBrowserImpl
public UPNPMSBrowserImpl(String _client_name, List<URL> _urls, UPNPMSBrowserListener _listener) throws UPnPMSException - Throws:
UPnPMSException
-
-
Method Details
-
getRoot
- Specified by:
getRootin interfaceUPNPMSBrowser- Throws:
UPnPMSException
-
setPreferredEndpoint
-
getContainerContents
- Throws:
UPnPMSException
-
getXML
private SimpleXMLParserDocument getXML(URL url, String soap_action, String post_data) throws UPnPMSException - Throws:
UPnPMSException
-