Uses of Interface
com.biglybt.core.dht.transport.udp.impl.DHTUDPPacket
Packages that use DHTUDPPacket
Package
Description
-
Uses of DHTUDPPacket in com.biglybt.core.dht.transport.udp.impl
Classes in com.biglybt.core.dht.transport.udp.impl that implement DHTUDPPacketModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in com.biglybt.core.dht.transport.udp.impl with parameters of type DHTUDPPacketModifier and TypeMethodDescriptionprotected static DHTTransportValue
DHTUDPUtils.deserialiseTransportValue
(DHTUDPPacket packet, DataInputStream is, long skew) protected static DHTTransportValue[]
DHTUDPUtils.deserialiseTransportValues
(DHTUDPPacket packet, DataInputStream is, long skew) protected static DHTTransportValue[][]
DHTUDPUtils.deserialiseTransportValuesArray
(DHTUDPPacket packet, DataInputStream is, long skew, int max_length) protected static void
DHTUDPUtils.serialiseTransportValue
(DHTUDPPacket packet, DataOutputStream os, DHTTransportValue value, long skew) protected static void
DHTUDPUtils.serialiseTransportValues
(DHTUDPPacket packet, DataOutputStream os, DHTTransportValue[] values, long skew) protected static void
DHTUDPUtils.serialiseTransportValuesArray
(DHTUDPPacket packet, DataOutputStream os, DHTTransportValue[][] values, long skew, int max_length) -
Uses of DHTUDPPacket in com.biglybt.core.dht.transport.udp.impl.packethandler
Methods in com.biglybt.core.dht.transport.udp.impl.packethandler with parameters of type DHTUDPPacket