Interface EPPProxyServersLocator
- All Known Implementing Classes:
EPPConfigProxyServersLocator
public interface EPPProxyServersLocator
Interface to locate the EPP proxy server to use. This allows a client to
define their own mechanism to determine the proxy servers to use outside of
what is defined in the configuration file.
-
Method Summary
Modifier and TypeMethodDescriptionReturns aListofEPPProxyServersinstances for use in identifying the proxy servers to attempt to connect through when configured with theEPPSSLProxyClientSocketorEPPPlainProxyClientSocketclasses.
-
Method Details
-
getProxyServers
List getProxyServers()Returns aListofEPPProxyServersinstances for use in identifying the proxy servers to attempt to connect through when configured with theEPPSSLProxyClientSocketorEPPPlainProxyClientSocketclasses.- Returns:
- List of
EPPProxyServersservers in the correct format if defined;nullotherwise.
-