|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UPNPRootDevice | |
net.sbbi.upnp | |
net.sbbi.upnp.impls | |
net.sbbi.upnp.jmx |
Uses of UPNPRootDevice in net.sbbi.upnp |
Methods in net.sbbi.upnp that return UPNPRootDevice | |
static UPNPRootDevice[] |
Discovery.discover()
Devices discovering on all network interfaces with default values, all root devices will be searched |
static UPNPRootDevice[] |
Discovery.discover(java.lang.String searchTarget)
Devices discovering on all network interfaces with a given root device to search |
static UPNPRootDevice[] |
Discovery.discover(int timeOut,
java.lang.String searchTarget)
Devices discovering on all network interfaces with a given timeout and a given root device to search |
static UPNPRootDevice[] |
Discovery.discover(int timeOut,
int ttl,
int mx,
java.lang.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 UPNPRootDevice[] |
Discovery.discover(int timeOut,
int ttl,
int mx,
java.lang.String searchTarget,
java.net.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 |
Uses of UPNPRootDevice in net.sbbi.upnp.impls |
Methods in net.sbbi.upnp.impls that return UPNPRootDevice | |
UPNPRootDevice |
InternetGatewayDevice.getIGDRootDevice()
Retreives the IDG UNPNRootDevice object |
Constructors in net.sbbi.upnp.impls with parameters of type UPNPRootDevice | |
InternetGatewayDevice(UPNPRootDevice igd)
|
Uses of UPNPRootDevice in net.sbbi.upnp.jmx |
Methods in net.sbbi.upnp.jmx with parameters of type UPNPRootDevice | |
static UPNPServiceMBean[] |
UPNPServiceMBean.getUPNPRootDeviceAsMBeans(UPNPRootDevice device)
Creates UPNPServiceMBean device service mBeans for a given UPNPRootDevice |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |