-
public class DistanceConfigFetcher
Created by dyoung on 12/11/13.
-
-
Constructor Summary
Constructors Constructor Description DistanceConfigFetcher(String urlString, String userAgentString)
-
Method Summary
Modifier and Type Method Description int
getResponseCode()
String
getResponseString()
Exception
getException()
void
request()
-
-
Method Detail
-
getResponseCode
int getResponseCode()
-
getResponseString
String getResponseString()
-
getException
Exception getException()
-
request
void request()
-
-
-
-