com.aelitis.net.udp.uc
Interface PRUDPPacketReplyDecoder


public interface PRUDPPacketReplyDecoder

Author:
parg

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

Method Detail

decode

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