Class SimpleP2PClient
java.lang.Object
SimpleP2PClient
- All Implemented Interfaces:
- SimpleP2PConst
- public class SimpleP2PClient
- extends java.lang.Object
- implements SimpleP2PConst
Method Summary |
void |
doIt()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOSTNAME
protected static java.lang.String HOSTNAME
RATE
protected static double RATE
NUM_MSGS
protected static int NUM_MSGS
respStats
protected static StatsGatherer respStats
SimpleP2PClient
public SimpleP2PClient()
throws java.lang.Exception
doIt
public void doIt()
throws SinkClosedException,
java.io.IOException
- Throws:
SinkClosedException
java.io.IOException
main
public static void main(java.lang.String[] args)