- t(Object) - Method in class de.knipp.rritoolkit.XmlBuilder
-
add a text node to the current node.
- TcpChannel - Class in de.knipp.rritoolkit.tcp
-
implementation of the RegistryChannel
interface for
SSL TCP connections
- TcpChannel(TcpParams, Socket) - Constructor for class de.knipp.rritoolkit.tcp.TcpChannel
-
constructor
- TcpChannel.IdleMonitor - Class in de.knipp.rritoolkit.tcp
-
class that monitors idle connections and closes them if need be
- TcpChannelFactory - Class in de.knipp.rritoolkit.tcp
-
class that implements the ChannelFactory
interface for
SSL/TLS secured TCP connections
- TcpChannelFactory(TcpParams) - Constructor for class de.knipp.rritoolkit.tcp.TcpChannelFactory
-
constructor
- TcpParams - Class in de.knipp.rritoolkit.tcp
-
class that holds the configuration data for the TCP connection
- TcpParams() - Constructor for class de.knipp.rritoolkit.tcp.TcpParams
-
constructor.
- TcpParams(TcpParams) - Constructor for class de.knipp.rritoolkit.tcp.TcpParams
-
copy constructor
- test(ResultMessage, ErrorType...) - Static method in enum de.knipp.rritoolkit.response.ErrorType
-
test whether any of the given error types occur in the response.
- test(Response, ErrorType...) - Static method in enum de.knipp.rritoolkit.response.ErrorType
-
test whether any of the given error types occur in the response.
- Test - Class in de.knipp.rritoolkit.test
-
small test program
- Test() - Constructor for class de.knipp.rritoolkit.test.Test
-
- Test.Arguments - Class in de.knipp.rritoolkit.test
-
small class to wrap the arguments of a command
- Test.AuthInfo1Create - Class in de.knipp.rritoolkit.test
-
operation to set the authinfo 1
- Test.BaseOperation - Class in de.knipp.rritoolkit.test
-
common base class for operations with some helpers
- Test.Command - Interface in de.knipp.rritoolkit.test
-
small interface to a class that executes commands on a given port
- Test.ContactCI - Class in de.knipp.rritoolkit.test
-
contact check/info operation
- Test.ContactCU - Class in de.knipp.rritoolkit.test
-
common class for contact create and update
- Test.DomainCU - Class in de.knipp.rritoolkit.test
-
common class for domain operations requiring the full data
- Test.DomainDelete - Class in de.knipp.rritoolkit.test
-
operation to delete a domain
- Test.DomainInfo - Class in de.knipp.rritoolkit.test
-
operation to retrieve information about a domain
- Test.DomainSimple<T extends Request> - Class in de.knipp.rritoolkit.test
-
common class for domain operations requiring only the domain name
- Test.Operation - Interface in de.knipp.rritoolkit.test
-
interface to an operation
- Test.ParallelCommand - Class in de.knipp.rritoolkit.test
-
class that executes the given commands in parallel
- Test.QueueDelete - Class in de.knipp.rritoolkit.test
-
operation to delete a message
- Test.QueueDeleteAll - Class in de.knipp.rritoolkit.test
-
operation to delete all messages
- Test.QueueRead - Class in de.knipp.rritoolkit.test
-
operation to retrieve the oldest message
- Test.RepeatCommand - Class in de.knipp.rritoolkit.test
-
class that repeats a command a given number of times
- Test.SequentialCommand - Class in de.knipp.rritoolkit.test
-
class that executes the given commands sequentially
- testList(List<ErrorPattern>, ErrorCode, Collection<E>) - Method in class de.knipp.rritoolkit.response.ErrorMapper
-
test all patterns in the given list for a match.
- threadCount - Variable in class de.knipp.rritoolkit.test.Test.ParallelCommand
-
the number of threads to use
- toArray(String[]) - Method in interface de.knipp.rritoolkit.KVList.Value
-
copy the contents into the given array.
- toArray(String[]) - Method in class de.knipp.rritoolkit.KVList.ValueImpl
-
copy the contents into the given array.
- toBase64Binary(byte[]) - Static method in class de.knipp.rritoolkit.Utils
-
convert a byte sequence to a string conforming to the XML Schema
base64Binary syntax
- toHex(byte[]) - Static method in class de.knipp.rritoolkit.Utils
-
convert the given byte sequence to a hex string
- tokenMap - Static variable in enum de.knipp.rritoolkit.ContactData.Type
-
map from the token to the type
- tokenMap - Static variable in enum de.knipp.rritoolkit.DomainData.DomainState
-
map from the token to the type
- tokenMap - Static variable in enum de.knipp.rritoolkit.DomainData.Role
-
map from the token to the type
- tokenMap - Static variable in enum de.knipp.rritoolkit.message.Message.Type
-
map from the token to the type
- tokenMap - Static variable in enum de.knipp.rritoolkit.response.ContactCheckResponse.State
-
map from the token to the type
- tokenMap - Static variable in enum de.knipp.rritoolkit.response.Response.Result
-
map from the token to the result
- tokenMap - Static variable in enum de.knipp.rritoolkit.response.ResultMessage.Level
-
map from the token to the level
- toList(KVList) - Method in class de.knipp.rritoolkit.ContactData
-
convert the object to a KV list as part of a contact request
- toList(KVList) - Method in class de.knipp.rritoolkit.dns.DnsEntry
-
convert the instance to an entry in the given list
- toList(KVList) - Method in class de.knipp.rritoolkit.dns.DnsEntryAddress
-
convert the instance to an entry in the given list
- toList(KVList) - Method in class de.knipp.rritoolkit.dns.DnsEntryDNSKEY
-
convert the instance to an entry in the given list
- toList(KVList) - Method in class de.knipp.rritoolkit.dns.DnsEntryMX
-
convert the instance to an entry in the given list
- toList(KVList) - Method in class de.knipp.rritoolkit.dns.DnsEntryNS
-
convert the instance to an entry in the given list
- toList(KVList, boolean) - Method in class de.knipp.rritoolkit.DomainData
-
convert the object to a KV list as part of a domain request
(create, update, chholder, chprov, delete)
- toList() - Method in interface de.knipp.rritoolkit.KVList.Value
-
return the content as a list
- toList() - Method in class de.knipp.rritoolkit.KVList.ValueImpl
-
return the content as a list
- toList(KVList) - Method in class de.knipp.rritoolkit.request.Request
-
convert the request to a key-value list
- toString() - Method in class de.knipp.rritoolkit.ContactData
-
convert the contact to a sting for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.dns.DnsEntryAddress
-
create a string representation (for debugging purposes)
- toString() - Method in class de.knipp.rritoolkit.dns.DnsEntryDNSKEY
-
create a string representation (for debugging purposes)
- toString() - Method in class de.knipp.rritoolkit.dns.DnsEntryMX
-
create a string representation (for debugging purposes)
- toString() - Method in class de.knipp.rritoolkit.dns.DnsEntryNS
-
create a string representation (for debugging purposes)
- toString() - Method in class de.knipp.rritoolkit.DomainData
-
convert the object to a string (for debugging purposes)
- toString() - Method in class de.knipp.rritoolkit.message.AuthInfo2NotifyMessage
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.message.AuthInfoExpireMessage
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.message.ChangeProvMessageBase
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.message.DeleteMessageBase
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.message.ExpireMessageBase
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.message.Message
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.AuthInfo1CreateRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.ContactCheckRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.ContactCreateRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.ContactInfoRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.ContactUpdateRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.DomainDataRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.DomainInfoRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.DomainSimpleRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.DomainTransitRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.LoginRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.QueueDeleteRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.QueueReadRequest
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.request.Request
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.AuthInfo1CreateResponse
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.ContactCheckResponse
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.ContactInfoResponse
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.DomainCheckResponse
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.DomainInfoResponse
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.ErrorCode
-
return a string representation of the error code
- toString() - Method in class de.knipp.rritoolkit.response.QueueReadResponse
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.Response
-
return a string representation for debugging purposes
- toString() - Method in class de.knipp.rritoolkit.response.ResultMessage
-
return a string representation for debugging purposes
- toXml(Node) - Method in class de.knipp.rritoolkit.ContactData
-
convert the object to XML as part of a contact request
- toXml(Node, String) - Method in class de.knipp.rritoolkit.dns.DnsEntry
-
convert the instance to XML
- toXml(Node, String) - Method in class de.knipp.rritoolkit.dns.DnsEntryAddress
-
convert the instance to XML
- toXml(Node, String) - Method in class de.knipp.rritoolkit.dns.DnsEntryDNSKEY
-
convert the instance to XML
- toXml(Node, String) - Method in class de.knipp.rritoolkit.dns.DnsEntryMX
-
convert the instance to XML
- toXml(Node, String) - Method in class de.knipp.rritoolkit.dns.DnsEntryNS
-
convert the instance to XML
- toXml(Node, boolean) - Method in class de.knipp.rritoolkit.DomainData
-
convert the object to XML as part of a domain request
(create, update, chholder, chprov, delete)
- toXml(Document) - Method in class de.knipp.rritoolkit.request.Request
-
convert the request into an XML document
- trustedCertsAlgorithm - Variable in class de.knipp.rritoolkit.tcp.TcpParams
-
the trust certs algorithm
- trustKeyStore - Variable in class de.knipp.rritoolkit.tcp.TcpParams
-
the keystore that holds the trusted root certificates
- ttf(boolean) - Method in class de.knipp.rritoolkit.XmlBuilder
-
add a text node to the current node.
- type - Variable in class de.knipp.rritoolkit.ContactData
-
the type
- Type(String) - Constructor for enum de.knipp.rritoolkit.ContactData.Type
-
constructor
- type - Variable in class de.knipp.rritoolkit.message.Message
-
the type of the message
- Type(String) - Constructor for enum de.knipp.rritoolkit.message.Message.Type
-
constructor
- typeLimitation - Variable in class de.knipp.rritoolkit.request.QueueReadRequest
-
the requested message type