Class MyEchoServer
java.lang.Object
|
+----MyEchoServer
- public class MyEchoServer
- extends Object
File name : MyEchoServer.java /n
Task : This class sits on a socket and gets the string of characters
from the client and checks it that matches to 'tick'
if matched, accepts tick and exits from connection
if not, prints a error message and exits from connection
- Version:
- 1.4
- Author:
- P Sooriyakumar
-
MyEchoServer()
-
-
main(String[])
-
MyEchoServer
public MyEchoServer()
main
public static void main(String args[]) throws IOException