7 package com.google.appinventor.components.runtime.util;
9 import org.apache.http.HttpResponse;
10 import org.apache.http.client.ClientProtocolException;
11 import org.apache.http.client.methods.HttpUriRequest;
13 import java.io.IOException;
29 public HttpResponse
execute(HttpUriRequest request)
throws ClientProtocolException, IOException;
47 public String
getAuthToken()
throws ClientProtocolException;