Package com.biglybt.net.udp.uc
Interface PRUDPPacketReceiver
-
public interface PRUDPPacketReceiver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(PRUDPPacketHandlerException e)
receive failed - timeoutvoid
packetReceived(PRUDPPacketHandlerRequest request, PRUDPPacket packet, java.net.InetSocketAddress from_address)
-
-
-
Method Detail
-
packetReceived
void packetReceived(PRUDPPacketHandlerRequest request, PRUDPPacket packet, java.net.InetSocketAddress from_address)
-
error
void error(PRUDPPacketHandlerException e)
receive failed - timeout- Parameters:
e
-
-
-