Class PostChannel

    • Constructor Detail

      • PostChannel

        public PostChannel()
        Public constructor (used by Class.forName("...").newInstance())
      • PostChannel

        public PostChannel​(java.lang.String host,
                           int port,
                           ISOPackager p)
        Construct client ISOChannel
        Parameters:
        host - server TCP Address
        port - server port number
        p - an ISOPackager
        See Also:
        ISOPackager
      • PostChannel

        public PostChannel​(ISOPackager p)
                    throws java.io.IOException
        Construct server ISOChannel
        Parameters:
        p - an ISOPackager
        Throws:
        java.io.IOException
        See Also:
        ISOPackager
      • PostChannel

        public PostChannel​(ISOPackager p,
                           java.net.ServerSocket serverSocket)
                    throws java.io.IOException
        constructs a server ISOChannel associated with a Server Socket
        Parameters:
        p - an ISOPackager
        serverSocket - where to accept a connection
        Throws:
        java.io.IOException
        See Also:
        ISOPackager