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