com.aelitis.azureus.core.networkmanager.admin.impl
Class NetworkAdminNATDeviceImpl

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.admin.impl.NetworkAdminNATDeviceImpl
All Implemented Interfaces:
NetworkAdminNATDevice

public class NetworkAdminNATDeviceImpl
extends Object
implements NetworkAdminNATDevice


Constructor Summary
protected NetworkAdminNATDeviceImpl(UPnPPluginService _service)
           
 
Method Summary
 InetAddress getAddress()
           
 InetAddress getExternalAddress()
           
 String getName()
           
 int getPort()
           
 String getString()
           
protected  boolean sameAs(NetworkAdminNATDeviceImpl other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAdminNATDeviceImpl

protected NetworkAdminNATDeviceImpl(UPnPPluginService _service)
Method Detail

getName

public String getName()
Specified by:
getName in interface NetworkAdminNATDevice

getAddress

public InetAddress getAddress()
Specified by:
getAddress in interface NetworkAdminNATDevice

getPort

public int getPort()
Specified by:
getPort in interface NetworkAdminNATDevice

getExternalAddress

public InetAddress getExternalAddress()
Specified by:
getExternalAddress in interface NetworkAdminNATDevice

sameAs

protected boolean sameAs(NetworkAdminNATDeviceImpl other)

getString

public String getString()
Specified by:
getString in interface NetworkAdminNATDevice