org.mobicents.tools.http.balancer
Class TestHttpServer

java.lang.Object
  extended by org.mobicents.tools.http.balancer.TestHttpServer

public class TestHttpServer
extends java.lang.Object

An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.

Author:
The Netty Project (netty-dev@lists.jboss.org), Andy Taylor (andy.taylor@jboss.org), Trustin Lee (trustin@gmail.com), Vladimir Ralev (vladimir.ralev@jboss.org)

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

TestHttpServer

public TestHttpServer()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2010. All Rights Reserved.