Class DemoClient

java.lang.Object
  |
  +--DemoClient

public class DemoClient
extends java.lang.Object

This class is a simple demo client which should show how the multiple stream bandwidth management works.

Version:
1.0
Author:
Thomas Dreibholz (Dreibholz@bigfoot.com)

Constructor Summary
DemoClient(long min, long max, long bandwidth)
           
 
Method Summary
 void getTransportInfo(TransportInfo transportInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoClient

public DemoClient(long min,
                  long max,
                  long bandwidth)
Method Detail

getTransportInfo

public void getTransportInfo(TransportInfo transportInfo)