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

Constructor Index

 o MyEchoServer()

Method Index

 o main(String[])

Constructors

 o MyEchoServer
 public MyEchoServer()

Methods

 o main
 public static void main(String args[]) throws IOException
Hosted by www.Geocities.ws

1