WebServex
Class RequestDumperServer

java.lang.Object
  |
  +--WebServex.RequestDumperServer

public class RequestDumperServer
extends java.lang.Object

This is a Echo Web Server that dumps the browser or client Request Both back to client(browser) and Server Console as well


Constructor Summary
RequestDumperServer()
          Creates new RequestDumperServer
 
Method Summary
static void main(java.lang.String[] args)
          only one argument is taken and it is port number default is 80
 void startListening(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDumperServer

public RequestDumperServer()
Creates new RequestDumperServer

Method Detail

main

public static void main(java.lang.String[] args)
only one argument is taken and it is port number default is 80


startListening

public void startListening(int port)