Class HttpSnoopClient

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

public final class HttpSnoopClient extends Object
A simple HTTP client that prints out the content of the HTTP response to System.out to test HttpSnoopServer.
  • Field Details

    • URL

      static final String URL
  • Constructor Details

    • HttpSnoopClient

      public HttpSnoopClient()
  • Method Details