Class | Description |
---|---|
GatewayDevice |
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.
|
GatewayDeviceHandler |
A SAX handler used to parse XML data representing a GatewayDevice
|
GatewayDiscover |
Handles the discovery of GatewayDevices, via the
GatewayDiscover.discover() method. |
Main |
This class contains a trivial main method that can be used to test whether
weupnp is able to manipulate port mappings on a IGD (Internet Gateway
Device) on the same network.
|
NameValueHandler |
A simple SAX handler that is used to parse XML name value pairs in the form
<name>value</name>
|
PortMappingEntry |
A PortMappingEntry is the class used to represent port mappings on
the GatewayDevice.
|
Copyright © 2014. All Rights Reserved.