- factory - Variable in class de.knipp.rritoolkit.Codec
-
the response factory we are using
- factory - Variable in class de.knipp.rritoolkit.PooledPort
-
the channel factory
- factory - Variable in class de.knipp.rritoolkit.test.DebugChannelFactory
-
the actual factory
- filter(Iterable<ResultMessage>, ErrorPattern...) - Static method in class de.knipp.rritoolkit.response.ErrorMapper
-
filter the given result messages that match one of the given patterns
- filter(Response, ErrorType...) - Static method in enum de.knipp.rritoolkit.response.ErrorType
-
filter those result messages that match one of the given types
- findMatches(ErrorCode, Collection<E>) - Method in class de.knipp.rritoolkit.response.ErrorMapper
-
test the given error code and add all objects whose related pattern
matches to the given collection
- findMatches(ResultMessage, Collection<E>) - Method in class de.knipp.rritoolkit.response.ErrorMapper
-
test the given result message and add all objects whose related pattern
matches to the given collection
- findMatches(Iterable<ResultMessage>, Collection<E>) - Method in class de.knipp.rritoolkit.response.ErrorMapper
-
test the given result messages and add all objects whose related pattern
matches to the given list of messages
- findMatches(Response, Collection<E>) - Method in class de.knipp.rritoolkit.response.ErrorMapper
-
test the given response and add all objects whose related pattern
matches any result message of the response
- first - Variable in class de.knipp.rritoolkit.KVList.SingletonIterator
-
flag whether we are at the first element
- flags - Variable in class de.knipp.rritoolkit.dns.DnsEntryDNSKEY
-
the flags
- formatDate(Date) - Static method in class de.knipp.rritoolkit.Utils
-
format the given date as 8 digit year/month/day, as required for
the "create AuthInfo 1" operation.
- formatDateTime(Date) - Static method in class de.knipp.rritoolkit.Utils
-
format the given date as a string, conforming to the DENIC specs.
- fromBase64Binary(String) - Static method in class de.knipp.rritoolkit.Utils
-
convert a string conforming to the XML Schema base64Binary syntax to
a sequence of bytes
- fromErrorClass(String) - Static method in enum de.knipp.rritoolkit.response.ResultMessage.Level
-
return the level for the given error class
- fromList(KVList) - Method in class de.knipp.rritoolkit.ContactData
-
parse the given key-value list.
- fromList(KVMultiList) - Method in class de.knipp.rritoolkit.DomainData
-
parse the given key-value list.
- fromList(KVList) - Static method in class de.knipp.rritoolkit.message.Message
-
initialize the instance from the given key-value multi-list
- fromList(KVMultiList) - Method in class de.knipp.rritoolkit.response.Response
-
initialize the instance from the given key-value multi-list
- fromToken(String) - Static method in enum de.knipp.rritoolkit.ContactData.Type
-
return the type for the given token
- fromToken(String) - Static method in enum de.knipp.rritoolkit.DomainData.DomainState
-
return the state for the given token
- fromToken(String) - Static method in enum de.knipp.rritoolkit.DomainData.Role
-
return the role for the given token
- fromToken(String) - Static method in enum de.knipp.rritoolkit.message.Message.Type
-
return the level for the given token
- fromToken(String) - Static method in enum de.knipp.rritoolkit.response.ContactCheckResponse.State
-
return the state for the given token
- fromToken(String) - Static method in enum de.knipp.rritoolkit.response.Response.Result
-
return the result for the given token
- fromToken(String) - Static method in enum de.knipp.rritoolkit.response.ResultMessage.Level
-
return the level for the given token
- fromXml(Element) - Method in class de.knipp.rritoolkit.ContactData
-
parse the given XML subtree
- fromXml(Element) - Static method in class de.knipp.rritoolkit.dns.DnsEntry
-
create an instance from the given XML element
- fromXml(Element) - Method in class de.knipp.rritoolkit.DomainData
-
parse the given XML subtree
- fromXml(Element) - Static method in class de.knipp.rritoolkit.message.Message
-
create an instance from the given XML element
- fromXml(Document) - Method in class de.knipp.rritoolkit.response.Response
-
initialize the instance from the given XML DOM document.