anon.mixminion.mmrdescription
Class ServerStats

java.lang.Object
  extended by anon.mixminion.mmrdescription.ServerStats

public class ServerStats
extends java.lang.Object

Author:
Stefan Roenisch

Field Summary
private  int m_Port
           
private  java.lang.String m_Server
           
 
Constructor Summary
ServerStats()
          Constructor
 
Method Summary
 java.util.Vector getWhoIsDown()
          method to get a List with those of the mixminion routers who are down
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Server

private java.lang.String m_Server

m_Port

private int m_Port
Constructor Detail

ServerStats

public ServerStats()
Constructor

Method Detail

getWhoIsDown

public java.util.Vector getWhoIsDown()
                              throws java.io.IOException
method to get a List with those of the mixminion routers who are down

Returns:
a Vector with Strings, names of the unreachable routers
Throws:
java.io.IOException