- read(InputStream) - Method in class com.verisign.epp.util.EPPXMLStream
-
Reads an EPP packet from the aStream
parameter,
parses/validates it, and returns the associated DOM Document.
- readPacket(InputStream) - Method in class com.verisign.epp.util.EPPXMLStream
-
Reads an EPP packet from the stream based on a search for the End Of
Message (EOM) string (</epp>).
- readResponse() - Method in class com.verisign.epp.interfaces.EPPSession
-
Reads a response from the server.
- recDocument() - Method in class com.verisign.epp.interfaces.EPPSession
-
Gets an validated EPP DOM Document from the session input stream.
- REDEMPTION_PERIOD - Static variable in class com.verisign.epp.codec.rgpext.EPPRgpExtStatus
-
The constant value for redemptionPeriod
- REDEMPTION_PERIOD - Static variable in class com.verisign.epp.codec.rgppoll.EPPRgpPollStatus
-
The constant value for redemptionPeriod
- register(EPPPollHandler) - Method in class com.verisign.epp.framework.EPPPollQueueMgr
-
Registers Poll Handler which is from config file.
- registerConnectionHandler(EPPConnectionHandler) - Method in class com.verisign.epp.framework.EPPDispatcher
-
Registers a EPPConnectionHandler
for notification of
connection events
- registerHandler(EPPEventHandler) - Method in class com.verisign.epp.framework.EPPByteArrayDispatcher
-
Registers an EPPEvenHandler
for notification of Events.
- registerHandler(EPPEventHandler) - Method in class com.verisign.epp.framework.EPPDispatcher
-
Registers an EPPEvenHandler
for notification of Events.
- registryCheck(Map) - Method in class com.verisign.epp.interfaces.EPPRegistryTst
-
Unit test of EPPRegistry.sendCheck
.
- registryCheck(Map) - Method in class com.verisign.epp.interfaces.launchpolicy.v01.EPPLaunchPolicyRegistryTst
-
Unit test of EPPRegistry.sendCheck
.
- registryCheck(Map) - Method in class com.verisign.epp.interfaces.registry.v01.EPPRegistryTst
-
Unit test of EPPRegistry.sendCheck
.
- registryCheck(Map) - Method in class com.verisign.epp.interfaces.registry.v02.EPPRegistryTst
-
Unit test of EPPRegistry.sendCheck
.
- registryCreate(String, boolean) - Method in class com.verisign.epp.interfaces.EPPRegistryTst
-
Unit test of EPPRegistry.sendCreate
.
- registryCreate(String, boolean) - Method in class com.verisign.epp.interfaces.launchpolicy.v01.EPPLaunchPolicyRegistryTst
-
Unit test of EPPRegistry.sendCreate
.
- registryCreate(String, boolean) - Method in class com.verisign.epp.interfaces.registry.v01.EPPRegistryTst
-
Unit test of EPPRegistry.sendCreate
.
- registryCreate(String, boolean) - Method in class com.verisign.epp.interfaces.registry.v02.EPPRegistryTst
-
Unit test of EPPRegistry.sendCreate
.
- registryDelete(String, boolean) - Method in class com.verisign.epp.interfaces.EPPRegistryTst
-
Unit test of EPPRegistry.sendDelete
.
- registryDelete(String, boolean) - Method in class com.verisign.epp.interfaces.launchpolicy.v01.EPPLaunchPolicyRegistryTst
-
Unit test of EPPRegistry.sendDelete
.
- registryDelete(String, boolean) - Method in class com.verisign.epp.interfaces.registry.v01.EPPRegistryTst
-
Unit test of EPPRegistry.sendDelete
.
- registryDelete(String, boolean) - Method in class com.verisign.epp.interfaces.registry.v02.EPPRegistryTst
-
Unit test of EPPRegistry.sendDelete
.
- RegistryHandler - Class in com.verisign.epp.serverstub.registry.v01
-
- RegistryHandler() - Constructor for class com.verisign.epp.serverstub.registry.v01.RegistryHandler
-
- RegistryHandler - Class in com.verisign.epp.serverstub.registry.v02
-
- RegistryHandler() - Constructor for class com.verisign.epp.serverstub.registry.v02.RegistryHandler
-
- RegistryHandler - Class in com.verisign.epp.serverstub
-
- RegistryHandler() - Constructor for class com.verisign.epp.serverstub.RegistryHandler
-
- RegistryHandler.RegistryZone - Class in com.verisign.epp.serverstub.registry.v01
-
RegistryZone
represents an in-memory version of a Registry Zone
with the base zone information along with all policy extensions.
- RegistryHandler.RegistryZone - Class in com.verisign.epp.serverstub.registry.v02
-
RegistryZone
represents an in-memory version of a Registry Zone
with the base zone information along with all policy extensions.
- RegistryHandler.RegistryZones - Class in com.verisign.epp.serverstub.registry.v01
-
RegistryZones
stores the set of registry zone information.
- RegistryHandler.RegistryZones - Class in com.verisign.epp.serverstub.registry.v02
-
RegistryZones
stores the set of registry zone information.
- registryInfo(String) - Method in class com.verisign.epp.interfaces.EPPRegistryTst
-
Unit test of EPPRegistry.sendInfo
.
- registryInfo(String, boolean, boolean) - Method in class com.verisign.epp.interfaces.launchpolicy.v01.EPPLaunchPolicyRegistryTst
-
Test for the registry info command that supports the three forms of
getting detailed information for an individual zone by setting the
aZoneName
parameter to a non-null
value, getting a summary
of all zones by setting the aAll
parameter to true, and getting
the system information by setting the aSystem
parameter to true.
- registryInfo(String, boolean, boolean) - Method in class com.verisign.epp.interfaces.registry.v01.EPPRegistryTst
-
Test for the registry info command that supports the three forms of
getting detailed information for an individual zone by setting the
aZoneName
parameter to a non-null
value, getting a summary
of all zones by setting the aAll
parameter to true, and getting
the system information by setting the aSystem
parameter to true.
- registryInfo(EPPRegistryInfoCmd.Mode, String, EPPRegistryInfoCmd.Scope) - Method in class com.verisign.epp.interfaces.registry.v02.EPPRegistryTst
-
Test for the registry info command that supports the three forms of
getting detailed information for an individual zone by setting the
aZoneName
parameter to a non-null
value, getting a summary
of all zones by setting the aScope
parameter to a non-null
value, and getting the system information by setting the aSystem
parameter to true.
- RegistryPolicyCompositeAdapter - Class in com.verisign.epp.serverstub
-
RegistryPolicyCompositeAdapter
will execute each of the configured
Registry Policy Adapters and executes each one to adapt all of the registry
policy EPP extensions to zone policy extensions and vice-versa.
- RegistryPolicyCompositeAdapter() - Constructor for class com.verisign.epp.serverstub.RegistryPolicyCompositeAdapter
-
- RegistryPollHandler - Class in com.verisign.epp.serverstub
-
- RegistryPollHandler() - Constructor for class com.verisign.epp.serverstub.RegistryPollHandler
-
- registryUpdate(String, boolean) - Method in class com.verisign.epp.interfaces.EPPRegistryTst
-
Unit test of EPPRegistry.sendUpdate
.
- registryUpdate(String, boolean) - Method in class com.verisign.epp.interfaces.launchpolicy.v01.EPPLaunchPolicyRegistryTst
-
Unit test of EPPRegistry.sendUpdate
.
- registryUpdate(String, boolean) - Method in class com.verisign.epp.interfaces.registry.v01.EPPRegistryTst
-
Unit test of EPPRegistry.sendUpdate
.
- registryUpdate(String, boolean) - Method in class com.verisign.epp.interfaces.registry.v02.EPPRegistryTst
-
Unit test of EPPRegistry.sendUpdate
.
- RegistryZone() - Constructor for class com.verisign.epp.serverstub.registry.v01.RegistryHandler.RegistryZone
-
Default constructor.
- RegistryZone(EPPRegistryZone) - Constructor for class com.verisign.epp.serverstub.registry.v01.RegistryHandler.RegistryZone
-
RegistryZone
constructor that takes the required zone
information.
- RegistryZone(EPPRegistryZone, List<EPPRegistryZoneInterface>) - Constructor for class com.verisign.epp.serverstub.registry.v01.RegistryHandler.RegistryZone
-
RegistryZone
constructor that takes both attributes (zone
information and extensions).
- RegistryZone() - Constructor for class com.verisign.epp.serverstub.registry.v02.RegistryHandler.RegistryZone
-
Default constructor.
- RegistryZone(EPPRegistryZone) - Constructor for class com.verisign.epp.serverstub.registry.v02.RegistryHandler.RegistryZone
-
RegistryZone
constructor that takes the required zone
information.
- RegistryZone(EPPRegistryZone, List<EPPRegistryZoneInterface>) - Constructor for class com.verisign.epp.serverstub.registry.v02.RegistryHandler.RegistryZone
-
RegistryZone
constructor that takes both attributes (zone
information and extensions).
- RegistryZones() - Constructor for class com.verisign.epp.serverstub.registry.v01.RegistryHandler.RegistryZones
-
Default constructor
- RegistryZones() - Constructor for class com.verisign.epp.serverstub.registry.v02.RegistryHandler.RegistryZones
-
Default constructor
- RELATED_INFO_FORM - Static variable in class com.verisign.epp.interfaces.EPPRelatedDomain
-
Use the Related Info Form for the info command.
- RelatedDomainHandler - Class in com.verisign.epp.serverstub
-
The RelatedDomainHandler
class is a concrete implementation of
the abstract com.verisign.epp.framework.EPPDomainHandler
class.
- RelatedDomainHandler() - Constructor for class com.verisign.epp.serverstub.RelatedDomainHandler
-
Constructs an instance of RelatedDomainHandler
- REM_ALL_DS - Static variable in class com.verisign.epp.namestore.interfaces.NSDomain
-
- REM_ELM_NAME - Static variable in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtUpdate
-
Element tag name for the rem
- REMOVE - Static variable in class com.verisign.epp.interfaces.EPPDefReg
-
DOCUMENT ME!
- REMOVE - Static variable in class com.verisign.epp.interfaces.EPPDomain
-
Used to specify the removal of an attribute with
setUpdateAttrib
.
- REMOVE - Static variable in class com.verisign.epp.interfaces.EPPEmailFwd
-
Used to specify the removal of an attribute with
setUpdateAttrib
.
- REMOVE - Static variable in class com.verisign.epp.namestore.interfaces.NSContact
-
Used to specify the removal of an attribute with
addUpdateOrgId
.
- REMOVE - Static variable in class com.verisign.epp.namestore.interfaces.NSHost
-
Used to specify the removal of an attribute with
addUpdateOrgId
.
- removeIPV4Address(String) - Method in class com.verisign.epp.interfaces.EPPHost
-
Removes an IPV4 IP Address from the host.
- removeIPV6Address(String) - Method in class com.verisign.epp.interfaces.EPPHost
-
Removes an IPV6 address from the host
- removeStatus(String) - Method in class com.verisign.epp.interfaces.EPPContact
-
Removes a status from the host.
- removeStatus(String, String, String) - Method in class com.verisign.epp.interfaces.EPPContact
-
Removes a status from the host with a description.
- removeStatus(EPPDefRegStatus) - Method in class com.verisign.epp.interfaces.EPPDefReg
-
Removes a status for use in calling sendUpdate
.
- removeStatus(String) - Method in class com.verisign.epp.interfaces.EPPHost
-
Removes a status from the host.
- removeStatus(String, String, String) - Method in class com.verisign.epp.interfaces.EPPHost
-
Removes a status from the host with a description.
- removeStatus(EPPNameWatchStatus) - Method in class com.verisign.epp.interfaces.EPPNameWatch
-
Removes a status for use in calling sendUpdate
.
- removeWhitespace(String) - Static method in class com.verisign.epp.codec.gen.EPPUtil
-
Remove Whitespace, which means that all whitespace will be stripped.
- RENEW_PERIOD - Static variable in class com.verisign.epp.codec.rgpext.EPPRgpExtStatus
-
The constant value for renewPeriod
- RENEW_PERIOD - Static variable in class com.verisign.epp.codec.rgppoll.EPPRgpPollStatus
-
The constant value for renewPeriod
- REPORT - Static variable in class com.verisign.epp.codec.rgpext.EPPRgpExtRestore
-
Constant value for report operation
- REQUEST - Static variable in class com.verisign.epp.codec.rgpext.EPPRgpExtRestore
-
Constant value for request operation
- resetContact() - Method in class com.verisign.epp.interfaces.EPPContact
-
Resets the contact instance to its initial state.
- resetContact() - Method in class com.verisign.epp.namestore.interfaces.NSContact
-
Resets the contact attributes for the next command.
- resetDomain() - Method in class com.verisign.epp.interfaces.EPPDomain
-
Resets the domain instance to its initial state.
- resetDomain() - Method in class com.verisign.epp.interfaces.EPPRelatedDomain
-
Resets the domain instance to its initial state.
- resetDomain() - Method in class com.verisign.epp.namestore.interfaces.NSDomain
-
Resets the domain attributes for the next command.
- resetHost() - Method in class com.verisign.epp.interfaces.EPPHost
-
Resets the host instance to its initial state.
- resetHost() - Method in class com.verisign.epp.namestore.interfaces.NSHost
-
Resets the host attributes for the next command.
- resetIdleTimeOut() - Method in class com.verisign.epp.serverstub.ClientConnectionHandler
-
Resets the idle Timeout
- resetIdnTable() - Method in class com.verisign.epp.interfaces.EPPIdnTable
-
Resets the IDN Table instance to its initial state.
- resetLaunch() - Method in class com.verisign.epp.interfaces.EPPLaunch
-
Resets the domain instance to its initial state.
- resetNameVerification() - Method in class com.verisign.epp.interfaces.EPPNameVerification
-
Resets the Name Verification instance to its initial state.
- resetOrg() - Method in class com.verisign.epp.interfaces.EPPOrg
-
Resets the Org instance to its initial state.
- resetRegistry() - Method in class com.verisign.epp.interfaces.EPPRegistry
-
- resetValidate() - Method in class com.verisign.epp.interfaces.validate.v02.EPPValidate
-
Resets the Validate instance to its initial state.
- resolveEntity(String, String) - Method in class com.verisign.epp.util.EPPEntityResolver
-
Implimentation of the EntityResolver.resolveEntity
method, which is called before the parser loads an external
entity.
- resolveEntity(String, String) - Method in class com.verisign.epp.util.EPPSchemaCachingEntityResolver
-
Resolves the entity passed in when parsing the instance document.
- resolveEntity(XMLResourceIdentifier) - Method in class com.verisign.epp.util.EPPSchemaCachingEntityResolver
-
Implemented because of the XNI interface.
- resolveEntity(XMLResourceIdentifier) - Method in class com.verisign.epp.util.EPPSchemaParsingEntityResolver
-
Resolves the entity passed in when parsing the instance document.
- RESPONSE - Static variable in exception com.verisign.epp.codec.gen.EPPComponentNotFoundException
-
Response component not found
- RESPONSENOTFOUND - Static variable in exception com.verisign.epp.framework.EPPAssemblerException
-
The typesafe constant RESPONSENOTFOUND defines the instance of
EPPAssemblerException that should be thrown when a response component
can not be found.
- RETENTION_BUSINESS - Static variable in class com.verisign.epp.codec.gen.EPPStatement
-
Constant used with the Retention attribute that means data persists per
business practices.
- RETENTION_INDEFINITE - Static variable in class com.verisign.epp.codec.gen.EPPStatement
-
Constant used with the Retention attribute that means data persists
indefinitely.
- RETENTION_LEGAL - Static variable in class com.verisign.epp.codec.gen.EPPStatement
-
Constant used with the Retention attribute that means data persists per
legal requirements.
- RETENTION_NONE - Static variable in class com.verisign.epp.codec.gen.EPPStatement
-
Constant used with the Retention attribute that means Data is not
persistent, and is not retained for more than a brief period of time
necessary to make use of it during the course of a single online
interaction
- RETENTION_STATED - Static variable in class com.verisign.epp.codec.gen.EPPStatement
-
Constant used with the Retention attribute that means Data persists to
meet the stated purpose
- returnObject(EPPSession) - Method in class com.verisign.epp.pool.EPPSessionPool
-
Returned a borrowed session to the pool.
- returnObject(String, EPPSession) - Method in class com.verisign.epp.pool.EPPSessionPool
-
Returned a borrowed session to a system session pool.
- returnObject(EPPSession) - Method in class com.verisign.epp.pool.EPPSystemSessionPool
-
Returned a borrowed session to the pool.
- returnSession(EPPSession) - Method in class com.verisign.epp.pool.EPPSessionPoolTst
-
Utility method to return a session to the session pool.
- returnSession(String, EPPSession) - Method in class com.verisign.epp.pool.EPPSystemSessionPoolTst
-
Utility method to return a session to the session pool.
- RevokedSMD - Class in com.verisign.epp.codec.signedMark
-
A revoked Signed Mark Data (SMD) that includes the attributes:
Identifier of the revoked signed mark.
- RevokedSMD() - Constructor for class com.verisign.epp.codec.signedMark.RevokedSMD
-
Default constructor.
- RevokedSMD(String, Date) - Constructor for class com.verisign.epp.codec.signedMark.RevokedSMD
-
Constructor that takes the required id
and
revokedDate
attribute values.
- RevokedVerificationCode - Class in com.verisign.epp.codec.verificationcode
-
A revoked verification code that includes the attributes:
Revoked verification code.
- RevokedVerificationCode() - Constructor for class com.verisign.epp.codec.verificationcode.RevokedVerificationCode
-
Default constructor.
- RevokedVerificationCode(String, Date) - Constructor for class com.verisign.epp.codec.verificationcode.RevokedVerificationCode
-
Constructor that takes the required code
and
revokedDate
attribute values.
- RgpDomainHandler - Class in com.verisign.epp.serverstub
-
The RgpDomainHandler
class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPRgpDomainHandler
class.
- RgpDomainHandler() - Constructor for class com.verisign.epp.serverstub.RgpDomainHandler
-
Constructs an instance of RgpDomainHandler
- RgpDomainPollHandler - Class in com.verisign.epp.serverstub
-
The <RgpDomainPollHandler> implements EPPPollHandler for Domain name
mapping only.
- RgpDomainPollHandler() - Constructor for class com.verisign.epp.serverstub.RgpDomainPollHandler
-
- roid - Variable in class com.verisign.epp.codec.gen.EPPAuthInfo
-
roid.
- roid - Variable in class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtAuthInfo
-
roid.
- roid - Variable in class com.verisign.epp.codec.validate.v02.EPPValidateAuthInfo
-
roid.
- ROLE_PERSON - Static variable in class com.verisign.epp.codec.nv.EPPRealNameVerification
-
Contact for the default contact type.
- rootName - Variable in class com.verisign.epp.codec.registry.EPPRegistryMinMax
-
- rootName - Variable in class com.verisign.epp.codec.registry.EPPRegistryMinMaxLength
-
- rootName - Variable in class com.verisign.epp.codec.registry.EPPRegistryPeriodType
-
- RPTTO_FREQ_DAILY - Static variable in class com.verisign.epp.codec.nameWatch.EPPNameWatchRptTo
-
Daily Report Frequency
- RPTTO_FREQ_MONTHLY - Static variable in class com.verisign.epp.codec.nameWatch.EPPNameWatchRptTo
-
Monthly Report Frequency
- RPTTO_FREQ_WEEKLY - Static variable in class com.verisign.epp.codec.nameWatch.EPPNameWatchRptTo
-
Weekly Report Frequency
- RSAMD5 - Static variable in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSAlgorithm
-
RSA/MD5 public key (deprecated)
- RSAMD5 - Static variable in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSAlgorithm
-
RSA/MD5 public key (deprecated)
- RSASHA1 - Static variable in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSAlgorithm
-
RSA/SHA1 public key
- RSASHA1 - Static variable in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSAlgorithm
-
RSA/SHA1 public key
- RSASHA1NSEC3SHA1 - Static variable in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSAlgorithm
-
RSASHA1-NSEC3-SHA1
- RSASHA1NSEC3SHA1 - Static variable in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSAlgorithm
-
RSASHA1-NSEC3-SHA1
- RSASHA256 - Static variable in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSAlgorithm
-
RSA/SHA256 public key
- RSASHA256 - Static variable in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSAlgorithm
-
RSA/SHA256 public key
- RSASHA512 - Static variable in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSAlgorithm
-
RSA/SHA512 public key
- RSASHA512 - Static variable in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSAlgorithm
-
RSA/SHA512 public key
- run() - Method in class com.verisign.epp.transport.EPPServerThread
-
Process the client connection.
- run() - Method in class com.verisign.epp.util.TestThread
-
Override of Thread.run
.
- RunServer(ServerEventHandler) - Method in interface com.verisign.epp.transport.EPPServerCon
-
DOCUMENT ME!
- RunServer(ServerEventHandler) - Method in class com.verisign.epp.transport.server.EPPPlainServer
-
DOCUMENT ME!
- RunServer(ServerEventHandler) - Method in class com.verisign.epp.transport.server.EPPSSLServer
-
Starts the server by creating the SSL server socket and
going into connection accept loop.