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 toSystem.out
to testHttpSnoopServer
.
-
-
Constructor Summary
Constructors Constructor Description HttpSnoopClient()
-