com.verisign.epp.transport.client
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 |
java.util.List |
getProxyServers()
Returns a List of EPPProxyServers instances for
use in identifying the proxy servers to attempt to connect through
when configured with the EPPSSLProxyClientSocket or
EPPPlainProxyClientSocket classes. |
getProxyServers
java.util.List getProxyServers()
- Returns a
List
of EPPProxyServers
instances for
use in identifying the proxy servers to attempt to connect through
when configured with the EPPSSLProxyClientSocket
or
EPPPlainProxyClientSocket
classes.
- Returns:
- List of
EPPProxyServers
servers in the correct format if defined;null
otherwise.
Copyright © VeriSign Inc. All Rights Reserved.