com.aelitis.azureus.core.networkmanager.impl.udp
Interface NetworkGlue

All Known Implementing Classes:
NetworkGlueLoopBack, NetworkGlueUDP

public interface NetworkGlue


Method Summary
 long[] getStats()
           
 int send(int local_port, InetSocketAddress target, byte[] data)
           
 

Method Detail

send

int send(int local_port,
         InetSocketAddress target,
         byte[] data)
         throws IOException
Throws:
IOException

getStats

long[] getStats()