| Methods in net.sbbi.upnp that return types with arguments of type RootDevice |
static Collection<RootDevice> |
Discovery.discover()
Devices discovering on all network interfaces with default
values, all root devices will be searched |
static Collection<RootDevice> |
Discovery.discover(int timeOut,
int ttl,
int mx,
String searchTarget)
Devices discovering on all network interfaces with a given
timeout and a given root device to search, as well as a ttl and
mx param |
static Collection<RootDevice> |
Discovery.discover(int timeOut,
int ttl,
int mx,
String searchTarget,
NetworkInterface ni)
Devices discovering with a given timeout and a given root device
to search on an given network interface, as well as a ttl and mx
param |
static Collection<RootDevice> |
Discovery.discover(int timeOut,
String searchTarget)
Devices discovering on all network interfaces with a given
timeout and a given root device to search |
static Collection<RootDevice> |
Discovery.discover(String searchTarget)
Devices discovering on all network interfaces with a given root
device to search |