|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.aws.utils.URLFetcherUtils
public class URLFetcherUtils
Utility methods for working with URLFetchers.
| Method Summary | |
|---|---|
static String |
fetchString(String userDataUrl,
Charset charset,
boolean shouldAttemptDecompression)
|
static URLFetcher |
getURLFetcher()
|
static void |
setURLFetcher(URLFetcher urlFetcher)
Sets the singleton URLFetcher. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static URLFetcher getURLFetcher()
URLFetcherpublic static void setURLFetcher(URLFetcher urlFetcher)
Sets the singleton URLFetcher.
urlFetcher - The singleton URLFetcher.
public static String fetchString(String userDataUrl,
Charset charset,
boolean shouldAttemptDecompression)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||