com.aelitis.azureus.core.networkmanager.admin
Interface NetworkAdminASN

All Known Implementing Classes:
NetworkAdminASNImpl

public interface NetworkAdminASN


Method Summary
 String getAS()
           
 String getASName()
           
 InetAddress getBGPEndAddress()
           
 String getBGPPrefix()
           
 InetAddress getBGPStartAddress()
           
 String getString()
           
 boolean matchesCIDR(InetAddress address)
           
 boolean sameAs(NetworkAdminASN other)
           
 

Method Detail

getAS

String getAS()

getASName

String getASName()

getBGPPrefix

String getBGPPrefix()

getBGPStartAddress

InetAddress getBGPStartAddress()

getBGPEndAddress

InetAddress getBGPEndAddress()

matchesCIDR

boolean matchesCIDR(InetAddress address)

sameAs

boolean sameAs(NetworkAdminASN other)

getString

String getString()