Subversion Repositories SmartDukaan

Rev

Rev 10163 | Rev 10397 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10163 Rev 10166
Line 39... Line 39...
39
			System.out.println(line);
39
			System.out.println(line);
40
		}
40
		}
41
		return 1;
41
		return 1;
42
	}
42
	}
43
 
43
 
44
	public static void handleLogin() throws ClientProtocolException, IOException{
44
	public void handleLogin() throws ClientProtocolException, IOException{
45
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/keymaker/login");
45
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/keymaker/login");
46
		HttpResponse response = null;
46
		HttpResponse response = null;
47
		try {
47
		try {
48
			response = client.execute(get);
48
			response = client.execute(get);
49
		} catch (ClientProtocolException e) {
49
		} catch (ClientProtocolException e) {