Class HttpSnoopClient
- java.lang.Object
-
- org.jboss.netty.example.http.snoop.HttpSnoopClient
-
public final class HttpSnoopClient extends java.lang.Object
A simple HTTP client that prints out the content of the HTTP response toSystem.out
to testHttpSnoopServer
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String
URL
-
Constructor Summary
Constructors Constructor Description HttpSnoopClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-