com.aelitis.net.upnp
Interface UPnPRootDevice

All Known Implementing Classes:
NatPMPUPnPRootDeviceImpl, UPnPRootDeviceImpl

public interface UPnPRootDevice

Author:
parg

Method Summary
 void addListener(UPnPRootDeviceListener l)
           
 UPnPDevice getDevice()
           
 Map getDiscoveryCache()
           
 String getInfo()
           
 InetAddress getLocalAddress()
           
 URL getLocation()
           
 NetworkInterface getNetworkInterface()
           
 UPnP getUPnP()
           
 String getUSN()
           
 boolean isDestroyed()
           
 void removeListener(UPnPRootDeviceListener l)
           
 

Method Detail

getUPnP

UPnP getUPnP()

getUSN

String getUSN()

getLocation

URL getLocation()

getLocalAddress

InetAddress getLocalAddress()

getNetworkInterface

NetworkInterface getNetworkInterface()

getInfo

String getInfo()

getDevice

UPnPDevice getDevice()

isDestroyed

boolean isDestroyed()

getDiscoveryCache

Map getDiscoveryCache()

addListener

void addListener(UPnPRootDeviceListener l)

removeListener

void removeListener(UPnPRootDeviceListener l)