com.aelitis.azureus.core.networkmanager
Interface ProtocolStartpoint

All Known Implementing Classes:
TransportStartpointTCP

public interface ProtocolStartpoint


Method Summary
 InetSocketAddress getAddress()
           
 String getDescription()
           
 int getType()
           
 

Method Detail

getType

int getType()

getAddress

InetSocketAddress getAddress()

getDescription

String getDescription()