FileDocCategorySizeDatePackage
CalcServer.javaAPI DocExample1869Thu Feb 04 16:10:38 GMT 1999None

CalcServer

public class CalcServer extends Object

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

		CalcRequest r = new CalcRequest();
		try {
			r.startServer(3535);
		} catch (Exception e) {
			System.out.println("Unable to start server");
		}