Interface IAsynchConnection

    • Method Detail

      • sendAsynch

        void sendAsynch​(ID receiver,
                        byte[] data)
                 throws IOException
        Send data asynchronously. Implementing classes should not block on sending the given data and return immediately.
        Parameters:
        receiver - the ID of the intended receiver
        data - the data to send
        Throws:
        IOException - thrown if data cannot be sent (e.g. disconnected)