Uses of Class
com.heroku.api.request.RequestConfig

Packages that use RequestConfig
com.heroku.api.http   
com.heroku.api.request   
 

Uses of RequestConfig in com.heroku.api.http
 

Methods in com.heroku.api.http with parameters of type RequestConfig
static String HttpUtil.encodeParameters(RequestConfig config, Heroku.RequestKey... keys)
          URL encode request paramaters from a RequestConfig.
 

Uses of RequestConfig in com.heroku.api.request
 

Methods in com.heroku.api.request that return RequestConfig
 RequestConfig RequestConfig.app(String appName)
          Sets the Heroku.RequestKey.AppName parameter.
 RequestConfig RequestConfig.onStack(Heroku.Stack stack)
          Sets the Heroku.RequestKey.Stack parameter.
 RequestConfig RequestConfig.with(Heroku.RequestKey key, String value)
          Sets a Heroku.RequestKey parameter.
 



Copyright © 2012. All Rights Reserved.