Class EPPConfigProxyServersLocator

  • All Implemented Interfaces:
    EPPProxyServersLocator

    public class EPPConfigProxyServersLocator
    extends java.lang.Object
    implements EPPProxyServersLocator
    Default implementation of the EPPProxyServersLocator interface that returns the proxy servers setting from the configuration file that are defined by the EPP.ProxyServers property.
    • Constructor Detail

      • EPPConfigProxyServersLocator

        public EPPConfigProxyServersLocator()
    • Method Detail

      • getProxyServers

        public java.util.List getProxyServers()
        Gets the proxy servers from the EPPEnv class using the EPPEnv.getProxyServers() method and converts them to a List of EPPProxyServer instances.
        Specified by:
        getProxyServers in interface EPPProxyServersLocator
        Returns:
        List of EPPProxyServers servers in the correct format if defined;null otherwise.