Interface EPPProxyServersLocator
-
- All Known Implementing Classes:
EPPConfigProxyServersLocator
public interface EPPProxyServersLocatorInterface 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListgetProxyServers()Returns aListofEPPProxyServersinstances for use in identifying the proxy servers to attempt to connect through when configured with theEPPSSLProxyClientSocketorEPPPlainProxyClientSocketclasses.
-
-
-
Method Detail
-
getProxyServers
java.util.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.
-
-