Package | Description |
---|---|
com.verisign.epp.util |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
EPPEnv.getClientSocketName()
Returns the value of the EPP.ClientSocketName property specified in the
config file.
|
static java.util.Vector |
EPPEnv.getCmdResponseExtensions()
Returns a vector of class names that are CommandResponseExtensions.
|
static int |
EPPEnv.getConTimeOut()
Returns the connection timeout in number of seconds specified by the
EPP.ConTimeOut property in the config file.
|
static java.lang.String |
EPPEnv.getLogCfgFile()
Returns the value of the EPP.LogCfgFile property specified in the config
file.
|
static java.lang.Long |
EPPEnv.getLogCfgFileWatch()
Returns the value of the EPP.LogCfgFileWatch property specified in the
config file.
|
static java.lang.String |
EPPEnv.getLogFile()
Returns the value of the EPP.LogFile property specified in the config
file.
|
static org.apache.log4j.Level |
EPPEnv.getLogLevel()
Returns the value of the EPP.LogLevel property specified in the config
file.
|
static java.util.Vector |
EPPEnv.getMapFactories()
Returns a vector of class names that are factories for each EPP Mapping.
|
static java.util.Vector |
EPPEnv.getPollHandlers()
Returns a vector of class names that are factories for each EPP Mapping.
|
static java.util.Vector |
EPPEnv.getProtocolExtensions()
Returns a vector of class names that are ProtocolExtensions.
|
static java.lang.String |
EPPEnv.getProxyServerLocator()
Gets the proxy server locator
Class as a String as defined
by the EPP.ProxyServersLcoator property. |
static java.lang.String |
EPPEnv.getProxyServers()
Returns the list of proxy servers defined by the EPP.ProxyServers
property.
|
static boolean |
EPPEnv.getProxyServersRandomize()
Returns whether not to randomize the proxy servers connected through.
|
static java.util.Vector |
EPPEnv.getServerEventHandlers()
Returns a vector of class names that are factories for each EPP Mapping.
|
static java.lang.String |
EPPEnv.getServerName()
Returns the value of the EPP.ServerName property specified in the config
file.
|
static int |
EPPEnv.getServerPort()
Returns the value of the EPP.ServerPort property specified in the config
file.
|
static java.lang.String |
EPPEnv.getServerSocketName()
Returns the value of the EPP.ServerSocketName property specified in the
config file.
|
void |
EPPEnv.initialize(java.lang.String newConfigFileName)
Initialize the environment
|
void |
EPPEnv.initialize(java.lang.String newConfigFileName,
java.lang.ClassLoader aClassLoader)
Initialize the environment
|
Copyright © VeriSign Inc. All Rights Reserved.