Package com.biglybt.net.udp.uc
Interface PRUDPPacketReplyDecoder
-
public interface PRUDPPacketReplyDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-