Documentation of 'edu.rit.mp.test.Test01' Java class
Test01
edu.rit.mp.test

Class Test01



  • public class Test01
    extends java.lang.Object
    Class 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 void main(java.lang.String[] args)
      Unit test main program.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Throwable
        Unit test main program.

        Usage: java edu.rit.mp.test.Test01 nearhost nearport [ farhost farport ]

        Throws:
        java.lang.Throwable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.