Package com.biglybt.net.udp.uc
Interface PRUDPPacketRequestDecoder
-
public interface PRUDPPacketRequestDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PRUDPPacketRequest
decode(PRUDPPacketHandler handler, java.io.DataInputStream is, long connection_id, int action, int transaction_id)
-
-
-
Method Detail
-
decode
PRUDPPacketRequest decode(PRUDPPacketHandler handler, java.io.DataInputStream is, long connection_id, int action, int transaction_id) throws java.io.IOException
- Throws:
java.io.IOException
-
-