Class HttpSnoopServer

java.lang.Object
org.jboss.netty.example.http.snoop.HttpSnoopServer

public final class HttpSnoopServer extends Object
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.
  • Field Details

    • SSL

      static final boolean SSL
    • PORT

      static final int PORT
  • Constructor Details

    • HttpSnoopServer

      public HttpSnoopServer()
  • Method Details