Class NetworkGlueUDP

    • Field Detail

      • LOGID

        static final LogIDs LOGID
      • msg_queue

        final java.util.LinkedList msg_queue
      • msg_queue_slot_sem

        final AESemaphore msg_queue_slot_sem
      • total_packets_received

        private long total_packets_received
      • total_bytes_received

        private long total_bytes_received
      • total_packets_sent

        long total_packets_sent
      • total_bytes_sent

        long total_bytes_sent
    • Method Detail

      • send

        public int send​(int local_port,
                        java.net.InetSocketAddress target,
                        byte[] data)
                 throws java.io.IOException
        Specified by:
        send in interface NetworkGlue
        Throws:
        java.io.IOException