Methods in net.sbbi.upnp.impls that return InternetGatewayDevice |
static InternetGatewayDevice[] |
InternetGatewayDevice.getDevices(int timeout)
Lookup all the IGD (IP or PPP) devices on the network. |
static InternetGatewayDevice[] |
InternetGatewayDevice.getDevices(int timeout,
int ttl,
int mx,
java.net.NetworkInterface ni)
Lookup all the IGD (IP urn:schemas-upnp-org:service:WANIPConnection:1, or PPP urn:schemas-upnp-org:service:WANPPPConnection:1)
devices for a given network interface. |
static InternetGatewayDevice[] |
InternetGatewayDevice.getIPDevices(int timeout)
Deprecated. use generic getDevices(int) or getDevices(int, int, int, NetworkInterface) methods since this one is not
usable with all IGD devices ( will only work with devices implementing the urn:schemas-upnp-org:service:WANIPConnection:1 service ) |
static InternetGatewayDevice[] |
InternetGatewayDevice.getPPPDevices(int timeout)
Deprecated. use generic getDevices(int) or getDevices(int, int, int, NetworkInterface) methods since this one is not
usable with all IGD devices ( will only work with devices implementing the urn:schemas-upnp-org:service:WANPPPConnection:1 service ) |