Class ProxyCache

java.lang.Object
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 Details

    • 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)