Class HttpHelloWorldServer
- java.lang.Object
-
- org.jboss.netty.example.http.helloworld.HttpHelloWorldServer
-
public final class HttpHelloWorldServer extends java.lang.Object
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.
-
-
Constructor Summary
Constructors Constructor Description HttpHelloWorldServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-