Package com.biglybt.net.upnp
Interface UPnP
- All Known Implementing Classes:
UPnPImpl
public interface UPnP
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getSSDP()
void
injectDiscoveryCache
(Map cache) void
Logs a message to all registered log listenersvoid
void
void
reset()
resets by removing all root devices and then rediscovering themvoid
search()
scan for newvoid
-
Method Details
-
getRootDevices
UPnPRootDevice[] getRootDevices() -
reset
void reset()resets by removing all root devices and then rediscovering them -
search
void search()scan for new -
search
-
injectDiscoveryCache
-
getSSDP
UPnPSSDP getSSDP() -
log
Logs a message to all registered log listeners- Parameters:
str
-
-
addRootDeviceListener
-
removeRootDeviceListener
-
addLogListener
-
removeLogListener
-