Class TCPIPLink.CreateTxStream

  • All Implemented Interfaces:
    CSProcess
    Enclosing class:
    TCPIPLink

    private class TCPIPLink.CreateTxStream
    extends java.lang.Object
    implements CSProcess
    The process which creates txStream. It creates an object stream associated with the socket, and sends the Java object stream header and the PROTOCOL_IDENTIFIER. On success, it sets txStream in the outer class to a non-null value. If there is an exception, it closes the socket and returns without modifying txStream.
    See Also:
    TCPIPLink.txStream
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CreateTxStream()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      The run method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateTxStream

        private CreateTxStream()
    • Method Detail

      • run

        public void run()
        The run method.
        Specified by:
        run in interface CSProcess