Class LocalTimeClient

java.lang.Object
org.jboss.netty.example.localtime.LocalTimeClient

public final class LocalTimeClient extends Object
Sends a list of continent/city pairs to a LocalTimeServer to get the local times of the specified cities.
  • Field Details

    • SSL

      static final boolean SSL
    • HOST

      static final String HOST
    • PORT

      static final int PORT
    • CITIES

      static final List<String> CITIES
  • Constructor Details

    • LocalTimeClient

      public LocalTimeClient()
  • Method Details