com.aelitis.net.udp.uc
Interface PRUDPPacketReplyDecoder


public interface PRUDPPacketReplyDecoder

Author:
parg

Method Summary
 PRUDPPacketReply decode(PRUDPPacketHandler handler, java.net.InetSocketAddress originator, java.io.DataInputStream is, int action, int transaction_id)
           
 

Method Detail

decode

PRUDPPacketReply decode(PRUDPPacketHandler handler,
                        java.net.InetSocketAddress originator,
                        java.io.DataInputStream is,
                        int action,
                        int transaction_id)
                        throws java.io.IOException
Throws:
java.io.IOException