Class EPPConfigProxyServersLocator
java.lang.Object
com.verisign.epp.transport.client.EPPConfigProxyServersLocator
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the proxy servers from theEPPEnvclass using theEPPEnv.getProxyServers()method and converts them to aListofEPPProxyServerinstances.
-
Constructor Details
-
EPPConfigProxyServersLocator
public EPPConfigProxyServersLocator()
-
-
Method Details
-
getProxyServers
Gets the proxy servers from theEPPEnvclass using theEPPEnv.getProxyServers()method and converts them to aListofEPPProxyServerinstances.- Specified by:
getProxyServersin interfaceEPPProxyServersLocator- Returns:
- List of
EPPProxyServersservers in the correct format if defined;nullotherwise.
-