Interface DatagramConsumer<DATA extends java.io.Serializable>

    • Method Detail

      • writeDatagram

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