Methods Summary |
---|
public void | addListener(com.aelitis.net.upnp.UPnPRootDeviceListener l)
|
public com.aelitis.net.upnp.UPnPDevice | getDevice()
return( device );
|
public java.lang.String | getInfo()
return( "Nat-PMP" );
|
public java.net.InetAddress | getLocalAddress()
return( nat_device.getLocalAddress());
|
public java.net.URL | getLocation()
return( location );
|
public java.net.NetworkInterface | getNetworkInterface()
return( nat_device.getNetworkInterface());
|
public com.aelitis.net.upnp.UPnP | getUPnP()
return( upnp );
|
public java.lang.String | getUSN()
return( USN );
|
public boolean | isDestroyed()
return( false );
|
public void | removeListener(com.aelitis.net.upnp.UPnPRootDeviceListener l)
|