com.aelitis.azureus.core.networkmanager.impl.udp
Class NetworkGlueLoopBack

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.impl.udp.NetworkGlueLoopBack
All Implemented Interfaces:
NetworkGlue

public class NetworkGlueLoopBack
extends Object
implements NetworkGlue


Constructor Summary
protected NetworkGlueLoopBack(NetworkGlueListener _listener)
           
 
Method Summary
 long[] getStats()
           
 int send(int local_port, InetSocketAddress target, byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkGlueLoopBack

protected NetworkGlueLoopBack(NetworkGlueListener _listener)
Method Detail

send

public int send(int local_port,
                InetSocketAddress target,
                byte[] data)
         throws IOException
Specified by:
send in interface NetworkGlue
Throws:
IOException

getStats

public long[] getStats()
Specified by:
getStats in interface NetworkGlue