com.aelitis.net.udp.uc
Interface PRUDPPacketRequestDecoder


public interface PRUDPPacketRequestDecoder

Author:
parg

Method Summary
 PRUDPPacketRequest decode(PRUDPPacketHandler handler, DataInputStream is, long connection_id, int action, int transaction_id)
           
 

Method Detail

decode

PRUDPPacketRequest decode(PRUDPPacketHandler handler,
                          DataInputStream is,
                          long connection_id,
                          int action,
                          int transaction_id)
                          throws IOException
Throws:
IOException