- GatewayDevice - Class in org.bitlet.weupnp
-
A
GatewayDevice is a class that abstracts UPnP-compliant gateways
It holds all the information that comes back as UPnP responses, and
provides methods to issue UPnP commands to a gateway.
- GatewayDevice() - Constructor for class org.bitlet.weupnp.GatewayDevice
-
Creates a new instance of GatewayDevice
- GatewayDeviceHandler - Class in org.bitlet.weupnp
-
A SAX handler used to parse XML data representing a GatewayDevice
- GatewayDeviceHandler(GatewayDevice) - Constructor for class org.bitlet.weupnp.GatewayDeviceHandler
-
Creates a new instance of GatewayDeviceHandler that will populate the
fields of the supplied device
- GatewayDiscover - Class in org.bitlet.weupnp
-
- GatewayDiscover() - Constructor for class org.bitlet.weupnp.GatewayDiscover
-
Constructor.
- GatewayDiscover(String) - Constructor for class org.bitlet.weupnp.GatewayDiscover
-
Constructor of the gateway discover service.
- GatewayDiscover(String[]) - Constructor for class org.bitlet.weupnp.GatewayDiscover
-
Constructor.
- getAllGateways() - Method in class org.bitlet.weupnp.GatewayDiscover
-
Returns list of all discovered gateways.
- getControlURL() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getControlURLCIF() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getDeviceType() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getDeviceTypeCIF() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getEnabled() - Method in class org.bitlet.weupnp.PortMappingEntry
-
Gets the enabled flag ("1" if enabled, "0" otherwise)
- getEventSubURL() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getEventSubURLCIF() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getExternalIPAddress() - Method in class org.bitlet.weupnp.GatewayDevice
-
Retrieves the external IP address associated with this device
The external address is the address that can be used to connect to the
GatewayDevice from the external network
- getExternalPort() - Method in class org.bitlet.weupnp.PortMappingEntry
-
Gets the external (remote) port for this mapping
- getFriendlyName() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getGenericPortMappingEntry(int, PortMappingEntry) - Method in class org.bitlet.weupnp.GatewayDevice
-
Returns a specific port mapping entry, depending on a the supplied index.
- getInternalClient() - Method in class org.bitlet.weupnp.PortMappingEntry
-
Gets the internal host this mapping is associated with
- getInternalPort() - Method in class org.bitlet.weupnp.PortMappingEntry
-
Gets the internal port for this mapping
- getLocalAddress() - Method in class org.bitlet.weupnp.GatewayDevice
-
Gets the local address to connect the gateway through
- getLocation() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getManufacturer() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getModelDescription() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getModelName() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getModelNumber() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getPortMappingDescription() - Method in class org.bitlet.weupnp.PortMappingEntry
-
Gets the port mapping description
- getPortMappingNumberOfEntries() - Method in class org.bitlet.weupnp.GatewayDevice
-
Retrieves the number of port mappings that are registered on the
GatewayDevice.
- getPresentationURL() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getProtocol() - Method in class org.bitlet.weupnp.PortMappingEntry
-
Gets the protocol associated with this mapping
- getRemoteHost() - Method in class org.bitlet.weupnp.PortMappingEntry
-
Gets the remote host this mapping is associated with
- getSCPDURL() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getSCPDURLCIF() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getServiceType() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getServiceTypeCIF() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getSpecificPortMappingEntry(int, String, PortMappingEntry) - Method in class org.bitlet.weupnp.GatewayDevice
-
Queries the GatewayDevice to retrieve a specific port mapping entry,
corresponding to specified criteria, if present.
- getSt() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getURLBase() - Method in class org.bitlet.weupnp.GatewayDevice
-
- getValidGateway() - Method in class org.bitlet.weupnp.GatewayDiscover
-
Gets the first connected gateway