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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List
getProxyServers()
Returns aList
ofEPPProxyServers
instances for use in identifying the proxy servers to attempt to connect through when configured with theEPPSSLProxyClientSocket
orEPPPlainProxyClientSocket
classes.
-
-
-
Method Detail
-
getProxyServers
java.util.List getProxyServers()
Returns aList
ofEPPProxyServers
instances for use in identifying the proxy servers to attempt to connect through when configured with theEPPSSLProxyClientSocket
orEPPPlainProxyClientSocket
classes.- Returns:
- List of
EPPProxyServers
servers in the correct format if defined;null
otherwise.
-
-