Public Member Functions | |
String | dataPath (String f) |
boolean | shouldStop () |
void | start (int port, String data) throws Exception |
MapNode< User.Passwd > | users () |
Static Public Member Functions | |
static void | main (String[] args) throws Exception |
static DwiServer | the () throws Exception |
Protected Member Functions | |
String | dataFile (String name) throws Exception |
Protected Attributes | |
TreeMap< DwiSocket, Thread > | m_activeSockets |
String | m_dataPath |
int | m_port |
MapNode< User.Passwd > | m_users |
Static Protected Attributes | |
static DwiServer | s_server |