com.aelitis.azureus.core.networkmanager.impl.test
Class PHETester

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.impl.test.PHETester

public class PHETester
extends Object


Constructor Summary
PHETester()
           
 
Method Summary
protected  void incoming(SocketChannel channel)
           
static void main(String[] args)
           
protected  void outgoing()
           
protected  void outgoing(SocketChannel channel)
           
protected  void outgoings()
           
protected  void readStream(String str, TransportHelperFilter filter)
           
protected  void writeStream(byte[] data, SocketChannel channel)
           
protected  void writeStream(byte[] data, TransportHelperFilter filter)
           
protected  void writeStream(String str, TransportHelperFilter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PHETester

public PHETester()
Method Detail

incoming

protected void incoming(SocketChannel channel)

outgoings

protected void outgoings()

outgoing

protected void outgoing()

outgoing

protected void outgoing(SocketChannel channel)

readStream

protected void readStream(String str,
                          TransportHelperFilter filter)

writeStream

protected void writeStream(String str,
                           TransportHelperFilter filter)

writeStream

protected void writeStream(byte[] data,
                           TransportHelperFilter filter)

writeStream

protected void writeStream(byte[] data,
                           SocketChannel channel)

main

public static void main(String[] args)