Package org.jboss.netty.example.uptime
Class UptimeClient
- java.lang.Object
-
- org.jboss.netty.example.uptime.UptimeClient
-
public final class UptimeClient extends Object
Connects to a server periodically to measure and print the uptime of the server. This example demonstrates how to implement reliable reconnection mechanism in Netty.
-
-
Constructor Summary
Constructors Constructor Description UptimeClient()
-