com.heroku.api.connection
Interface Connection

All Known Subinterfaces:
AsyncConnection<F>

public interface Connection

Connection manager for connecting to the Heroku API.

Author:
Naaman Newbold

Method Summary
 void close()
           
<T> T
execute(Request<T> request)
           
 String getApiKey()
           
 

Method Detail

execute

<T> T execute(Request<T> request)

getApiKey

String getApiKey()

close

void close()


Copyright © 2012. All Rights Reserved.