|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RootDevice | |
---|---|
net.tomp2p.upnp |
Uses of RootDevice in net.tomp2p.upnp |
---|
Methods in net.tomp2p.upnp that return RootDevice | |
---|---|
static RootDevice |
RootDevice.build(URL deviceDef,
String maxAge,
String vendorFirmware,
String discoveryUSN,
String discoveryUDN,
InetAddress localIP)
|
RootDevice |
InternetGatewayDevice.getIGDRootDevice()
Retrieves the IDG UNPNRootDevice object |
Methods in net.tomp2p.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |