org.tinyradius.test
Class TestServer

java.lang.Object
  extended by org.tinyradius.test.TestServer

public class TestServer
extends java.lang.Object

Test server which terminates after 30 s. Knows only the client "localhost" with secret "testing123" and the user "mw" with the password "test".


Constructor Summary
TestServer()
           
 
Method Summary
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
 

Constructor Detail

TestServer

public TestServer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.Exception
Throws:
java.io.IOException
java.lang.Exception