Servelet
Class getHandler

public class getHandler

Title: getHandler

Description:This class is responsible for doing the get method with the tracker

Copyright: Copyright (c) 2004

Company:Baylor University

Version:
1.0
Author:
CSI 5321
Constructor Detail

getHandler

public getHandler()
Default constructor.

Method Detail

myGet

public Vector myGet(String hostURL,
                    String hostName,
                    int port,
                    String myParm)
This function returns a vector containing the peerid , ip and port after doing a get request to the tracker
Parameters:
hostURL - String
hostName - String
port - int
myParm - String
Returns:
Vector
Throws:
IOException -