org.cloudfoundry.client.lib
Class HttpProxyConfiguration

java.lang.Object
  extended by org.cloudfoundry.client.lib.HttpProxyConfiguration

public class HttpProxyConfiguration
extends Object

Class that encapsulates http proxy information


Constructor Summary
HttpProxyConfiguration(String proxyHost, int proxyPort)
           
 
Method Summary
 String getProxyHost()
           
 int getProxyPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProxyConfiguration

public HttpProxyConfiguration(String proxyHost,
                              int proxyPort)
Method Detail

getProxyHost

public String getProxyHost()

getProxyPort

public int getProxyPort()


Copyright © 2013. All rights reserved.