Class PRUDPPacketReply

    • Field Detail

      • class_mon

        private static AEMonitor class_mon
      • packet_decoders

        private static java.util.Map packet_decoders
    • Constructor Detail

      • PRUDPPacketReply

        public PRUDPPacketReply​(int _action,
                                int _tran_id)
    • Method Detail

      • registerDecoders

        public static void registerDecoders​(java.util.Map _decoders)
      • serialise

        public void serialise​(java.io.DataOutputStream os)
                       throws java.io.IOException
        Specified by:
        serialise in class PRUDPPacket
        Throws:
        java.io.IOException
      • deserialiseReply

        public static PRUDPPacketReply deserialiseReply​(PRUDPPacketHandler handler,
                                                        java.net.InetSocketAddress originator,
                                                        java.io.DataInputStream is)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException