com.aelitis.azureus.core.networkmanager.impl.tcp
Class TransportStartpointTCP

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.impl.tcp.TransportStartpointTCP
All Implemented Interfaces:
ProtocolStartpoint, TransportStartpoint

public class TransportStartpointTCP
extends Object
implements TransportStartpoint, ProtocolStartpoint


Constructor Summary
TransportStartpointTCP(TransportEndpointTCP _ep)
           
 
Method Summary
 InetSocketAddress getAddress()
           
 String getDescription()
           
 ProtocolStartpoint getProtocolStartpoint()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportStartpointTCP

public TransportStartpointTCP(TransportEndpointTCP _ep)
Method Detail

getProtocolStartpoint

public ProtocolStartpoint getProtocolStartpoint()
Specified by:
getProtocolStartpoint in interface TransportStartpoint

getType

public int getType()
Specified by:
getType in interface ProtocolStartpoint

getAddress

public InetSocketAddress getAddress()
Specified by:
getAddress in interface ProtocolStartpoint

getDescription

public String getDescription()
Specified by:
getDescription in interface ProtocolStartpoint