|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
Connection interface for connecting to the Heroku API.
Method Summary | ||
---|---|---|
void |
close()
Release any resources associated with this connection |
|
|
execute(Request<T> request,
java.lang.String apiKey)
Synchronously execute the given request, using a different apiKey than the one associated with this connection |
Method Detail |
---|
<T> T execute(Request<T> request, java.lang.String apiKey)
T
- the response typerequest
- the request to executeapiKey
- the apiKey of the user to make the request on behalf of
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |