Package | Description |
---|---|
net.tomp2p.upnp |
Modifier and Type | Method and Description |
---|---|
static RootDevice |
RootDevice.build(URL deviceDef,
String maxAge,
String vendorFirmware,
String discoveryUSN,
String discoveryUDN,
InetAddress localIP) |
RootDevice |
InternetGatewayDevice.getIGDRootDevice()
Retrieves the IDG UNPNRootDevice object
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2013. All Rights Reserved.