com.aelitis.azureus.core.peermanager.utils
Class ClientIdentifier

java.lang.Object
  extended by com.aelitis.azureus.core.peermanager.utils.ClientIdentifier

public class ClientIdentifier
extends Object


Constructor Summary
ClientIdentifier()
           
 
Method Summary
static String identifyAZMP(String peer_id_client_name, String az_msg_client_name, String az_msg_client_version, byte[] peer_id)
           
static String identifyBTOnly(String peer_id_client, byte[] handshake_bytes)
           
static String identifyLTEP(String peer_id_name, String handshake_name, byte[] peer_id)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientIdentifier

public ClientIdentifier()
Method Detail

identifyBTOnly

public static String identifyBTOnly(String peer_id_client,
                                    byte[] handshake_bytes)

identifyAZMP

public static String identifyAZMP(String peer_id_client_name,
                                  String az_msg_client_name,
                                  String az_msg_client_version,
                                  byte[] peer_id)

identifyLTEP

public static String identifyLTEP(String peer_id_name,
                                  String handshake_name,
                                  byte[] peer_id)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception