Uses of Class
com.biglybt.core.peermanager.utils.BTPeerIDByteDecoderDefinitions.ClientData
-
Packages that use BTPeerIDByteDecoderDefinitions.ClientData Package Description com.biglybt.core.peermanager.utils -
-
Uses of BTPeerIDByteDecoderDefinitions.ClientData in com.biglybt.core.peermanager.utils
Methods in com.biglybt.core.peermanager.utils that return BTPeerIDByteDecoderDefinitions.ClientData Modifier and Type Method Description private static BTPeerIDByteDecoderDefinitions.ClientData
BTPeerIDByteDecoderDefinitions. addSimpleClient(java.lang.String client_name, java.lang.String identifier)
private static BTPeerIDByteDecoderDefinitions.ClientData
BTPeerIDByteDecoderDefinitions. addSimpleClient(java.lang.String client_name, java.lang.String identifier, int position)
static BTPeerIDByteDecoderDefinitions.ClientData
BTPeerIDByteDecoderDefinitions. getSubstringStyleClient(java.lang.String peer_id)
Methods in com.biglybt.core.peermanager.utils with parameters of type BTPeerIDByteDecoderDefinitions.ClientData Modifier and Type Method Description private static void
BTPeerIDByteDecoderDefinitions. addVersionedClient(BTPeerIDByteDecoderDefinitions.ClientData client, java.lang.String version_type, int length)
private static void
BTPeerIDByteDecoderDefinitions. addVersionedClient(BTPeerIDByteDecoderDefinitions.ClientData client, java.lang.String version_type, int length, int version_pos)
private static void
BTPeerIDByteDecoderDefinitions. addVersionedClient(BTPeerIDByteDecoderDefinitions.ClientData client, java.lang.String version_type, int length, java.lang.String format)
private static void
BTPeerIDByteDecoderDefinitions. addVersionedClient(BTPeerIDByteDecoderDefinitions.ClientData client, java.lang.String version_type, int length, java.lang.String format, int version_pos)
static java.lang.String
BTPeerIDByteDecoderDefinitions. getSubstringStyleClientVersion(BTPeerIDByteDecoderDefinitions.ClientData client_data, java.lang.String peer_id, byte[] peer_id_bytes, java.lang.String net)
-