|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpManager
A simple HTTP connection interface.
| Method Summary | |
|---|---|
void |
clearCredentials()
|
String |
get(UtilProtos.Url url)
Perform an HTTP GET request to the specified URL. |
boolean |
hasCredentials()
|
String |
post(UtilProtos.Url url)
Perform an HTTP POST request to the specified URL. |
| Method Detail |
|---|
boolean hasCredentials()
void clearCredentials()
String get(UtilProtos.Url url)
url - the UtilProtos.Url to HTTP GET.
String post(UtilProtos.Url url)
url - the UtilProtos.Url to HTTP POST.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||