Class FactorialClient

java.lang.Object
org.jboss.netty.example.factorial.FactorialClient

public final class FactorialClient extends Object
Sends a sequence of integers to a FactorialServer to calculate the factorial of the specified integer.
  • Field Details

    • SSL

      static final boolean SSL
    • HOST

      static final String HOST
    • PORT

      static final int PORT
    • COUNT

      static final int COUNT
  • Constructor Details

    • FactorialClient

      public FactorialClient()
  • Method Details