org.wso2.carbon.utils.transport
Class ProxyCache

java.lang.Object
  extended by org.wso2.carbon.utils.transport.ProxyCache

public class ProxyCache
extends Object

If proxyPort parameter present in a listener derived from org.wso2.carbon.utils.transport.AbstractTransportListener, this will get populated. A user can get hold of the proxy related ports and inject into any UI generation framework.


Method Summary
 int getHttpPort()
           
 int getHttpsPort()
           
static ProxyCache getInstance()
           
 void setHttpPort(int httpPort)
           
 void setHttpsPort(int httpsPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ProxyCache getInstance()

getHttpPort

public int getHttpPort()

setHttpPort

public void setHttpPort(int httpPort)

getHttpsPort

public int getHttpsPort()

setHttpsPort

public void setHttpsPort(int httpsPort)


Copyright © 2014 WSO2 Inc. All rights reserved.