Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.dns | |
de.knipp.rritoolkit.message | |
de.knipp.rritoolkit.response |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
Codec.bytesToDoc(byte[] data)
convert the byte array to an DOM document
|
Response |
DefaultResponseFactory.createResponse(org.w3c.dom.Document doc,
Request request)
create an instance based on the given XML document.
|
Response |
ResponseFactory.createResponse(org.w3c.dom.Document doc,
Request request)
create an instance based on the given XML document.
|
Response |
DefaultResponseFactory.createResponse(KVMultiList list,
Request request)
create an instance based on the given key-value pair list.
|
Response |
ResponseFactory.createResponse(KVMultiList list,
Request request)
create an instance based on the given key-value pair list.
|
Response |
Codec.decodeResponse(byte[] data,
Request req)
convert the given byte sequence to a response object.
|
Response |
Codec.docToResponse(org.w3c.dom.Document doc,
Request req)
convert the document to a response
|
void |
ContactData.fromList(KVList list)
parse the given key-value list.
|
void |
DomainData.fromList(KVMultiList list)
parse the given key-value list.
|
void |
ContactData.fromXml(org.w3c.dom.Element node)
parse the given XML subtree
|
void |
DomainData.fromXml(org.w3c.dom.Element node)
parse the given XML subtree
|
Response |
Codec.listToResponse(KVMultiList list,
Request request)
convert the list to the response instance
|
static java.util.Date |
Utils.parseDateTime(java.lang.String text)
helper method to parse a date.
|
KVMultiList |
Codec.stringToList(java.lang.String text)
parse the given string into a key-value list
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<DnsEntry> |
DnsEntry.allFromList(KVList list,
java.lang.String encodedDomainName)
create instances from the given key-value list
|
private static DnsEntry |
DnsEntry.createNSEntry(java.lang.String value)
create a name server entry
|
static DnsEntry |
DnsEntry.fromXml(org.w3c.dom.Element el)
create an instance from the given XML element
|
Constructor and Description |
---|
DnsEntryA(org.w3c.dom.Element el)
constructor
|
DnsEntryAAAA(org.w3c.dom.Element el)
constructor
|
DnsEntryAddress(org.w3c.dom.Element el)
constructor
|
DnsEntryDNSKEY(org.w3c.dom.Element el)
constructor
|
DnsEntryDNSKEY(java.lang.String owner,
java.lang.String data)
constructor
|
DnsEntryMX(org.w3c.dom.Element el)
constructor
|
DnsEntryMX(java.lang.String owner,
java.lang.String value)
constructor
|
DnsEntryNS(org.w3c.dom.Element el)
constructor
|
DnsEntryNS(java.lang.String encodedDomainName,
java.lang.String name,
java.util.List<java.lang.String> ips)
constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteMessageBase.dataFromList(KVList list)
setup the object's data from the given list.
|
protected void |
ExpireMessageBase.dataFromList(KVList list)
setup the object's data from the given list.
|
protected void |
AuthInfoExpireMessage.dataFromList(KVList list)
set up the object's data from the given list.
|
protected abstract void |
Message.dataFromList(KVList list)
setups the object's data from the given list.
|
protected void |
ChangeProvMessageBase.dataFromList(KVList list)
set up the object's data from the given list.
|
protected void |
AuthInfo2NotifyMessage.dataFromList(KVList list)
set up the object's data from the given list.
|
protected void |
DeleteMessageBase.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element.
|
protected void |
ExpireMessageBase.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element.
|
protected void |
AuthInfoExpireMessage.dataFromXml(org.w3c.dom.Element el)
set up the object's data from the given XML element.
|
protected abstract void |
Message.dataFromXml(org.w3c.dom.Element el)
set up the object's data from the given XML element.
|
protected void |
ChangeProvMessageBase.dataFromXml(org.w3c.dom.Element el)
set up the object's data from the given XML element.
|
protected void |
AuthInfo2NotifyMessage.dataFromXml(org.w3c.dom.Element el)
set up the object's data from the given XML element.
|
static Message |
Message.fromList(KVList list)
initialize the instance from the given key-value multi-list
|
static Message |
Message.fromXml(org.w3c.dom.Element el)
create an instance from the given XML element
|
Modifier and Type | Method and Description |
---|---|
protected void |
DomainInfoResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
protected void |
QueueReadResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
protected void |
ContactInfoResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
protected void |
Response.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
protected void |
ContactCheckResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
protected void |
DomainCheckResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
protected void |
AuthInfo1CreateResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair
response should override this method.
|
protected void |
DomainInfoResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should
override this method.
|
protected void |
QueueReadResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should
override this method.
|
protected void |
ContactInfoResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should
override this method.
|
protected void |
Response.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should
override this method.
|
protected void |
ContactCheckResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should
override this method.
|
protected void |
DomainCheckResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should
override this method.
|
protected void |
AuthInfo1CreateResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should
override this method.
|
void |
Response.fromList(KVMultiList list)
initialize the instance from the given key-value multi-list
|
void |
Response.fromXml(org.w3c.dom.Document doc)
initialize the instance from the given XML DOM document.
|
Constructor and Description |
---|
ResultMessage(org.w3c.dom.Element el)
constructor for XML
|
ResultMessage(java.lang.String key,
boolean levelFromKey,
java.lang.String value)
constructor for key-value pairs
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH