Class NetBidibPlainTcpPort

    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • send

        public void send​(byte[] sendData,
                         InetAddress address,
                         int portNumber)
                  throws IOException
        Send the data to the host.
        Specified by:
        send in interface NetBidibPort
        Parameters:
        sendData - the data to send
        address - the receiving address of the host
        portNumber - the receiving port number of the host
        Throws:
        IOException