com.heroku.api
Class Heroku

java.lang.Object
  extended by com.heroku.api.Heroku

public class Heroku
extends Object


Nested Class Summary
static class Heroku.ApiVersion
           
static class Heroku.Config
           
static class Heroku.RequestKey
           
static class Heroku.Resource
           
static class Heroku.ResponseKey
           
static class Heroku.Stack
           
 
Constructor Summary
Heroku()
           
 
Method Summary
static HostnameVerifier herokuHostnameVerifier()
           
static SSLContext herokuSSLContext()
           
static HostnameVerifier hostnameVerifier(boolean verify)
           
static SSLContext sslContext(boolean verify)
           
static TrustManager[] trustAllTrustManagers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Heroku

public Heroku()
Method Detail

herokuSSLContext

public static SSLContext herokuSSLContext()

sslContext

public static SSLContext sslContext(boolean verify)

hostnameVerifier

public static HostnameVerifier hostnameVerifier(boolean verify)

herokuHostnameVerifier

public static HostnameVerifier herokuHostnameVerifier()

trustAllTrustManagers

public static TrustManager[] trustAllTrustManagers()


Copyright © 2012. All Rights Reserved.