Class FactorialServer
- java.lang.Object
-
- org.jboss.netty.example.factorial.FactorialServer
-
public final class FactorialServer extends Object
Receives a sequence of integers from aFactorialClient
to calculate the factorial of the specified integer.
-
-
Constructor Summary
Constructors Constructor Description FactorialServer()
-