Uses of Class
com.biglybt.net.udp.uc.PRUDPPacketReply
-
-
Uses of PRUDPPacketReply in com.biglybt.core.dht.transport.udp.impl
Subclasses of PRUDPPacketReply in com.biglybt.core.dht.transport.udp.impl Modifier and Type Class Description class
DHTUDPPacketReply
class
DHTUDPPacketReplyError
class
DHTUDPPacketReplyFindNode
class
DHTUDPPacketReplyFindValue
class
DHTUDPPacketReplyKeyBlock
class
DHTUDPPacketReplyPing
class
DHTUDPPacketReplyQueryStorage
class
DHTUDPPacketReplyStats
class
DHTUDPPacketReplyStore
-
Uses of PRUDPPacketReply in com.biglybt.core.networkmanager.admin.impl
Subclasses of PRUDPPacketReply in com.biglybt.core.networkmanager.admin.impl Modifier and Type Class Description class
NetworkAdminNATUDPReply
-
Uses of PRUDPPacketReply in com.biglybt.core.tracker.protocol.udp
Subclasses of PRUDPPacketReply in com.biglybt.core.tracker.protocol.udp Modifier and Type Class Description class
PRUDPPacketReplyAnnounce
class
PRUDPPacketReplyAnnounce2
class
PRUDPPacketReplyConnect
class
PRUDPPacketReplyError
class
PRUDPPacketReplyScrape
class
PRUDPPacketReplyScrape2
-
Uses of PRUDPPacketReply in com.biglybt.core.versioncheck
Subclasses of PRUDPPacketReply in com.biglybt.core.versioncheck Modifier and Type Class Description class
VersionCheckClientUDPReply
-
Uses of PRUDPPacketReply in com.biglybt.net.udp.uc
Methods in com.biglybt.net.udp.uc that return PRUDPPacketReply Modifier and Type Method Description PRUDPPacketReply
PRUDPPacketReplyDecoder. decode(PRUDPPacketHandler handler, java.net.InetSocketAddress originator, java.io.DataInputStream is, int action, int transaction_id)
static PRUDPPacketReply
PRUDPPacketReply. deserialiseReply(PRUDPPacketHandler handler, java.net.InetSocketAddress originator, java.io.DataInputStream is)
-