org.jboss.netty.example.http.snoop
Class HttpServer
java.lang.Object
org.jboss.netty.example.http.snoop.HttpServer
public class HttpServer
- extends Object
An HTTP server that sends back the content of the received HTTP request
in a pretty plaintext form.
- Version:
- $Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
- Author:
- The Netty Project, Andy Taylor (andy.taylor@jboss.org), Trustin Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServer
public HttpServer()
main
public static void main(String[] args)
Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.