Uses of Interface
com.verisign.epp.transport.client.EPPProxyServersLocator

Packages that use EPPProxyServersLocator
com.verisign.epp.transport.client   
 

Uses of EPPProxyServersLocator in com.verisign.epp.transport.client
 

Classes in com.verisign.epp.transport.client that implement EPPProxyServersLocator
 class EPPConfigProxyServersLocator
          Default implementation of the EPPProxyServersLocator interface that returns the proxy servers setting from the configuration file that are defined by the EPP.ProxyServers property.
 

Methods in com.verisign.epp.transport.client that return EPPProxyServersLocator
static EPPProxyServersLocator EPPSSLProxyClientSocket.getLocator()
          Gets the current EPPProxyServersLocator used by EPPSSLProxyClientSocket.
static EPPProxyServersLocator EPPPlainProxyClientSocket.getLocator()
          Gets the current EPPProxyServersLocator used by EPPPlainProxyClientSocket.
 

Methods in com.verisign.epp.transport.client with parameters of type EPPProxyServersLocator
static void EPPSSLProxyClientSocket.setLocator(EPPProxyServersLocator aLocator)
          Sets the EPPProxyServersLocator to use when getting the list of proxy servers to connect through.
static void EPPPlainProxyClientSocket.setLocator(EPPProxyServersLocator aLocator)
          Sets the EPPProxyServersLocator to use when getting the list of proxy servers to connect through.
 



Copyright © VeriSign Inc. All Rights Reserved.