public class EPPConfigProxyServersLocator extends java.lang.Object implements EPPProxyServersLocator
EPPProxyServersLocator
interface that
returns the proxy servers setting from the configuration file that are
defined by the EPP.ProxyServers property.Constructor and Description |
---|
EPPConfigProxyServersLocator() |
Modifier and Type | Method and Description |
---|---|
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. |
public java.util.List getProxyServers()
EPPEnv
class using the EPPEnv.getProxyServers()
method and converts them to a List
of EPPProxyServer
instances.getProxyServers
in interface EPPProxyServersLocator
EPPProxyServers
servers in the correct format if
defined;null
otherwise.