ewe.io
Class TestService

java.lang.Object
  extended byewe.io.TestService

public class TestService
extends Object

This is a simple Server that can be used to test connections to remote services. It acts as the service "_TestService_" and all it does is read characters from the client, convert each line to uppercase, and then send back the converted line.


Constructor Summary
TestService()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Constructor Detail

TestService

public TestService()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException