Class FactorialServer
- java.lang.Object
-
- org.jboss.netty.example.factorial.FactorialServer
-
public final class FactorialServer extends java.lang.Object
Receives a sequence of integers from aFactorialClient
to calculate the factorial of the specified integer.
-
-
Constructor Summary
Constructors Constructor Description FactorialServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-