Interface DatagramSource<DATA extends Serializable>

    • Method Detail

      • transmit

        void transmit​(DATA aDatagram)
               throws IOException
        Writes (sends) a datagram to a listening DatagramReceiver.
        Parameters:
        aDatagram - The datagram to be pushed to the receiving DatagramSource.
        Throws:
        IOException - Thrown in case opening or accessing an open line (connection, junction, link) caused problems.