Uses of Class
org.bitlet.weupnp.GatewayDevice
-
-
Uses of GatewayDevice in org.bitlet.weupnp
Methods in org.bitlet.weupnp that return GatewayDevice Modifier and Type Method Description GatewayDevice
GatewayDiscover. getValidGateway()
Gets the first connected gatewayMethods in org.bitlet.weupnp that return types with arguments of type GatewayDevice Modifier and Type Method Description java.util.Map<java.net.InetAddress,GatewayDevice>
GatewayDiscover. discover()
Discovers Gateway Devices on the network(s) the executing machine is connected to.java.util.Map<java.net.InetAddress,GatewayDevice>
GatewayDiscover. getAllGateways()
Returns list of all discovered gateways.Constructors in org.bitlet.weupnp with parameters of type GatewayDevice Constructor Description GatewayDeviceHandler(GatewayDevice device)
Creates a new instance of GatewayDeviceHandler that will populate the fields of the supplied device
-