edu.rit.mp.test
Class Test01
- java.lang.Object
-
- edu.rit.mp.test.Test01
-
public class Test01 extends java.lang.ObjectClass Test01 is a unit test main program that creates and accepts channel connections in the Message Protocol (MP). First run this command in one process to accept connection requests:java edu.rit.mp.test.Test01 host1 port1
Then run this command in another process to request a connection to the first process:
java edu.rit.mp.test.Test01 host2 port2 host1 port1
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Unit test main program.
-
DMelt 3.0 © DataMelt by jWork.ORG